Shades of Deco #CCCE88
Tints of Deco #CCCE88
RGB
CMYK
RGB Variations
Color information
#CCCE88 (or 0xCCCE88) is known color: Deco. HEX triplet: CC, CE and 88. RGB value is (204,206,136). Sum of RGB (Red+Green+Blue) = 204+206+136=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE88 is #333177. Grayscale: #C5C5C5. Windows color (decimal): -3355000 or 8965836. OLE color: 8965836.
HSL color Cylindrical-coordinate representation of color #CCCE88: hue angle of 61.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCCE88 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 136 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.19 |
| HSL | 61.71º | 0.42% | 0.67% | - |
| HSV(B) | 61.71º | 0.34% | 0.81% | - |
| XYZ | 51.42 | 58.76 | 31.92 | - |
| YUV | 197.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 136 | 0.01 | 0 | 0.34 | 0.19 | 61.71 | 0.42 | 0.67 |
| Hex | CC | CE | 88 | 1 | 0 | 22 | 13 | 3E | 2A | 43 |
| Octal | 314 | 316 | 210 | 1 | 0 | 42 | 23 | 76 | 52 | 103 |
| Binary | 11001100 | 11001110 | 10001000 | 1 | 0 | 100010 | 10011 | 111110 | 101010 | 1000011 |
Color Harmonies of #CCCE88
Complementary color
Monochromatic Colors of #CCCE88
Black with #CCCE88
Text Example
Text Example
White with #CCCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE88; }
p { color: rgb(204,206,136); }
H1.HeaderClassName
{
color: #CCCE88;
}
.AnyTagClassName
{
color: #CCCE88;
}
</style>
background-color css
<style>
a { background-color: #CCCE88; }
a { background-color: rgb(204,206,136); }
div.DivClassName
{
background-color: #CCCE88;
}
.BgClassName
{
background-color: #CCCE88;
}
</style>
border-color css
<style>
span { border-color: #CCCE88; }
span { border-color: rgb(204,206,136); }
td.TdClassName
{
border-color: #CCCE88;
}
.TagClassName
{
border-color: #CCCE88;
}
</style>