Shades of Deco #C9CE7A
Tints of Deco #C9CE7A
RGB
CMYK
RGB Variations
Color information
#C9CE7A (or 0xC9CE7A) is known color: Deco. HEX triplet: C9, CE and 7A. RGB value is (201,206,122). Sum of RGB (Red+Green+Blue) = 201+206+122=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CE7A is #363185. Grayscale: #C3C3C3. Windows color (decimal): -3551622 or 8048329. OLE color: 8048329.
HSL color Cylindrical-coordinate representation of color #C9CE7A: hue angle of 63.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9CE7A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 122 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.19 |
| HSL | 63.57º | 0.46% | 0.64% | - |
| HSV(B) | 63.57º | 0.41% | 0.81% | - |
| XYZ | 49.67 | 57.97 | 26.98 | - |
| YUV | 194.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 122 | 0.02 | 0 | 0.41 | 0.19 | 63.57 | 0.46 | 0.64 |
| Hex | C9 | CE | 7A | 2 | 0 | 29 | 13 | 40 | 2E | 40 |
| Octal | 311 | 316 | 172 | 2 | 0 | 51 | 23 | 100 | 56 | 100 |
| Binary | 11001001 | 11001110 | 1111010 | 10 | 0 | 101001 | 10011 | 1000000 | 101110 | 1000000 |
Color Harmonies of #C9CE7A
Complementary color
Monochromatic Colors of #C9CE7A
Black with #C9CE7A
Text Example
Text Example
White with #C9CE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE7A; }
p { color: rgb(201,206,122); }
H1.HeaderClassName
{
color: #C9CE7A;
}
.AnyTagClassName
{
color: #C9CE7A;
}
</style>
background-color css
<style>
a { background-color: #C9CE7A; }
a { background-color: rgb(201,206,122); }
div.DivClassName
{
background-color: #C9CE7A;
}
.BgClassName
{
background-color: #C9CE7A;
}
</style>
border-color css
<style>
span { border-color: #C9CE7A; }
span { border-color: rgb(201,206,122); }
td.TdClassName
{
border-color: #C9CE7A;
}
.TagClassName
{
border-color: #C9CE7A;
}
</style>