Shades of Deco #CCC87C
Tints of Deco #CCC87C
RGB
CMYK
RGB Variations
Color information
#CCC87C (or 0xCCC87C) is known color: Deco. HEX triplet: CC, C8 and 7C. RGB value is (204,200,124). Sum of RGB (Red+Green+Blue) = 204+200+124=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC87C is #333783. Grayscale: #C0C0C0. Windows color (decimal): -3356548 or 8177868. OLE color: 8177868.
HSL color Cylindrical-coordinate representation of color #CCC87C: hue angle of 57º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCC87C is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 124 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.2 |
| HSL | 57º | 0.44% | 0.64% | - |
| HSV(B) | 57º | 0.39% | 0.8% | - |
| XYZ | 49.19 | 55.6 | 27.21 | - |
| YUV | 192.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 124 | 0 | 0.02 | 0.39 | 0.2 | 57 | 0.44 | 0.64 |
| Hex | CC | C8 | 7C | 0 | 2 | 27 | 14 | 39 | 2C | 40 |
| Octal | 314 | 310 | 174 | 0 | 2 | 47 | 24 | 71 | 54 | 100 |
| Binary | 11001100 | 11001000 | 1111100 | 0 | 10 | 100111 | 10100 | 111001 | 101100 | 1000000 |
Color Harmonies of #CCC87C
Complementary color
Monochromatic Colors of #CCC87C
Black with #CCC87C
Text Example
Text Example
White with #CCC87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC87C; }
p { color: rgb(204,200,124); }
H1.HeaderClassName
{
color: #CCC87C;
}
.AnyTagClassName
{
color: #CCC87C;
}
</style>
background-color css
<style>
a { background-color: #CCC87C; }
a { background-color: rgb(204,200,124); }
div.DivClassName
{
background-color: #CCC87C;
}
.BgClassName
{
background-color: #CCC87C;
}
</style>
border-color css
<style>
span { border-color: #CCC87C; }
span { border-color: rgb(204,200,124); }
td.TdClassName
{
border-color: #CCC87C;
}
.TagClassName
{
border-color: #CCC87C;
}
</style>