Shades of Pale Leaf #C9D7A4
Tints of Pale Leaf #C9D7A4
RGB
CMYK
RGB Variations
Color information
#C9D7A4 (or 0xC9D7A4) is known color: Pale Leaf. HEX triplet: C9, D7 and A4. RGB value is (201,215,164). Sum of RGB (Red+Green+Blue) = 201+215+164=580 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.66% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 164 (64.45% from 255 or 28.28% from 580); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D7A4 is #36285B. Grayscale: #CDCDCD. Windows color (decimal): -3549276 or 10803145. OLE color: 10803145.
HSL color Cylindrical-coordinate representation of color #C9D7A4: hue angle of 76.47º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9D7A4 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 164 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.16 |
| HSL | 76.47º | 0.39% | 0.74% | - |
| HSV(B) | 76.47º | 0.24% | 0.84% | - |
| XYZ | 55.09 | 63.7 | 44.51 | - |
| YUV | 205 | 104.86 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 164 | 0.07 | 0 | 0.24 | 0.16 | 76.47 | 0.39 | 0.74 |
| Hex | C9 | D7 | A4 | 7 | 0 | 18 | 10 | 4C | 27 | 4A |
| Octal | 311 | 327 | 244 | 7 | 0 | 30 | 20 | 114 | 47 | 112 |
| Binary | 11001001 | 11010111 | 10100100 | 111 | 0 | 11000 | 10000 | 1001100 | 100111 | 1001010 |
Color Harmonies of #C9D7A4
Complementary color
Monochromatic Colors of #C9D7A4
Black with #C9D7A4
Text Example
Text Example
White with #C9D7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D7A4; }
p { color: rgb(201,215,164); }
H1.HeaderClassName
{
color: #C9D7A4;
}
.AnyTagClassName
{
color: #C9D7A4;
}
</style>
background-color css
<style>
a { background-color: #C9D7A4; }
a { background-color: rgb(201,215,164); }
div.DivClassName
{
background-color: #C9D7A4;
}
.BgClassName
{
background-color: #C9D7A4;
}
</style>
border-color css
<style>
span { border-color: #C9D7A4; }
span { border-color: rgb(201,215,164); }
td.TdClassName
{
border-color: #C9D7A4;
}
.TagClassName
{
border-color: #C9D7A4;
}
</style>