color details

Color Details
#c2797c Color Hex

#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
Color spaces of #c2797cValue
RGB194, 121, 124
HSL0.99, 0.37, 0.62
HSV358°, 38°, 76°
XYZ32.72, 26.6, 22.48
Base Numbers
Base Red Green Blue
Binary 11000010 1111001 1111100
Octal 302 171 174
Decimal 194 121 124
Hex C2 79 7C

RGB Percentages for Color #c2797c

44.19%
27.56%
28.25%

CMYK Percentages of the Color #c2797c

37.63%
36.08%
23.92%
CSS Codes for Color #c2797c
.mybgColor {background-color: #c2797c;}
.myforeColor {color: #c2797c;}
.myborderColor {border:3px solid #c2797c;}
Text Font Color #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,

Background Color #c2797c

<div style="background-color:#c2797c">Div content here</div>

The background color of this div is #c2797c
Border Color #c2797c

<div style="border:3px solid #c2797c">Div here</div>

The border color of this div is #c2797c
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194, 121, 124, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #c2797c;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #c2797c

Scroll to Top