Shades of Pale Leaf #C9D7A6
Tints of Pale Leaf #C9D7A6
RGB
CMYK
RGB Variations
Color information
#C9D7A6 (or 0xC9D7A6) is known color: Pale Leaf. HEX triplet: C9, D7 and A6. RGB value is (201,215,166). Sum of RGB (Red+Green+Blue) = 201+215+166=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D7A6 is #362859. Grayscale: #CDCDCD. Windows color (decimal): -3549274 or 10934217. OLE color: 10934217.
HSL color Cylindrical-coordinate representation of color #C9D7A6: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9D7A6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 166 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.16 |
| HSL | 77.14º | 0.38% | 0.75% | - |
| HSV(B) | 77.14º | 0.23% | 0.84% | - |
| XYZ | 55.27 | 63.77 | 45.47 | - |
| YUV | 205.23 | 105.86 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 166 | 0.07 | 0 | 0.23 | 0.16 | 77.14 | 0.38 | 0.75 |
| Hex | C9 | D7 | A6 | 7 | 0 | 17 | 10 | 4D | 26 | 4B |
| Octal | 311 | 327 | 246 | 7 | 0 | 27 | 20 | 115 | 46 | 113 |
| Binary | 11001001 | 11010111 | 10100110 | 111 | 0 | 10111 | 10000 | 1001101 | 100110 | 1001011 |
Color Harmonies of #C9D7A6
Complementary color
Monochromatic Colors of #C9D7A6
Black with #C9D7A6
Text Example
Text Example
White with #C9D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D7A6; }
p { color: rgb(201,215,166); }
H1.HeaderClassName
{
color: #C9D7A6;
}
.AnyTagClassName
{
color: #C9D7A6;
}
</style>
background-color css
<style>
a { background-color: #C9D7A6; }
a { background-color: rgb(201,215,166); }
div.DivClassName
{
background-color: #C9D7A6;
}
.BgClassName
{
background-color: #C9D7A6;
}
</style>
border-color css
<style>
span { border-color: #C9D7A6; }
span { border-color: rgb(201,215,166); }
td.TdClassName
{
border-color: #C9D7A6;
}
.TagClassName
{
border-color: #C9D7A6;
}
</style>