Color spaces of #cc887d
RGB | 204 | 136 | 125 |
---|---|---|---|
HSL | 0.02 | 0.44 | 0.65 |
HSV | 8° | 39° | 80° |
CMYK | 0.00 | 0.33 | 0.39 0.20 |
XYZ | 37.4077 | 31.9264 | 23.5928 |
Yxy | 31.9264 | 0.4025 | 0.3436 |
Hunter Lab | 56.5035 | 19.2936 | 14.7961 |
CIE-Lab | 63.2820 | 24.6858 | 16.5673 |
#cc887d color RGB value is (204,136,125).
#cc887d hex color red value is 204, green value is 136 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cc887d hue: 0.02 , saturation: 0.44 and the lightness value of cc887d is 0.65.
The process color (four color CMYK) of #cc887d color hex is 0.00, 0.33, 0.39, 0.20. Web safe color of #cc887d is #cc9966. Color #cc887d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10001000 | 01111101 |
Octal | 314 | 210 | 175 |
Decimal | 204 | 136 | 125 |
Hex | CC | 88 | 7D |
Shades of #cc887d
Tints of #cc887d
RGB Percentages of Color #cc887d
CMYK Percentages of Color #cc887d
Complementary Color
#cc887d | #7dc1cc |
#cc887d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc887d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc887d Color CSS Codes
.mybgcolor {background-color:#cc887d; } .myforecolor {color:#cc887d; } .mybordercolor {border:3px solid #cc887d; }
#cc887d Text Font Color
<p style="color:#cc887d">Text here</p>
This sample text font color is #cc887d
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.
#cc887d Background Color
<div style="background-color:#cc887d">
Div content here</div>
This div background color is #cc887d
#cc887d Border Color
<div style="border:3px solid #cc887d">
Div here</div>
This div border color is #cc887d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,136,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc887d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc887d; -webkit-box-shadow: 1px 1px 3px 2px #cc887d; box-shadow: 1px 1px 3px 2px #cc887d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,136,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc887d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc887d; -webkit-box-shadow: 1px 1px 3px 2px #cc887d; box-shadow: 1px 1px 3px 2px #cc887d;">
Div content here</div>
This div box has shadow with color #cc887d
Comments
No comments written yet.
Please login to write comment.