Shades of Deco #CCCE70
Tints of Deco #CCCE70
RGB
CMYK
RGB Variations
Color information
#CCCE70 (or 0xCCCE70) is known color: Deco. HEX triplet: CC, CE and 70. RGB value is (204,206,112). Sum of RGB (Red+Green+Blue) = 204+206+112=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE70 is #33318F. Grayscale: #C3C3C3. Windows color (decimal): -3355024 or 7392972. OLE color: 7392972.
HSL color Cylindrical-coordinate representation of color #CCCE70: hue angle of 61.28º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CCCE70 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 112 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.19 |
| HSL | 61.28º | 0.49% | 0.62% | - |
| HSV(B) | 61.28º | 0.46% | 0.81% | - |
| XYZ | 49.9 | 58.15 | 23.92 | - |
| YUV | 194.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 112 | 0.01 | 0 | 0.46 | 0.19 | 61.28 | 0.49 | 0.62 |
| Hex | CC | CE | 70 | 1 | 0 | 2E | 13 | 3D | 31 | 3E |
| Octal | 314 | 316 | 160 | 1 | 0 | 56 | 23 | 75 | 61 | 76 |
| Binary | 11001100 | 11001110 | 1110000 | 1 | 0 | 101110 | 10011 | 111101 | 110001 | 111110 |
Color Harmonies of #CCCE70
Complementary color
Monochromatic Colors of #CCCE70
Black with #CCCE70
Text Example
Text Example
White with #CCCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE70; }
p { color: rgb(204,206,112); }
H1.HeaderClassName
{
color: #CCCE70;
}
.AnyTagClassName
{
color: #CCCE70;
}
</style>
background-color css
<style>
a { background-color: #CCCE70; }
a { background-color: rgb(204,206,112); }
div.DivClassName
{
background-color: #CCCE70;
}
.BgClassName
{
background-color: #CCCE70;
}
</style>
border-color css
<style>
span { border-color: #CCCE70; }
span { border-color: rgb(204,206,112); }
td.TdClassName
{
border-color: #CCCE70;
}
.TagClassName
{
border-color: #CCCE70;
}
</style>