Shades of Deco #CCCE90
Tints of Deco #CCCE90
RGB
CMYK
RGB Variations
Color information
#CCCE90 (or 0xCCCE90) is known color: Deco. HEX triplet: CC, CE and 90. RGB value is (204,206,144). Sum of RGB (Red+Green+Blue) = 204+206+144=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE90 is #33316F. Grayscale: #C6C6C6. Windows color (decimal): -3354992 or 9490124. OLE color: 9490124.
HSL color Cylindrical-coordinate representation of color #CCCE90: hue angle of 61.94º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCCE90 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 144 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.19 |
| HSL | 61.94º | 0.39% | 0.69% | - |
| HSV(B) | 61.94º | 0.3% | 0.81% | - |
| XYZ | 52.01 | 58.99 | 35.03 | - |
| YUV | 198.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 144 | 0.01 | 0 | 0.30 | 0.19 | 61.94 | 0.39 | 0.69 |
| Hex | CC | CE | 90 | 1 | 0 | 1E | 13 | 3E | 27 | 45 |
| Octal | 314 | 316 | 220 | 1 | 0 | 36 | 23 | 76 | 47 | 105 |
| Binary | 11001100 | 11001110 | 10010000 | 1 | 0 | 11110 | 10011 | 111110 | 100111 | 1000101 |
Color Harmonies of #CCCE90
Complementary color
Monochromatic Colors of #CCCE90
Black with #CCCE90
Text Example
Text Example
White with #CCCE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE90; }
p { color: rgb(204,206,144); }
H1.HeaderClassName
{
color: #CCCE90;
}
.AnyTagClassName
{
color: #CCCE90;
}
</style>
background-color css
<style>
a { background-color: #CCCE90; }
a { background-color: rgb(204,206,144); }
div.DivClassName
{
background-color: #CCCE90;
}
.BgClassName
{
background-color: #CCCE90;
}
</style>
border-color css
<style>
span { border-color: #CCCE90; }
span { border-color: rgb(204,206,144); }
td.TdClassName
{
border-color: #CCCE90;
}
.TagClassName
{
border-color: #CCCE90;
}
</style>