Shades of Deco #C9C886
Tints of Deco #C9C886
RGB
CMYK
RGB Variations
Color information
#C9C886 (or 0xC9C886) is known color: Deco. HEX triplet: C9, C8 and 86. RGB value is (201,200,134). Sum of RGB (Red+Green+Blue) = 201+200+134=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C886 is #363779. Grayscale: #C1C1C1. Windows color (decimal): -3553146 or 8833225. OLE color: 8833225.
HSL color Cylindrical-coordinate representation of color #C9C886: hue angle of 59.1º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9C886 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 134 | - |
| CMYK | 0 | 0.00 | 0.33 | 0.21 |
| HSL | 59.1º | 0.38% | 0.66% | - |
| HSV(B) | 59.1º | 0.33% | 0.79% | - |
| XYZ | 49.04 | 55.45 | 30.67 | - |
| YUV | 192.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 134 | 0 | 0.00 | 0.33 | 0.21 | 59.1 | 0.38 | 0.66 |
| Hex | C9 | C8 | 86 | 0 | 0 | 21 | 15 | 3B | 26 | 42 |
| Octal | 311 | 310 | 206 | 0 | 0 | 41 | 25 | 73 | 46 | 102 |
| Binary | 11001001 | 11001000 | 10000110 | 0 | 0 | 100001 | 10101 | 111011 | 100110 | 1000010 |
Color Harmonies of #C9C886
Complementary color
Monochromatic Colors of #C9C886
Black with #C9C886
Text Example
Text Example
White with #C9C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C886; }
p { color: rgb(201,200,134); }
H1.HeaderClassName
{
color: #C9C886;
}
.AnyTagClassName
{
color: #C9C886;
}
</style>
background-color css
<style>
a { background-color: #C9C886; }
a { background-color: rgb(201,200,134); }
div.DivClassName
{
background-color: #C9C886;
}
.BgClassName
{
background-color: #C9C886;
}
</style>
border-color css
<style>
span { border-color: #C9C886; }
span { border-color: rgb(201,200,134); }
td.TdClassName
{
border-color: #C9C886;
}
.TagClassName
{
border-color: #C9C886;
}
</style>