Shades of Pale Leaf #C9DAA1
Tints of Pale Leaf #C9DAA1
RGB
CMYK
RGB Variations
Color information
#C9DAA1 (or 0xC9DAA1) is known color: Pale Leaf. HEX triplet: C9, DA and A1. RGB value is (201,218,161). Sum of RGB (Red+Green+Blue) = 201+218+161=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAA1 is #36255E. Grayscale: #CECECE. Windows color (decimal): -3548511 or 10607305. OLE color: 10607305.
HSL color Cylindrical-coordinate representation of color #C9DAA1: hue angle of 77.89º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9DAA1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 161 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.15 |
| HSL | 77.89º | 0.44% | 0.74% | - |
| HSV(B) | 77.89º | 0.26% | 0.85% | - |
| XYZ | 55.59 | 65.13 | 43.36 | - |
| YUV | 206.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 161 | 0.08 | 0 | 0.26 | 0.15 | 77.89 | 0.44 | 0.74 |
| Hex | C9 | DA | A1 | 8 | 0 | 1A | F | 4E | 2C | 4A |
| Octal | 311 | 332 | 241 | 10 | 0 | 32 | 17 | 116 | 54 | 112 |
| Binary | 11001001 | 11011010 | 10100001 | 1000 | 0 | 11010 | 1111 | 1001110 | 101100 | 1001010 |
Color Harmonies of #C9DAA1
Complementary color
Monochromatic Colors of #C9DAA1
Black with #C9DAA1
Text Example
Text Example
White with #C9DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAA1; }
p { color: rgb(201,218,161); }
H1.HeaderClassName
{
color: #C9DAA1;
}
.AnyTagClassName
{
color: #C9DAA1;
}
</style>
background-color css
<style>
a { background-color: #C9DAA1; }
a { background-color: rgb(201,218,161); }
div.DivClassName
{
background-color: #C9DAA1;
}
.BgClassName
{
background-color: #C9DAA1;
}
</style>
border-color css
<style>
span { border-color: #C9DAA1; }
span { border-color: rgb(201,218,161); }
td.TdClassName
{
border-color: #C9DAA1;
}
.TagClassName
{
border-color: #C9DAA1;
}
</style>