Shades of Deco #CCC878
Tints of Deco #CCC878
RGB
CMYK
RGB Variations
Color information
#CCC878 (or 0xCCC878) is known color: Deco. HEX triplet: CC, C8 and 78. RGB value is (204,200,120). Sum of RGB (Red+Green+Blue) = 204+200+120=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC878 is #333787. Grayscale: #C0C0C0. Windows color (decimal): -3356552 or 7915724. OLE color: 7915724.
HSL color Cylindrical-coordinate representation of color #CCC878: hue angle of 57.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC878 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 120 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.2 |
| HSL | 57.14º | 0.45% | 0.64% | - |
| HSV(B) | 57.14º | 0.41% | 0.8% | - |
| XYZ | 48.95 | 55.5 | 25.9 | - |
| YUV | 192.08 | 87.33 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 120 | 0 | 0.02 | 0.41 | 0.2 | 57.14 | 0.45 | 0.64 |
| Hex | CC | C8 | 78 | 0 | 2 | 29 | 14 | 39 | 2D | 40 |
| Octal | 314 | 310 | 170 | 0 | 2 | 51 | 24 | 71 | 55 | 100 |
| Binary | 11001100 | 11001000 | 1111000 | 0 | 10 | 101001 | 10100 | 111001 | 101101 | 1000000 |
Color Harmonies of #CCC878
Complementary color
Monochromatic Colors of #CCC878
Black with #CCC878
Text Example
Text Example
White with #CCC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC878; }
p { color: rgb(204,200,120); }
H1.HeaderClassName
{
color: #CCC878;
}
.AnyTagClassName
{
color: #CCC878;
}
</style>
background-color css
<style>
a { background-color: #CCC878; }
a { background-color: rgb(204,200,120); }
div.DivClassName
{
background-color: #CCC878;
}
.BgClassName
{
background-color: #CCC878;
}
</style>
border-color css
<style>
span { border-color: #CCC878; }
span { border-color: rgb(204,200,120); }
td.TdClassName
{
border-color: #CCC878;
}
.TagClassName
{
border-color: #CCC878;
}
</style>