Shades of Deco #CCCF78
Tints of Deco #CCCF78
RGB
CMYK
RGB Variations
Color information
#CCCF78 (or 0xCCCF78) is known color: Deco. HEX triplet: CC, CF and 78. RGB value is (204,207,120). Sum of RGB (Red+Green+Blue) = 204+207+120=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF78 is #333087. Grayscale: #C4C4C4. Windows color (decimal): -3354760 or 7917516. OLE color: 7917516.
HSL color Cylindrical-coordinate representation of color #CCCF78: hue angle of 62.07º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCF78 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 120 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.19 |
| HSL | 62.07º | 0.48% | 0.64% | - |
| HSV(B) | 62.07º | 0.42% | 0.81% | - |
| XYZ | 50.6 | 58.82 | 26.46 | - |
| YUV | 196.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 120 | 0.01 | 0 | 0.42 | 0.19 | 62.07 | 0.48 | 0.64 |
| Hex | CC | CF | 78 | 1 | 0 | 2A | 13 | 3E | 30 | 40 |
| Octal | 314 | 317 | 170 | 1 | 0 | 52 | 23 | 76 | 60 | 100 |
| Binary | 11001100 | 11001111 | 1111000 | 1 | 0 | 101010 | 10011 | 111110 | 110000 | 1000000 |
Color Harmonies of #CCCF78
Complementary color
Monochromatic Colors of #CCCF78
Black with #CCCF78
Text Example
Text Example
White with #CCCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF78; }
p { color: rgb(204,207,120); }
H1.HeaderClassName
{
color: #CCCF78;
}
.AnyTagClassName
{
color: #CCCF78;
}
</style>
background-color css
<style>
a { background-color: #CCCF78; }
a { background-color: rgb(204,207,120); }
div.DivClassName
{
background-color: #CCCF78;
}
.BgClassName
{
background-color: #CCCF78;
}
</style>
border-color css
<style>
span { border-color: #CCCF78; }
span { border-color: rgb(204,207,120); }
td.TdClassName
{
border-color: #CCCF78;
}
.TagClassName
{
border-color: #CCCF78;
}
</style>