Shades of Deco #CCCE8C
Tints of Deco #CCCE8C
RGB
CMYK
RGB Variations
Color information
#CCCE8C (or 0xCCCE8C) is known color: Deco. HEX triplet: CC, CE and 8C. RGB value is (204,206,140). Sum of RGB (Red+Green+Blue) = 204+206+140=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE8C is #333173. Grayscale: #C6C6C6. Windows color (decimal): -3354996 or 9227980. OLE color: 9227980.
HSL color Cylindrical-coordinate representation of color #CCCE8C: hue angle of 61.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCCE8C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 140 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.19 |
| HSL | 61.82º | 0.4% | 0.68% | - |
| HSV(B) | 61.82º | 0.32% | 0.81% | - |
| XYZ | 51.71 | 58.87 | 33.45 | - |
| YUV | 197.88 | 95.34 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 140 | 0.01 | 0 | 0.32 | 0.19 | 61.82 | 0.4 | 0.68 |
| Hex | CC | CE | 8C | 1 | 0 | 20 | 13 | 3E | 28 | 44 |
| Octal | 314 | 316 | 214 | 1 | 0 | 40 | 23 | 76 | 50 | 104 |
| Binary | 11001100 | 11001110 | 10001100 | 1 | 0 | 100000 | 10011 | 111110 | 101000 | 1000100 |
Color Harmonies of #CCCE8C
Complementary color
Monochromatic Colors of #CCCE8C
Black with #CCCE8C
Text Example
Text Example
White with #CCCE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE8C; }
p { color: rgb(204,206,140); }
H1.HeaderClassName
{
color: #CCCE8C;
}
.AnyTagClassName
{
color: #CCCE8C;
}
</style>
background-color css
<style>
a { background-color: #CCCE8C; }
a { background-color: rgb(204,206,140); }
div.DivClassName
{
background-color: #CCCE8C;
}
.BgClassName
{
background-color: #CCCE8C;
}
</style>
border-color css
<style>
span { border-color: #CCCE8C; }
span { border-color: rgb(204,206,140); }
td.TdClassName
{
border-color: #CCCE8C;
}
.TagClassName
{
border-color: #CCCE8C;
}
</style>