Shades of Deco #C9C86F
Tints of Deco #C9C86F
RGB
CMYK
RGB Variations
Color information
#C9C86F (or 0xC9C86F) is known color: Deco. HEX triplet: C9, C8 and 6F. RGB value is (201,200,111). Sum of RGB (Red+Green+Blue) = 201+200+111=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C86F is #363790. Grayscale: #BEBEBE. Windows color (decimal): -3553169 or 7325897. OLE color: 7325897.
HSL color Cylindrical-coordinate representation of color #C9C86F: hue angle of 59.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C9C86F is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 111 | - |
| CMYK | 0 | 0.00 | 0.45 | 0.21 |
| HSL | 59.33º | 0.45% | 0.61% | - |
| HSV(B) | 59.33º | 0.45% | 0.79% | - |
| XYZ | 47.61 | 54.87 | 23.12 | - |
| YUV | 190.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 111 | 0 | 0.00 | 0.45 | 0.21 | 59.33 | 0.45 | 0.61 |
| Hex | C9 | C8 | 6F | 0 | 0 | 2D | 15 | 3B | 2D | 3D |
| Octal | 311 | 310 | 157 | 0 | 0 | 55 | 25 | 73 | 55 | 75 |
| Binary | 11001001 | 11001000 | 1101111 | 0 | 0 | 101101 | 10101 | 111011 | 101101 | 111101 |
Color Harmonies of #C9C86F
Complementary color
Monochromatic Colors of #C9C86F
Black with #C9C86F
Text Example
Text Example
White with #C9C86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C86F; }
p { color: rgb(201,200,111); }
H1.HeaderClassName
{
color: #C9C86F;
}
.AnyTagClassName
{
color: #C9C86F;
}
</style>
background-color css
<style>
a { background-color: #C9C86F; }
a { background-color: rgb(201,200,111); }
div.DivClassName
{
background-color: #C9C86F;
}
.BgClassName
{
background-color: #C9C86F;
}
</style>
border-color css
<style>
span { border-color: #C9C86F; }
span { border-color: rgb(201,200,111); }
td.TdClassName
{
border-color: #C9C86F;
}
.TagClassName
{
border-color: #C9C86F;
}
</style>