Color spaces of #c9717e
RGB | 201 | 113 | 126 |
---|---|---|---|
HSL | 0.98 | 0.45 | 0.62 |
HSV | 351° | 44° | 79° |
CMYK | 0.00 | 0.44 | 0.37 0.21 |
XYZ | 33.7584 | 25.7341 | 22.9266 |
Yxy | 25.7341 | 0.4096 | 0.3122 |
Hunter Lab | 50.7288 | 30.0107 | 8.7144 |
CIE-Lab | 57.7838 | 36.0598 | 8.2291 |
#c9717e color RGB value is (201,113,126).
#c9717e hex color red value is 201, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #c9717e hue: 0.98 , saturation: 0.45 and the lightness value of c9717e is 0.62.
The process color (four color CMYK) of #c9717e color hex is 0.00, 0.44, 0.37, 0.21. Web safe color of #c9717e is #cc6666. Color #c9717e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01110001 | 01111110 |
Octal | 311 | 161 | 176 |
Decimal | 201 | 113 | 126 |
Hex | C9 | 71 | 7E |
Shades of #c9717e
Tints of #c9717e
RGB Percentages of Color #c9717e
CMYK Percentages of Color #c9717e
Complementary Color
#c9717e | #71c9bc |
#c9717e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9717e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9717e Color CSS Codes
.mybgcolor {background-color:#c9717e; } .myforecolor {color:#c9717e; } .mybordercolor {border:3px solid #c9717e; }
#c9717e Text Font Color
<p style="color:#c9717e">Text here</p>
This sample text font color is #c9717e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c9717e Background Color
<div style="background-color:#c9717e">
Div content here</div>
This div background color is #c9717e
#c9717e Border Color
<div style="border:3px solid #c9717e">
Div here</div>
This div border color is #c9717e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,113,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9717e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9717e; -webkit-box-shadow: 1px 1px 3px 2px #c9717e; box-shadow: 1px 1px 3px 2px #c9717e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,113,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9717e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9717e; -webkit-box-shadow: 1px 1px 3px 2px #c9717e; box-shadow: 1px 1px 3px 2px #c9717e;">
Div content here</div>
This div box has shadow with color #c9717e
Comments
No comments written yet.
Please login to write comment.