Shades of Deco #C9CD73
Tints of Deco #C9CD73
RGB
CMYK
RGB Variations
Color information
#C9CD73 (or 0xC9CD73) is known color: Deco. HEX triplet: C9, CD and 73. RGB value is (201,205,115). Sum of RGB (Red+Green+Blue) = 201+205+115=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CD73 is #36328C. Grayscale: #C1C1C1. Windows color (decimal): -3551885 or 7589321. OLE color: 7589321.
HSL color Cylindrical-coordinate representation of color #C9CD73: hue angle of 62.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9CD73 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 115 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.20 |
| HSL | 62.67º | 0.47% | 0.63% | - |
| HSV(B) | 62.67º | 0.44% | 0.8% | - |
| XYZ | 49.01 | 57.32 | 24.7 | - |
| YUV | 193.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 115 | 0.02 | 0 | 0.44 | 0.20 | 62.67 | 0.47 | 0.63 |
| Hex | C9 | CD | 73 | 2 | 0 | 2C | 14 | 3F | 2F | 3F |
| Octal | 311 | 315 | 163 | 2 | 0 | 54 | 24 | 77 | 57 | 77 |
| Binary | 11001001 | 11001101 | 1110011 | 10 | 0 | 101100 | 10100 | 111111 | 101111 | 111111 |
Color Harmonies of #C9CD73
Complementary color
Monochromatic Colors of #C9CD73
Black with #C9CD73
Text Example
Text Example
White with #C9CD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD73; }
p { color: rgb(201,205,115); }
H1.HeaderClassName
{
color: #C9CD73;
}
.AnyTagClassName
{
color: #C9CD73;
}
</style>
background-color css
<style>
a { background-color: #C9CD73; }
a { background-color: rgb(201,205,115); }
div.DivClassName
{
background-color: #C9CD73;
}
.BgClassName
{
background-color: #C9CD73;
}
</style>
border-color css
<style>
span { border-color: #C9CD73; }
span { border-color: rgb(201,205,115); }
td.TdClassName
{
border-color: #C9CD73;
}
.TagClassName
{
border-color: #C9CD73;
}
</style>