Shades of Deco #CCCE80
Tints of Deco #CCCE80
RGB
CMYK
RGB Variations
Color information
#CCCE80 (or 0xCCCE80) is known color: Deco. HEX triplet: CC, CE and 80. RGB value is (204,206,128). Sum of RGB (Red+Green+Blue) = 204+206+128=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE80 is #33317F. Grayscale: #C4C4C4. Windows color (decimal): -3355008 or 8441548. OLE color: 8441548.
HSL color Cylindrical-coordinate representation of color #CCCE80: hue angle of 61.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCCE80 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 128 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.19 |
| HSL | 61.54º | 0.44% | 0.65% | - |
| HSV(B) | 61.54º | 0.38% | 0.81% | - |
| XYZ | 50.87 | 58.54 | 29.04 | - |
| YUV | 196.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 128 | 0.01 | 0 | 0.38 | 0.19 | 61.54 | 0.44 | 0.65 |
| Hex | CC | CE | 80 | 1 | 0 | 26 | 13 | 3E | 2C | 41 |
| Octal | 314 | 316 | 200 | 1 | 0 | 46 | 23 | 76 | 54 | 101 |
| Binary | 11001100 | 11001110 | 10000000 | 1 | 0 | 100110 | 10011 | 111110 | 101100 | 1000001 |
Color Harmonies of #CCCE80
Complementary color
Monochromatic Colors of #CCCE80
Black with #CCCE80
Text Example
Text Example
White with #CCCE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE80; }
p { color: rgb(204,206,128); }
H1.HeaderClassName
{
color: #CCCE80;
}
.AnyTagClassName
{
color: #CCCE80;
}
</style>
background-color css
<style>
a { background-color: #CCCE80; }
a { background-color: rgb(204,206,128); }
div.DivClassName
{
background-color: #CCCE80;
}
.BgClassName
{
background-color: #CCCE80;
}
</style>
border-color css
<style>
span { border-color: #CCCE80; }
span { border-color: rgb(204,206,128); }
td.TdClassName
{
border-color: #CCCE80;
}
.TagClassName
{
border-color: #CCCE80;
}
</style>