Shades of Pale Leaf #C9D2AA
Tints of Pale Leaf #C9D2AA
RGB
CMYK
RGB Variations
Color information
#C9D2AA (or 0xC9D2AA) is known color: Pale Leaf. HEX triplet: C9, D2 and AA. RGB value is (201,210,170). Sum of RGB (Red+Green+Blue) = 201+210+170=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D2AA is #362D55. Grayscale: #CACACA. Windows color (decimal): -3550550 or 11195081. OLE color: 11195081.
HSL color Cylindrical-coordinate representation of color #C9D2AA: hue angle of 73.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9D2AA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 210 | 170 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.18 |
| HSL | 73.5º | 0.31% | 0.75% | - |
| HSV(B) | 73.5º | 0.19% | 0.82% | - |
| XYZ | 54.39 | 61.41 | 47.02 | - |
| YUV | 202.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 210 | 170 | 0.04 | 0 | 0.19 | 0.18 | 73.5 | 0.31 | 0.75 |
| Hex | C9 | D2 | AA | 4 | 0 | 13 | 12 | 4A | 1F | 4B |
| Octal | 311 | 322 | 252 | 4 | 0 | 23 | 22 | 112 | 37 | 113 |
| Binary | 11001001 | 11010010 | 10101010 | 100 | 0 | 10011 | 10010 | 1001010 | 11111 | 1001011 |
Color Harmonies of #C9D2AA
Complementary color
Monochromatic Colors of #C9D2AA
Black with #C9D2AA
Text Example
Text Example
White with #C9D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D2AA; }
p { color: rgb(201,210,170); }
H1.HeaderClassName
{
color: #C9D2AA;
}
.AnyTagClassName
{
color: #C9D2AA;
}
</style>
background-color css
<style>
a { background-color: #C9D2AA; }
a { background-color: rgb(201,210,170); }
div.DivClassName
{
background-color: #C9D2AA;
}
.BgClassName
{
background-color: #C9D2AA;
}
</style>
border-color css
<style>
span { border-color: #C9D2AA; }
span { border-color: rgb(201,210,170); }
td.TdClassName
{
border-color: #C9D2AA;
}
.TagClassName
{
border-color: #C9D2AA;
}
</style>