Shades of Deco #CCC978
Tints of Deco #CCC978
RGB
CMYK
RGB Variations
Color information
#CCC978 (or 0xCCC978) is known color: Deco. HEX triplet: CC, C9 and 78. RGB value is (204,201,120). Sum of RGB (Red+Green+Blue) = 204+201+120=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC978 is #333687. Grayscale: #C0C0C0. Windows color (decimal): -3356296 or 7915980. OLE color: 7915980.
HSL color Cylindrical-coordinate representation of color #CCC978: hue angle of 57.86º 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 #CCC978 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 120 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.2 |
| HSL | 57.86º | 0.45% | 0.64% | - |
| HSV(B) | 57.86º | 0.41% | 0.8% | - |
| XYZ | 49.18 | 55.97 | 25.98 | - |
| YUV | 192.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 120 | 0 | 0.01 | 0.41 | 0.2 | 57.86 | 0.45 | 0.64 |
| Hex | CC | C9 | 78 | 0 | 1 | 29 | 14 | 3A | 2D | 40 |
| Octal | 314 | 311 | 170 | 0 | 1 | 51 | 24 | 72 | 55 | 100 |
| Binary | 11001100 | 11001001 | 1111000 | 0 | 1 | 101001 | 10100 | 111010 | 101101 | 1000000 |
Color Harmonies of #CCC978
Complementary color
Monochromatic Colors of #CCC978
Black with #CCC978
Text Example
Text Example
White with #CCC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC978; }
p { color: rgb(204,201,120); }
H1.HeaderClassName
{
color: #CCC978;
}
.AnyTagClassName
{
color: #CCC978;
}
</style>
background-color css
<style>
a { background-color: #CCC978; }
a { background-color: rgb(204,201,120); }
div.DivClassName
{
background-color: #CCC978;
}
.BgClassName
{
background-color: #CCC978;
}
</style>
border-color css
<style>
span { border-color: #CCC978; }
span { border-color: rgb(204,201,120); }
td.TdClassName
{
border-color: #CCC978;
}
.TagClassName
{
border-color: #CCC978;
}
</style>