Shades of Deco #C9C88E
Tints of Deco #C9C88E
RGB
CMYK
RGB Variations
Color information
#C9C88E (or 0xC9C88E) is known color: Deco. HEX triplet: C9, C8 and 8E. RGB value is (201,200,142). Sum of RGB (Red+Green+Blue) = 201+200+142=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C88E is #363771. Grayscale: #C1C1C1. Windows color (decimal): -3553138 or 9357513. OLE color: 9357513.
HSL color Cylindrical-coordinate representation of color #C9C88E: hue angle of 58.98º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9C88E is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 142 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.21 |
| HSL | 58.98º | 0.35% | 0.67% | - |
| HSV(B) | 58.98º | 0.29% | 0.79% | - |
| XYZ | 49.62 | 55.68 | 33.72 | - |
| YUV | 193.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 142 | 0 | 0.00 | 0.29 | 0.21 | 58.98 | 0.35 | 0.67 |
| Hex | C9 | C8 | 8E | 0 | 0 | 1D | 15 | 3B | 23 | 43 |
| Octal | 311 | 310 | 216 | 0 | 0 | 35 | 25 | 73 | 43 | 103 |
| Binary | 11001001 | 11001000 | 10001110 | 0 | 0 | 11101 | 10101 | 111011 | 100011 | 1000011 |
Color Harmonies of #C9C88E
Complementary color
Monochromatic Colors of #C9C88E
Black with #C9C88E
Text Example
Text Example
White with #C9C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C88E; }
p { color: rgb(201,200,142); }
H1.HeaderClassName
{
color: #C9C88E;
}
.AnyTagClassName
{
color: #C9C88E;
}
</style>
background-color css
<style>
a { background-color: #C9C88E; }
a { background-color: rgb(201,200,142); }
div.DivClassName
{
background-color: #C9C88E;
}
.BgClassName
{
background-color: #C9C88E;
}
</style>
border-color css
<style>
span { border-color: #C9C88E; }
span { border-color: rgb(201,200,142); }
td.TdClassName
{
border-color: #C9C88E;
}
.TagClassName
{
border-color: #C9C88E;
}
</style>