Shades of Deco #C9CE8F
Tints of Deco #C9CE8F
RGB
CMYK
RGB Variations
Color information
#C9CE8F (or 0xC9CE8F) is known color: Deco. HEX triplet: C9, CE and 8F. RGB value is (201,206,143). Sum of RGB (Red+Green+Blue) = 201+206+143=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CE8F is #363170. Grayscale: #C5C5C5. Windows color (decimal): -3551601 or 9424585. OLE color: 9424585.
HSL color Cylindrical-coordinate representation of color #C9CE8F: hue angle of 64.76º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9CE8F is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 143 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.19 |
| HSL | 64.76º | 0.39% | 0.68% | - |
| HSV(B) | 64.76º | 0.31% | 0.81% | - |
| XYZ | 51.12 | 58.54 | 34.59 | - |
| YUV | 197.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 143 | 0.02 | 0 | 0.31 | 0.19 | 64.76 | 0.39 | 0.68 |
| Hex | C9 | CE | 8F | 2 | 0 | 1F | 13 | 41 | 27 | 44 |
| Octal | 311 | 316 | 217 | 2 | 0 | 37 | 23 | 101 | 47 | 104 |
| Binary | 11001001 | 11001110 | 10001111 | 10 | 0 | 11111 | 10011 | 1000001 | 100111 | 1000100 |
Color Harmonies of #C9CE8F
Complementary color
Monochromatic Colors of #C9CE8F
Black with #C9CE8F
Text Example
Text Example
White with #C9CE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE8F; }
p { color: rgb(201,206,143); }
H1.HeaderClassName
{
color: #C9CE8F;
}
.AnyTagClassName
{
color: #C9CE8F;
}
</style>
background-color css
<style>
a { background-color: #C9CE8F; }
a { background-color: rgb(201,206,143); }
div.DivClassName
{
background-color: #C9CE8F;
}
.BgClassName
{
background-color: #C9CE8F;
}
</style>
border-color css
<style>
span { border-color: #C9CE8F; }
span { border-color: rgb(201,206,143); }
td.TdClassName
{
border-color: #C9CE8F;
}
.TagClassName
{
border-color: #C9CE8F;
}
</style>