#c2797c color RGB value is (12, 39, 151).
#c2797c hex color red value is 12, green value is 39, and blue value is 151.
Cylindrical-coordinate representations (HSL) of color #c2797c
hue: 228.35,
saturation: 0.85 and lightness: 0.32.
The process color (four-color CMYK) of #c2797c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c2797c is #ff9999. Color #c2797c contains mainly RED.
| Color spaces of #c2797c | Value |
|---|---|
| RGB | 194, 121, 124 |
| HSL | 0.99, 0.37, 0.62 |
| HSV | 358°, 38°, 76° |
| XYZ | 32.72, 26.6, 22.48 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000010 | 1111001 | 1111100 |
| Octal | 302 | 171 | 174 |
| Decimal | 194 | 121 | 124 |
| Hex | C2 | 79 | 7C |
Shades of #c2797c
Tints of #c2797c
.mybgColor {background-color: #c2797c;}
.myforeColor {color: #c2797c;}
.myborderColor {border:3px solid #c2797c;}
<p style="color:#c2797c">Text here</p>
This sample text is styled with the font color #c2797c. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#c2797c">Div content here</div>
<div style="border:3px solid #c2797c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(194, 121, 124, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c2797c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c2797c;
-webkit-box-shadow: 1px 1px 3px #c2797c;
box-shadow: 1px 1px 3px #c2797c; }
<p style="text-shadow: 4px 4px 2px rgba(194, 121, 124, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c2797c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c2797c;
-webkit-box-shadow: 1px 1px 3px #c2797c;
box-shadow: 1px 1px 3px #c2797c;">Div content here</div>
