Shades of Deco #CCCF76
Tints of Deco #CCCF76
RGB
CMYK
RGB Variations
Color information
#CCCF76 (or 0xCCCF76) is known color: Deco. HEX triplet: CC, CF and 76. RGB value is (204,207,118). Sum of RGB (Red+Green+Blue) = 204+207+118=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF76 is #333089. Grayscale: #C4C4C4. Windows color (decimal): -3354762 or 7786444. OLE color: 7786444.
HSL color Cylindrical-coordinate representation of color #CCCF76: hue angle of 62.02º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCCF76 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 118 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.19 |
| HSL | 62.02º | 0.48% | 0.64% | - |
| HSV(B) | 62.02º | 0.43% | 0.81% | - |
| XYZ | 50.48 | 58.77 | 25.82 | - |
| YUV | 195.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 118 | 0.01 | 0 | 0.43 | 0.19 | 62.02 | 0.48 | 0.64 |
| Hex | CC | CF | 76 | 1 | 0 | 2B | 13 | 3E | 30 | 40 |
| Octal | 314 | 317 | 166 | 1 | 0 | 53 | 23 | 76 | 60 | 100 |
| Binary | 11001100 | 11001111 | 1110110 | 1 | 0 | 101011 | 10011 | 111110 | 110000 | 1000000 |
Color Harmonies of #CCCF76
Complementary color
Monochromatic Colors of #CCCF76
Black with #CCCF76
Text Example
Text Example
White with #CCCF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF76; }
p { color: rgb(204,207,118); }
H1.HeaderClassName
{
color: #CCCF76;
}
.AnyTagClassName
{
color: #CCCF76;
}
</style>
background-color css
<style>
a { background-color: #CCCF76; }
a { background-color: rgb(204,207,118); }
div.DivClassName
{
background-color: #CCCF76;
}
.BgClassName
{
background-color: #CCCF76;
}
</style>
border-color css
<style>
span { border-color: #CCCF76; }
span { border-color: rgb(204,207,118); }
td.TdClassName
{
border-color: #CCCF76;
}
.TagClassName
{
border-color: #CCCF76;
}
</style>