Shades of Pale Leaf #C5D09F
Tints of Pale Leaf #C5D09F
RGB
CMYK
RGB Variations
Color information
#C5D09F (or 0xC5D09F) is known color: Pale Leaf. HEX triplet: C5, D0 and 9F. RGB value is (197,208,159). Sum of RGB (Red+Green+Blue) = 197+208+159=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D09F is #3A2F60. Grayscale: #C7C7C7. Windows color (decimal): -3813217 or 10473669. OLE color: 10473669.
HSL color Cylindrical-coordinate representation of color #C5D09F: hue angle of 73.47º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5D09F is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 159 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.18 |
| HSL | 73.47º | 0.34% | 0.72% | - |
| HSV(B) | 73.47º | 0.24% | 0.82% | - |
| XYZ | 51.84 | 59.49 | 41.55 | - |
| YUV | 199.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 159 | 0.05 | 0 | 0.24 | 0.18 | 73.47 | 0.34 | 0.72 |
| Hex | C5 | D0 | 9F | 5 | 0 | 18 | 12 | 49 | 22 | 48 |
| Octal | 305 | 320 | 237 | 5 | 0 | 30 | 22 | 111 | 42 | 110 |
| Binary | 11000101 | 11010000 | 10011111 | 101 | 0 | 11000 | 10010 | 1001001 | 100010 | 1001000 |
Color Harmonies of #C5D09F
Complementary color
Monochromatic Colors of #C5D09F
Black with #C5D09F
Text Example
Text Example
White with #C5D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D09F; }
p { color: rgb(197,208,159); }
H1.HeaderClassName
{
color: #C5D09F;
}
.AnyTagClassName
{
color: #C5D09F;
}
</style>
background-color css
<style>
a { background-color: #C5D09F; }
a { background-color: rgb(197,208,159); }
div.DivClassName
{
background-color: #C5D09F;
}
.BgClassName
{
background-color: #C5D09F;
}
</style>
border-color css
<style>
span { border-color: #C5D09F; }
span { border-color: rgb(197,208,159); }
td.TdClassName
{
border-color: #C5D09F;
}
.TagClassName
{
border-color: #C5D09F;
}
</style>