Shades of Pale Leaf #C9D69C
Tints of Pale Leaf #C9D69C
RGB
CMYK
RGB Variations
Color information
#C9D69C (or 0xC9D69C) is known color: Pale Leaf. HEX triplet: C9, D6 and 9C. RGB value is (201,214,156). Sum of RGB (Red+Green+Blue) = 201+214+156=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 214 (83.98% from 255 or 37.48% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D69C is #362963. Grayscale: #CBCBCB. Windows color (decimal): -3549540 or 10278601. OLE color: 10278601.
HSL color Cylindrical-coordinate representation of color #C9D69C: hue angle of 73.45º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9D69C is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 156 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.16 |
| HSL | 73.45º | 0.41% | 0.73% | - |
| HSV(B) | 73.45º | 0.27% | 0.84% | - |
| XYZ | 54.13 | 62.91 | 40.74 | - |
| YUV | 203.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 156 | 0.06 | 0 | 0.27 | 0.16 | 73.45 | 0.41 | 0.73 |
| Hex | C9 | D6 | 9C | 6 | 0 | 1B | 10 | 49 | 29 | 49 |
| Octal | 311 | 326 | 234 | 6 | 0 | 33 | 20 | 111 | 51 | 111 |
| Binary | 11001001 | 11010110 | 10011100 | 110 | 0 | 11011 | 10000 | 1001001 | 101001 | 1001001 |
Color Harmonies of #C9D69C
Complementary color
Monochromatic Colors of #C9D69C
Black with #C9D69C
Text Example
Text Example
White with #C9D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D69C; }
p { color: rgb(201,214,156); }
H1.HeaderClassName
{
color: #C9D69C;
}
.AnyTagClassName
{
color: #C9D69C;
}
</style>
background-color css
<style>
a { background-color: #C9D69C; }
a { background-color: rgb(201,214,156); }
div.DivClassName
{
background-color: #C9D69C;
}
.BgClassName
{
background-color: #C9D69C;
}
</style>
border-color css
<style>
span { border-color: #C9D69C; }
span { border-color: rgb(201,214,156); }
td.TdClassName
{
border-color: #C9D69C;
}
.TagClassName
{
border-color: #C9D69C;
}
</style>