Color spaces of #cc6217
RGB | 204 | 98 | 23 |
---|---|---|---|
HSL | 0.07 | 0.80 | 0.45 |
HSV | 25° | 89° | 80° |
CMYK | 0.00 | 0.52 | 0.89 0.20 |
XYZ | 29.4242 | 21.6346 | 3.4357 |
Yxy | 21.6346 | 0.5399 | 0.3970 |
Hunter Lab | 46.5130 | 31.5216 | 28.1796 |
CIE-Lab | 53.6371 | 38.0803 | 56.8643 |
#cc6217 color RGB value is (204,98,23).
#cc6217 hex color red value is 204, green value is 98 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #cc6217 hue: 0.07 , saturation: 0.80 and the lightness value of cc6217 is 0.45.
The process color (four color CMYK) of #cc6217 color hex is 0.00, 0.52, 0.89, 0.20. Web safe color of #cc6217 is #cc6600. Color #cc6217 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01100010 | 00010111 |
Octal | 314 | 142 | 27 |
Decimal | 204 | 98 | 23 |
Hex | CC | 62 | 17 |
Shades of #cc6217
Tints of #cc6217
RGB Percentages of Color #cc6217
CMYK Percentages of Color #cc6217
Complementary Color
#cc6217 | #1781cc |
#cc6217 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc6217 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc6217 Color CSS Codes
.mybgcolor {background-color:#cc6217; } .myforecolor {color:#cc6217; } .mybordercolor {border:3px solid #cc6217; }
#cc6217 Text Font Color
<p style="color:#cc6217">Text here</p>
This sample text font color is #cc6217
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.
#cc6217 Background Color
<div style="background-color:#cc6217">
Div content here</div>
This div background color is #cc6217
#cc6217 Border Color
<div style="border:3px solid #cc6217">
Div here</div>
This div border color is #cc6217
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,98,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc6217; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc6217; -webkit-box-shadow: 1px 1px 3px 2px #cc6217; box-shadow: 1px 1px 3px 2px #cc6217; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,98,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 #cc6217">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc6217; -webkit-box-shadow: 1px 1px 3px 2px #cc6217; box-shadow: 1px 1px 3px 2px #cc6217;">
Div content here</div>
This div box has shadow with color #cc6217
Comments
No comments written yet.
Please login to write comment.