Shades of Deco #C9CD7C
Tints of Deco #C9CD7C
RGB
CMYK
RGB Variations
Color information
#C9CD7C (or 0xC9CD7C) is known color: Deco. HEX triplet: C9, CD and 7C. RGB value is (201,205,124). Sum of RGB (Red+Green+Blue) = 201+205+124=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CD7C is #363283. Grayscale: #C2C2C2. Windows color (decimal): -3551876 or 8179145. OLE color: 8179145.
HSL color Cylindrical-coordinate representation of color #C9CD7C: hue angle of 62.96º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9CD7C is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 124 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.20 |
| HSL | 62.96º | 0.45% | 0.65% | - |
| HSV(B) | 62.96º | 0.4% | 0.8% | - |
| XYZ | 49.56 | 57.54 | 27.56 | - |
| YUV | 194.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 124 | 0.02 | 0 | 0.40 | 0.20 | 62.96 | 0.45 | 0.65 |
| Hex | C9 | CD | 7C | 2 | 0 | 28 | 14 | 3F | 2D | 41 |
| Octal | 311 | 315 | 174 | 2 | 0 | 50 | 24 | 77 | 55 | 101 |
| Binary | 11001001 | 11001101 | 1111100 | 10 | 0 | 101000 | 10100 | 111111 | 101101 | 1000001 |
Color Harmonies of #C9CD7C
Complementary color
Monochromatic Colors of #C9CD7C
Black with #C9CD7C
Text Example
Text Example
White with #C9CD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD7C; }
p { color: rgb(201,205,124); }
H1.HeaderClassName
{
color: #C9CD7C;
}
.AnyTagClassName
{
color: #C9CD7C;
}
</style>
background-color css
<style>
a { background-color: #C9CD7C; }
a { background-color: rgb(201,205,124); }
div.DivClassName
{
background-color: #C9CD7C;
}
.BgClassName
{
background-color: #C9CD7C;
}
</style>
border-color css
<style>
span { border-color: #C9CD7C; }
span { border-color: rgb(201,205,124); }
td.TdClassName
{
border-color: #C9CD7C;
}
.TagClassName
{
border-color: #C9CD7C;
}
</style>