Color spaces of #c97580
RGB | 201 | 117 | 128 |
---|---|---|---|
HSL | 0.98 | 0.44 | 0.62 |
HSV | 352° | 42° | 79° |
CMYK | 0.00 | 0.42 | 0.36 0.21 |
XYZ | 34.3450 | 26.6986 | 23.7652 |
Yxy | 26.6986 | 0.4050 | 0.3148 |
Hunter Lab | 51.6707 | 28.2235 | 8.8999 |
CIE-Lab | 58.6943 | 34.1744 | 8.3655 |
#c97580 color RGB value is (201,117,128).
#c97580 hex color red value is 201, green value is 117 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c97580 hue: 0.98 , saturation: 0.44 and the lightness value of c97580 is 0.62.
The process color (four color CMYK) of #c97580 color hex is 0.00, 0.42, 0.36, 0.21. Web safe color of #c97580 is #cc6699. Color #c97580 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01110101 | 10000000 |
Octal | 311 | 165 | 200 |
Decimal | 201 | 117 | 128 |
Hex | C9 | 75 | 80 |
Shades of #c97580
Tints of #c97580
RGB Percentages of Color #c97580
CMYK Percentages of Color #c97580
Complementary Color
#c97580 | #75c9be |
#c97580 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c97580 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c97580 Color CSS Codes
.mybgcolor {background-color:#c97580; } .myforecolor {color:#c97580; } .mybordercolor {border:3px solid #c97580; }
#c97580 Text Font Color
<p style="color:#c97580">Text here</p>
This sample text font color is #c97580
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.
#c97580 Background Color
<div style="background-color:#c97580">
Div content here</div>
This div background color is #c97580
#c97580 Border Color
<div style="border:3px solid #c97580">
Div here</div>
This div border color is #c97580
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,117,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c97580; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c97580; -webkit-box-shadow: 1px 1px 3px 2px #c97580; box-shadow: 1px 1px 3px 2px #c97580; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,117,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c97580">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c97580; -webkit-box-shadow: 1px 1px 3px 2px #c97580; box-shadow: 1px 1px 3px 2px #c97580;">
Div content here</div>
This div box has shadow with color #c97580
Comments
No comments written yet.
Please login to write comment.