Color spaces of #cc886e
RGB | 204 | 136 | 110 |
---|---|---|---|
HSL | 0.05 | 0.48 | 0.62 |
HSV | 17° | 46° | 80° |
CMYK | 0.00 | 0.33 | 0.46 0.20 |
XYZ | 36.5205 | 31.5715 | 18.9209 |
Yxy | 31.5715 | 0.4197 | 0.3628 |
Hunter Lab | 56.1885 | 17.6886 | 19.3667 |
CIE-Lab | 62.9871 | 23.0368 | 24.5779 |
#cc886e color RGB value is (204,136,110).
#cc886e hex color red value is 204, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cc886e hue: 0.05 , saturation: 0.48 and the lightness value of cc886e is 0.62.
The process color (four color CMYK) of #cc886e color hex is 0.00, 0.33, 0.46, 0.20. Web safe color of #cc886e is #cc9966. Color #cc886e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10001000 | 01101110 |
Octal | 314 | 210 | 156 |
Decimal | 204 | 136 | 110 |
Hex | CC | 88 | 6E |
Shades of #cc886e
Tints of #cc886e
RGB Percentages of Color #cc886e
CMYK Percentages of Color #cc886e
Complementary Color
#cc886e | #6eb2cc |
#cc886e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc886e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc886e Color CSS Codes
.mybgcolor {background-color:#cc886e; } .myforecolor {color:#cc886e; } .mybordercolor {border:3px solid #cc886e; }
#cc886e Text Font Color
<p style="color:#cc886e">Text here</p>
This sample text font color is #cc886e
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.
#cc886e Background Color
<div style="background-color:#cc886e">
Div content here</div>
This div background color is #cc886e
#cc886e Border Color
<div style="border:3px solid #cc886e">
Div here</div>
This div border color is #cc886e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,136,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc886e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc886e; -webkit-box-shadow: 1px 1px 3px 2px #cc886e; box-shadow: 1px 1px 3px 2px #cc886e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,136,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc886e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc886e; -webkit-box-shadow: 1px 1px 3px 2px #cc886e; box-shadow: 1px 1px 3px 2px #cc886e;">
Div content here</div>
This div box has shadow with color #cc886e
Comments
No comments written yet.
Please login to write comment.