Shades of Deco #C9CF6F
Tints of Deco #C9CF6F
RGB
CMYK
RGB Variations
Color information
#C9CF6F (or 0xC9CF6F) is known color: Deco. HEX triplet: C9, CF and 6F. RGB value is (201,207,111). Sum of RGB (Red+Green+Blue) = 201+207+111=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 111 (43.75% from 255 or 21.39% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CF6F is #363090. Grayscale: #C2C2C2. Windows color (decimal): -3551377 or 7327689. OLE color: 7327689.
HSL color Cylindrical-coordinate representation of color #C9CF6F: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9CF6F is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 207 | 111 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.19 |
| HSL | 63.75º | 0.5% | 0.62% | - |
| HSV(B) | 63.75º | 0.46% | 0.81% | - |
| XYZ | 49.27 | 58.19 | 23.67 | - |
| YUV | 194.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 207 | 111 | 0.03 | 0 | 0.46 | 0.19 | 63.75 | 0.5 | 0.62 |
| Hex | C9 | CF | 6F | 3 | 0 | 2E | 13 | 40 | 32 | 3E |
| Octal | 311 | 317 | 157 | 3 | 0 | 56 | 23 | 100 | 62 | 76 |
| Binary | 11001001 | 11001111 | 1101111 | 11 | 0 | 101110 | 10011 | 1000000 | 110010 | 111110 |
Color Harmonies of #C9CF6F
Complementary color
Monochromatic Colors of #C9CF6F
Black with #C9CF6F
Text Example
Text Example
White with #C9CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CF6F; }
p { color: rgb(201,207,111); }
H1.HeaderClassName
{
color: #C9CF6F;
}
.AnyTagClassName
{
color: #C9CF6F;
}
</style>
background-color css
<style>
a { background-color: #C9CF6F; }
a { background-color: rgb(201,207,111); }
div.DivClassName
{
background-color: #C9CF6F;
}
.BgClassName
{
background-color: #C9CF6F;
}
</style>
border-color css
<style>
span { border-color: #C9CF6F; }
span { border-color: rgb(201,207,111); }
td.TdClassName
{
border-color: #C9CF6F;
}
.TagClassName
{
border-color: #C9CF6F;
}
</style>