Shades of Deco #CCCE76
Tints of Deco #CCCE76
RGB
CMYK
RGB Variations
Color information
#CCCE76 (or 0xCCCE76) is known color: Deco. HEX triplet: CC, CE and 76. RGB value is (204,206,118). Sum of RGB (Red+Green+Blue) = 204+206+118=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE76 is #333189. Grayscale: #C3C3C3. Windows color (decimal): -3355018 or 7786188. OLE color: 7786188.
HSL color Cylindrical-coordinate representation of color #CCCE76: hue angle of 61.36º degrees, saturation: 0.47, 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 #CCCE76 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 118 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.19 |
| HSL | 61.36º | 0.47% | 0.64% | - |
| HSV(B) | 61.36º | 0.43% | 0.81% | - |
| XYZ | 50.24 | 58.29 | 25.74 | - |
| YUV | 195.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 118 | 0.01 | 0 | 0.43 | 0.19 | 61.36 | 0.47 | 0.64 |
| Hex | CC | CE | 76 | 1 | 0 | 2B | 13 | 3D | 2F | 40 |
| Octal | 314 | 316 | 166 | 1 | 0 | 53 | 23 | 75 | 57 | 100 |
| Binary | 11001100 | 11001110 | 1110110 | 1 | 0 | 101011 | 10011 | 111101 | 101111 | 1000000 |
Color Harmonies of #CCCE76
Complementary color
Monochromatic Colors of #CCCE76
Black with #CCCE76
Text Example
Text Example
White with #CCCE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE76; }
p { color: rgb(204,206,118); }
H1.HeaderClassName
{
color: #CCCE76;
}
.AnyTagClassName
{
color: #CCCE76;
}
</style>
background-color css
<style>
a { background-color: #CCCE76; }
a { background-color: rgb(204,206,118); }
div.DivClassName
{
background-color: #CCCE76;
}
.BgClassName
{
background-color: #CCCE76;
}
</style>
border-color css
<style>
span { border-color: #CCCE76; }
span { border-color: rgb(204,206,118); }
td.TdClassName
{
border-color: #CCCE76;
}
.TagClassName
{
border-color: #CCCE76;
}
</style>