Shades of Pale Leaf #C9DAA2
Tints of Pale Leaf #C9DAA2
RGB
CMYK
RGB Variations
Color information
#C9DAA2 (or 0xC9DAA2) is known color: Pale Leaf. HEX triplet: C9, DA and A2. RGB value is (201,218,162). Sum of RGB (Red+Green+Blue) = 201+218+162=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 162 (63.67% from 255 or 27.88% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DAA2 is #36255D. Grayscale: #CECECE. Windows color (decimal): -3548510 or 10672841. OLE color: 10672841.
HSL color Cylindrical-coordinate representation of color #C9DAA2: hue angle of 78.21º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9DAA2 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 162 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.15 |
| HSL | 78.21º | 0.43% | 0.75% | - |
| HSV(B) | 78.21º | 0.26% | 0.85% | - |
| XYZ | 55.68 | 65.17 | 43.83 | - |
| YUV | 206.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 162 | 0.08 | 0 | 0.26 | 0.15 | 78.21 | 0.43 | 0.75 |
| Hex | C9 | DA | A2 | 8 | 0 | 1A | F | 4E | 2B | 4B |
| Octal | 311 | 332 | 242 | 10 | 0 | 32 | 17 | 116 | 53 | 113 |
| Binary | 11001001 | 11011010 | 10100010 | 1000 | 0 | 11010 | 1111 | 1001110 | 101011 | 1001011 |
Color Harmonies of #C9DAA2
Complementary color
Monochromatic Colors of #C9DAA2
Black with #C9DAA2
Text Example
Text Example
White with #C9DAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DAA2; }
p { color: rgb(201,218,162); }
H1.HeaderClassName
{
color: #C9DAA2;
}
.AnyTagClassName
{
color: #C9DAA2;
}
</style>
background-color css
<style>
a { background-color: #C9DAA2; }
a { background-color: rgb(201,218,162); }
div.DivClassName
{
background-color: #C9DAA2;
}
.BgClassName
{
background-color: #C9DAA2;
}
</style>
border-color css
<style>
span { border-color: #C9DAA2; }
span { border-color: rgb(201,218,162); }
td.TdClassName
{
border-color: #C9DAA2;
}
.TagClassName
{
border-color: #C9DAA2;
}
</style>