Shades of Deco #C9D873
Tints of Deco #C9D873
RGB
CMYK
RGB Variations
Color information
#C9D873 (or 0xC9D873) is known color: Deco. HEX triplet: C9, D8 and 73. RGB value is (201,216,115). Sum of RGB (Red+Green+Blue) = 201+216+115=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D873 is #36278C. Grayscale: #C8C8C8. Windows color (decimal): -3549069 or 7592137. OLE color: 7592137.
HSL color Cylindrical-coordinate representation of color #C9D873: hue angle of 68.91º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9D873 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 115 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.15 |
| HSL | 68.91º | 0.56% | 0.65% | - |
| HSV(B) | 68.91º | 0.47% | 0.85% | - |
| XYZ | 51.74 | 62.77 | 25.61 | - |
| YUV | 200 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 115 | 0.07 | 0 | 0.47 | 0.15 | 68.91 | 0.56 | 0.65 |
| Hex | C9 | D8 | 73 | 7 | 0 | 2F | F | 45 | 38 | 41 |
| Octal | 311 | 330 | 163 | 7 | 0 | 57 | 17 | 105 | 70 | 101 |
| Binary | 11001001 | 11011000 | 1110011 | 111 | 0 | 101111 | 1111 | 1000101 | 111000 | 1000001 |
Color Harmonies of #C9D873
Complementary color
Monochromatic Colors of #C9D873
Black with #C9D873
Text Example
Text Example
White with #C9D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D873; }
p { color: rgb(201,216,115); }
H1.HeaderClassName
{
color: #C9D873;
}
.AnyTagClassName
{
color: #C9D873;
}
</style>
background-color css
<style>
a { background-color: #C9D873; }
a { background-color: rgb(201,216,115); }
div.DivClassName
{
background-color: #C9D873;
}
.BgClassName
{
background-color: #C9D873;
}
</style>
border-color css
<style>
span { border-color: #C9D873; }
span { border-color: rgb(201,216,115); }
td.TdClassName
{
border-color: #C9D873;
}
.TagClassName
{
border-color: #C9D873;
}
</style>