Shades of Deco #CCCC87
Tints of Deco #CCCC87
RGB
CMYK
RGB Variations
Color information
#CCCC87 (or 0xCCCC87) is known color: Deco. HEX triplet: CC, CC and 87. RGB value is (204,204,135). Sum of RGB (Red+Green+Blue) = 204+204+135=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 135 (53.12% from 255 or 24.86% from 543); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC87 is #333378. Grayscale: #C4C4C4. Windows color (decimal): -3355513 or 8899788. OLE color: 8899788.
HSL color Cylindrical-coordinate representation of color #CCCC87: hue angle of 60º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCCC87 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 135 | - |
| CMYK | 0 | 0 | 0.34 | 0.2 |
| HSL | 60º | 0.4% | 0.66% | - |
| HSV(B) | 60º | 0.34% | 0.8% | - |
| XYZ | 50.87 | 57.77 | 31.39 | - |
| YUV | 196.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 135 | 0 | 0 | 0.34 | 0.2 | 60 | 0.4 | 0.66 |
| Hex | CC | CC | 87 | 0 | 0 | 22 | 14 | 3C | 28 | 42 |
| Octal | 314 | 314 | 207 | 0 | 0 | 42 | 24 | 74 | 50 | 102 |
| Binary | 11001100 | 11001100 | 10000111 | 0 | 0 | 100010 | 10100 | 111100 | 101000 | 1000010 |
Color Harmonies of #CCCC87
Complementary color
Monochromatic Colors of #CCCC87
Black with #CCCC87
Text Example
Text Example
White with #CCCC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC87; }
p { color: rgb(204,204,135); }
H1.HeaderClassName
{
color: #CCCC87;
}
.AnyTagClassName
{
color: #CCCC87;
}
</style>
background-color css
<style>
a { background-color: #CCCC87; }
a { background-color: rgb(204,204,135); }
div.DivClassName
{
background-color: #CCCC87;
}
.BgClassName
{
background-color: #CCCC87;
}
</style>
border-color css
<style>
span { border-color: #CCCC87; }
span { border-color: rgb(204,204,135); }
td.TdClassName
{
border-color: #CCCC87;
}
.TagClassName
{
border-color: #CCCC87;
}
</style>