Shades of Pale Leaf #C5D29F
Tints of Pale Leaf #C5D29F
RGB
CMYK
RGB Variations
Color information
#C5D29F (or 0xC5D29F) is known color: Pale Leaf. HEX triplet: C5, D2 and 9F. RGB value is (197,210,159). Sum of RGB (Red+Green+Blue) = 197+210+159=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 159 (62.5% from 255 or 28.09% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D29F is #3A2D60. Grayscale: #C8C8C8. Windows color (decimal): -3812705 or 10474181. OLE color: 10474181.
HSL color Cylindrical-coordinate representation of color #C5D29F: hue angle of 75.29º degrees, saturation: 0.36, 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 #C5D29F is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 159 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.18 |
| HSL | 75.29º | 0.36% | 0.72% | - |
| HSV(B) | 75.29º | 0.24% | 0.82% | - |
| XYZ | 52.33 | 60.47 | 41.71 | - |
| YUV | 200.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 159 | 0.06 | 0 | 0.24 | 0.18 | 75.29 | 0.36 | 0.72 |
| Hex | C5 | D2 | 9F | 6 | 0 | 18 | 12 | 4B | 24 | 48 |
| Octal | 305 | 322 | 237 | 6 | 0 | 30 | 22 | 113 | 44 | 110 |
| Binary | 11000101 | 11010010 | 10011111 | 110 | 0 | 11000 | 10010 | 1001011 | 100100 | 1001000 |
Color Harmonies of #C5D29F
Complementary color
Monochromatic Colors of #C5D29F
Black with #C5D29F
Text Example
Text Example
White with #C5D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D29F; }
p { color: rgb(197,210,159); }
H1.HeaderClassName
{
color: #C5D29F;
}
.AnyTagClassName
{
color: #C5D29F;
}
</style>
background-color css
<style>
a { background-color: #C5D29F; }
a { background-color: rgb(197,210,159); }
div.DivClassName
{
background-color: #C5D29F;
}
.BgClassName
{
background-color: #C5D29F;
}
</style>
border-color css
<style>
span { border-color: #C5D29F; }
span { border-color: rgb(197,210,159); }
td.TdClassName
{
border-color: #C5D29F;
}
.TagClassName
{
border-color: #C5D29F;
}
</style>