Color spaces of #c85117
RGB | 200 | 81 | 23 |
---|---|---|---|
HSL | 0.05 | 0.79 | 0.44 |
HSV | 20° | 89° | 78° |
CMYK | 0.00 | 0.60 | 0.89 0.22 |
XYZ | 26.9165 | 18.2261 | 2.9099 |
Yxy | 18.2261 | 0.5601 | 0.3793 |
Hunter Lab | 42.6920 | 37.8297 | 25.8432 |
CIE-Lab | 49.7692 | 44.8568 | 53.5996 |
#c85117 color RGB value is (200,81,23).
#c85117 hex color red value is 200, green value is 81 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c85117 hue: 0.05 , saturation: 0.79 and the lightness value of c85117 is 0.44.
The process color (four color CMYK) of #c85117 color hex is 0.00, 0.60, 0.89, 0.22. Web safe color of #c85117 is #cc6600. Color #c85117 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 01010001 | 00010111 |
Octal | 310 | 121 | 27 |
Decimal | 200 | 81 | 23 |
Hex | C8 | 51 | 17 |
Shades of #c85117
Tints of #c85117
RGB Percentages of Color #c85117
CMYK Percentages of Color #c85117
Complementary Color
#c85117 | #178ec8 |
#c85117 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c85117 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c85117 Color CSS Codes
.mybgcolor {background-color:#c85117; } .myforecolor {color:#c85117; } .mybordercolor {border:3px solid #c85117; }
#c85117 Text Font Color
<p style="color:#c85117">Text here</p>
This sample text font color is #c85117
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.
#c85117 Background Color
<div style="background-color:#c85117">
Div content here</div>
This div background color is #c85117
#c85117 Border Color
<div style="border:3px solid #c85117">
Div here</div>
This div border color is #c85117
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,81,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c85117; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c85117; -webkit-box-shadow: 1px 1px 3px 2px #c85117; box-shadow: 1px 1px 3px 2px #c85117; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,81,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c85117">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c85117; -webkit-box-shadow: 1px 1px 3px 2px #c85117; box-shadow: 1px 1px 3px 2px #c85117;">
Div content here</div>
This div box has shadow with color #c85117
Comments
No comments written yet.
Please login to write comment.