Shades of Pale Leaf #C9D8A1
Tints of Pale Leaf #C9D8A1
RGB
CMYK
RGB Variations
Color information
#C9D8A1 (or 0xC9D8A1) is known color: Pale Leaf. HEX triplet: C9, D8 and A1. RGB value is (201,216,161). Sum of RGB (Red+Green+Blue) = 201+216+161=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D8A1 is #36275E. Grayscale: #CDCDCD. Windows color (decimal): -3549023 or 10606793. OLE color: 10606793.
HSL color Cylindrical-coordinate representation of color #C9D8A1: hue angle of 76.36º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9D8A1 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 161 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.15 |
| HSL | 76.36º | 0.41% | 0.74% | - |
| HSV(B) | 76.36º | 0.25% | 0.85% | - |
| XYZ | 55.08 | 64.1 | 43.19 | - |
| YUV | 205.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 161 | 0.07 | 0 | 0.25 | 0.15 | 76.36 | 0.41 | 0.74 |
| Hex | C9 | D8 | A1 | 7 | 0 | 19 | F | 4C | 29 | 4A |
| Octal | 311 | 330 | 241 | 7 | 0 | 31 | 17 | 114 | 51 | 112 |
| Binary | 11001001 | 11011000 | 10100001 | 111 | 0 | 11001 | 1111 | 1001100 | 101001 | 1001010 |
Color Harmonies of #C9D8A1
Complementary color
Monochromatic Colors of #C9D8A1
Black with #C9D8A1
Text Example
Text Example
White with #C9D8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D8A1; }
p { color: rgb(201,216,161); }
H1.HeaderClassName
{
color: #C9D8A1;
}
.AnyTagClassName
{
color: #C9D8A1;
}
</style>
background-color css
<style>
a { background-color: #C9D8A1; }
a { background-color: rgb(201,216,161); }
div.DivClassName
{
background-color: #C9D8A1;
}
.BgClassName
{
background-color: #C9D8A1;
}
</style>
border-color css
<style>
span { border-color: #C9D8A1; }
span { border-color: rgb(201,216,161); }
td.TdClassName
{
border-color: #C9D8A1;
}
.TagClassName
{
border-color: #C9D8A1;
}
</style>