Color spaces of #cc704f
RGB | 204 | 112 | 79 |
---|---|---|---|
HSL | 0.04 | 0.55 | 0.55 |
HSV | 16° | 61° | 80° |
CMYK | 0.00 | 0.45 | 0.61 0.20 |
XYZ | 32.1073 | 24.9902 | 10.5285 |
Yxy | 24.9902 | 0.4748 | 0.3695 |
Hunter Lab | 49.9902 | 27.1627 | 22.5060 |
CIE-Lab | 57.0659 | 33.2847 | 34.1779 |
#cc704f color RGB value is (204,112,79).
#cc704f hex color red value is 204, green value is 112 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc704f hue: 0.04 , saturation: 0.55 and the lightness value of cc704f is 0.55.
The process color (four color CMYK) of #cc704f color hex is 0.00, 0.45, 0.61, 0.20. Web safe color of #cc704f is #cc6666. Color #cc704f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110000 | 01001111 |
Octal | 314 | 160 | 117 |
Decimal | 204 | 112 | 79 |
Hex | CC | 70 | 4F |
Shades of #cc704f
Tints of #cc704f
RGB Percentages of Color #cc704f
CMYK Percentages of Color #cc704f
Complementary Color
#cc704f | #4fabcc |
#cc704f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc704f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc704f Color CSS Codes
.mybgcolor {background-color:#cc704f; } .myforecolor {color:#cc704f; } .mybordercolor {border:3px solid #cc704f; }
#cc704f Text Font Color
<p style="color:#cc704f">Text here</p>
This sample text font color is #cc704f
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.
#cc704f Background Color
<div style="background-color:#cc704f">
Div content here</div>
This div background color is #cc704f
#cc704f Border Color
<div style="border:3px solid #cc704f">
Div here</div>
This div border color is #cc704f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,112,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc704f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc704f; -webkit-box-shadow: 1px 1px 3px 2px #cc704f; box-shadow: 1px 1px 3px 2px #cc704f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,112,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc704f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc704f; -webkit-box-shadow: 1px 1px 3px 2px #cc704f; box-shadow: 1px 1px 3px 2px #cc704f;">
Div content here</div>
This div box has shadow with color #cc704f
Comments
No comments written yet.
Please login to write comment.