color details

Color Details
#C17B8A Color Hex

#C17B8A color RGB value is (12, 23, 184).
#C17B8A hex color red value is 12, green value is 23, and blue value is 184.
Cylindrical-coordinate representations (HSL) of color #C17B8A hue: 236.16, saturation: 0.88 and lightness: 0.38.

The process color (four-color CMYK) of #C17B8A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C17B8A is #ff9999. Color #C17B8A contains mainly RED.

Color Spaces
Color spaces of #C17B8AValue
RGB193, 123, 138
HSL0.96, 0.36, 0.62
HSV347°, 36°, 76°
XYZ33.66, 27.34, 27.54
Base Numbers
Base Red Green Blue
Binary 11000001 1111011 10001010
Octal 301 173 212
Decimal 193 123 138
Hex C1 7B 8A

RGB Percentages for Color #C17B8A

42.51%
27.09%
30.4%

CMYK Percentages of the Color #C17B8A

36.27%
28.5%
24.31%
CSS Codes for Color #C17B8A
.mybgColor {background-color: #C17B8A;}
.myforeColor {color: #C17B8A;}
.myborderColor {border:3px solid #C17B8A;}
Text Font Color #C17B8A

<p style="color:#C17B8A">Text here</p>

This sample text is styled with the font color #C17B8A. 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 #C17B8A

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

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

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

The border color of this div is #C17B8A
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(193, 123, 138, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #C17B8A;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #C17B8A;
-webkit-box-shadow: 1px 1px 3px #C17B8A;
box-shadow: 1px 1px 3px #C17B8A;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193, 123, 138, 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 #C17B8A;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #C17B8A; -webkit-box-shadow: 1px 1px 3px #C17B8A; box-shadow: 1px 1px 3px #C17B8A;">Div content here</div>

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

Scroll to Top