Color spaces of #cc726f
RGB | 204 | 114 | 111 |
---|---|---|---|
HSL | 0.01 | 0.48 | 0.62 |
HSV | 2° | 46° | 80° |
CMYK | 0.00 | 0.44 | 0.46 0.20 |
XYZ | 33.7884 | 26.0197 | 18.2804 |
Yxy | 26.0197 | 0.4327 | 0.3332 |
Hunter Lab | 51.0095 | 28.9707 | 14.4588 |
CIE-Lab | 58.0557 | 34.9925 | 17.3494 |
#cc726f color RGB value is (204,114,111).
#cc726f hex color red value is 204, green value is 114 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cc726f hue: 0.01 , saturation: 0.48 and the lightness value of cc726f is 0.62.
The process color (four color CMYK) of #cc726f color hex is 0.00, 0.44, 0.46, 0.20. Web safe color of #cc726f is #cc6666. Color #cc726f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01110010 | 01101111 |
Octal | 314 | 162 | 157 |
Decimal | 204 | 114 | 111 |
Hex | CC | 72 | 6F |
Shades of #cc726f
Tints of #cc726f
RGB Percentages of Color #cc726f
CMYK Percentages of Color #cc726f
Complementary Color
#cc726f | #6fc9cc |
#cc726f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc726f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc726f Color CSS Codes
.mybgcolor {background-color:#cc726f; } .myforecolor {color:#cc726f; } .mybordercolor {border:3px solid #cc726f; }
#cc726f Text Font Color
<p style="color:#cc726f">Text here</p>
This sample text font color is #cc726f
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.
#cc726f Background Color
<div style="background-color:#cc726f">
Div content here</div>
This div background color is #cc726f
#cc726f Border Color
<div style="border:3px solid #cc726f">
Div here</div>
This div border color is #cc726f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,114,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc726f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc726f; -webkit-box-shadow: 1px 1px 3px 2px #cc726f; box-shadow: 1px 1px 3px 2px #cc726f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,114,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc726f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc726f; -webkit-box-shadow: 1px 1px 3px 2px #cc726f; box-shadow: 1px 1px 3px 2px #cc726f;">
Div content here</div>
This div box has shadow with color #cc726f
Comments
No comments written yet.
Please login to write comment.