Shades of Deco #C9C87C
Tints of Deco #C9C87C
RGB
CMYK
RGB Variations
Color information
#C9C87C (or 0xC9C87C) is known color: Deco. HEX triplet: C9, C8 and 7C. RGB value is (201,200,124). Sum of RGB (Red+Green+Blue) = 201+200+124=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C87C is #363783. Grayscale: #BFBFBF. Windows color (decimal): -3553156 or 8177865. OLE color: 8177865.
HSL color Cylindrical-coordinate representation of color #C9C87C: hue angle of 59.22º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9C87C is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 124 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.21 |
| HSL | 59.22º | 0.42% | 0.64% | - |
| HSV(B) | 59.22º | 0.38% | 0.79% | - |
| XYZ | 48.38 | 55.18 | 27.17 | - |
| YUV | 191.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 124 | 0 | 0.00 | 0.38 | 0.21 | 59.22 | 0.42 | 0.64 |
| Hex | C9 | C8 | 7C | 0 | 0 | 26 | 15 | 3B | 2A | 40 |
| Octal | 311 | 310 | 174 | 0 | 0 | 46 | 25 | 73 | 52 | 100 |
| Binary | 11001001 | 11001000 | 1111100 | 0 | 0 | 100110 | 10101 | 111011 | 101010 | 1000000 |
Color Harmonies of #C9C87C
Complementary color
Monochromatic Colors of #C9C87C
Black with #C9C87C
Text Example
Text Example
White with #C9C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C87C; }
p { color: rgb(201,200,124); }
H1.HeaderClassName
{
color: #C9C87C;
}
.AnyTagClassName
{
color: #C9C87C;
}
</style>
background-color css
<style>
a { background-color: #C9C87C; }
a { background-color: rgb(201,200,124); }
div.DivClassName
{
background-color: #C9C87C;
}
.BgClassName
{
background-color: #C9C87C;
}
</style>
border-color css
<style>
span { border-color: #C9C87C; }
span { border-color: rgb(201,200,124); }
td.TdClassName
{
border-color: #C9C87C;
}
.TagClassName
{
border-color: #C9C87C;
}
</style>