Shades of Deco #C9D087
Tints of Deco #C9D087
RGB
CMYK
RGB Variations
Color information
#C9D087 (or 0xC9D087) is known color: Deco. HEX triplet: C9, D0 and 87. RGB value is (201,208,135). Sum of RGB (Red+Green+Blue) = 201+208+135=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D087 is #362F78. Grayscale: #C5C5C5. Windows color (decimal): -3551097 or 8900809. OLE color: 8900809.
HSL color Cylindrical-coordinate representation of color #C9D087: hue angle of 65.75º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9D087 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 208 | 135 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.18 |
| HSL | 65.75º | 0.44% | 0.67% | - |
| HSV(B) | 65.75º | 0.35% | 0.82% | - |
| XYZ | 51.02 | 59.28 | 31.67 | - |
| YUV | 197.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 208 | 135 | 0.03 | 0 | 0.35 | 0.18 | 65.75 | 0.44 | 0.67 |
| Hex | C9 | D0 | 87 | 3 | 0 | 23 | 12 | 42 | 2C | 43 |
| Octal | 311 | 320 | 207 | 3 | 0 | 43 | 22 | 102 | 54 | 103 |
| Binary | 11001001 | 11010000 | 10000111 | 11 | 0 | 100011 | 10010 | 1000010 | 101100 | 1000011 |
Color Harmonies of #C9D087
Complementary color
Monochromatic Colors of #C9D087
Black with #C9D087
Text Example
Text Example
White with #C9D087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D087; }
p { color: rgb(201,208,135); }
H1.HeaderClassName
{
color: #C9D087;
}
.AnyTagClassName
{
color: #C9D087;
}
</style>
background-color css
<style>
a { background-color: #C9D087; }
a { background-color: rgb(201,208,135); }
div.DivClassName
{
background-color: #C9D087;
}
.BgClassName
{
background-color: #C9D087;
}
</style>
border-color css
<style>
span { border-color: #C9D087; }
span { border-color: rgb(201,208,135); }
td.TdClassName
{
border-color: #C9D087;
}
.TagClassName
{
border-color: #C9D087;
}
</style>