Shades of Deco #C9CA7F
Tints of Deco #C9CA7F
RGB
CMYK
RGB Variations
Color information
#C9CA7F (or 0xC9CA7F) is known color: Deco. HEX triplet: C9, CA and 7F. RGB value is (201,202,127). Sum of RGB (Red+Green+Blue) = 201+202+127=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CA7F is #363580. Grayscale: #C1C1C1. Windows color (decimal): -3552641 or 8374985. OLE color: 8374985.
HSL color Cylindrical-coordinate representation of color #C9CA7F: hue angle of 60.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9CA7F is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 127 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.21 |
| HSL | 60.8º | 0.41% | 0.65% | - |
| HSV(B) | 60.8º | 0.37% | 0.79% | - |
| XYZ | 49.04 | 56.19 | 28.34 | - |
| YUV | 193.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 127 | 0.00 | 0 | 0.37 | 0.21 | 60.8 | 0.41 | 0.65 |
| Hex | C9 | CA | 7F | 0 | 0 | 25 | 15 | 3D | 29 | 41 |
| Octal | 311 | 312 | 177 | 0 | 0 | 45 | 25 | 75 | 51 | 101 |
| Binary | 11001001 | 11001010 | 1111111 | 0 | 0 | 100101 | 10101 | 111101 | 101001 | 1000001 |
Color Harmonies of #C9CA7F
Complementary color
Monochromatic Colors of #C9CA7F
Black with #C9CA7F
Text Example
Text Example
White with #C9CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA7F; }
p { color: rgb(201,202,127); }
H1.HeaderClassName
{
color: #C9CA7F;
}
.AnyTagClassName
{
color: #C9CA7F;
}
</style>
background-color css
<style>
a { background-color: #C9CA7F; }
a { background-color: rgb(201,202,127); }
div.DivClassName
{
background-color: #C9CA7F;
}
.BgClassName
{
background-color: #C9CA7F;
}
</style>
border-color css
<style>
span { border-color: #C9CA7F; }
span { border-color: rgb(201,202,127); }
td.TdClassName
{
border-color: #C9CA7F;
}
.TagClassName
{
border-color: #C9CA7F;
}
</style>