Shades of Deco #C9CE90
Tints of Deco #C9CE90
RGB
CMYK
RGB Variations
Color information
#C9CE90 (or 0xC9CE90) is known color: Deco. HEX triplet: C9, CE and 90. RGB value is (201,206,144). Sum of RGB (Red+Green+Blue) = 201+206+144=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CE90 is #36316F. Grayscale: #C5C5C5. Windows color (decimal): -3551600 or 9490121. OLE color: 9490121.
HSL color Cylindrical-coordinate representation of color #C9CE90: hue angle of 64.84º 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 #C9CE90 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 144 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.19 |
| HSL | 64.84º | 0.39% | 0.69% | - |
| HSV(B) | 64.84º | 0.3% | 0.81% | - |
| XYZ | 51.19 | 58.57 | 34.99 | - |
| YUV | 197.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 144 | 0.02 | 0 | 0.30 | 0.19 | 64.84 | 0.39 | 0.69 |
| Hex | C9 | CE | 90 | 2 | 0 | 1E | 13 | 41 | 27 | 45 |
| Octal | 311 | 316 | 220 | 2 | 0 | 36 | 23 | 101 | 47 | 105 |
| Binary | 11001001 | 11001110 | 10010000 | 10 | 0 | 11110 | 10011 | 1000001 | 100111 | 1000101 |
Color Harmonies of #C9CE90
Complementary color
Monochromatic Colors of #C9CE90
Black with #C9CE90
Text Example
Text Example
White with #C9CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE90; }
p { color: rgb(201,206,144); }
H1.HeaderClassName
{
color: #C9CE90;
}
.AnyTagClassName
{
color: #C9CE90;
}
</style>
background-color css
<style>
a { background-color: #C9CE90; }
a { background-color: rgb(201,206,144); }
div.DivClassName
{
background-color: #C9CE90;
}
.BgClassName
{
background-color: #C9CE90;
}
</style>
border-color css
<style>
span { border-color: #C9CE90; }
span { border-color: rgb(201,206,144); }
td.TdClassName
{
border-color: #C9CE90;
}
.TagClassName
{
border-color: #C9CE90;
}
</style>