Shades of Pale Leaf #C9D5A1
Tints of Pale Leaf #C9D5A1
RGB
CMYK
RGB Variations
Color information
#C9D5A1 (or 0xC9D5A1) is known color: Pale Leaf. HEX triplet: C9, D5 and A1. RGB value is (201,213,161). Sum of RGB (Red+Green+Blue) = 201+213+161=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D5A1 is #362A5E. Grayscale: #CBCBCB. Windows color (decimal): -3549791 or 10606025. OLE color: 10606025.
HSL color Cylindrical-coordinate representation of color #C9D5A1: hue angle of 73.85º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9D5A1 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 161 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.16 |
| HSL | 73.85º | 0.38% | 0.73% | - |
| HSV(B) | 73.85º | 0.24% | 0.84% | - |
| XYZ | 54.31 | 62.58 | 42.93 | - |
| YUV | 203.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 161 | 0.06 | 0 | 0.24 | 0.16 | 73.85 | 0.38 | 0.73 |
| Hex | C9 | D5 | A1 | 6 | 0 | 18 | 10 | 4A | 26 | 49 |
| Octal | 311 | 325 | 241 | 6 | 0 | 30 | 20 | 112 | 46 | 111 |
| Binary | 11001001 | 11010101 | 10100001 | 110 | 0 | 11000 | 10000 | 1001010 | 100110 | 1001001 |
Color Harmonies of #C9D5A1
Complementary color
Monochromatic Colors of #C9D5A1
Black with #C9D5A1
Text Example
Text Example
White with #C9D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D5A1; }
p { color: rgb(201,213,161); }
H1.HeaderClassName
{
color: #C9D5A1;
}
.AnyTagClassName
{
color: #C9D5A1;
}
</style>
background-color css
<style>
a { background-color: #C9D5A1; }
a { background-color: rgb(201,213,161); }
div.DivClassName
{
background-color: #C9D5A1;
}
.BgClassName
{
background-color: #C9D5A1;
}
</style>
border-color css
<style>
span { border-color: #C9D5A1; }
span { border-color: rgb(201,213,161); }
td.TdClassName
{
border-color: #C9D5A1;
}
.TagClassName
{
border-color: #C9D5A1;
}
</style>