Shades of Pale Leaf #C4D09F
Tints of Pale Leaf #C4D09F
RGB
CMYK
RGB Variations
Color information
#C4D09F (or 0xC4D09F) is known color: Pale Leaf. HEX triplet: C4, D0 and 9F. RGB value is (196,208,159). Sum of RGB (Red+Green+Blue) = 196+208+159=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D09F is #3B2F60. Grayscale: #C7C7C7. Windows color (decimal): -3878753 or 10473668. OLE color: 10473668.
HSL color Cylindrical-coordinate representation of color #C4D09F: hue angle of 74.69º 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 #C4D09F is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 159 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.18 |
| HSL | 74.69º | 0.34% | 0.72% | - |
| HSV(B) | 74.69º | 0.24% | 0.82% | - |
| XYZ | 51.58 | 59.35 | 41.54 | - |
| YUV | 198.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 159 | 0.06 | 0 | 0.24 | 0.18 | 74.69 | 0.34 | 0.72 |
| Hex | C4 | D0 | 9F | 6 | 0 | 18 | 12 | 4B | 22 | 48 |
| Octal | 304 | 320 | 237 | 6 | 0 | 30 | 22 | 113 | 42 | 110 |
| Binary | 11000100 | 11010000 | 10011111 | 110 | 0 | 11000 | 10010 | 1001011 | 100010 | 1001000 |
Color Harmonies of #C4D09F
Complementary color
Monochromatic Colors of #C4D09F
Black with #C4D09F
Text Example
Text Example
White with #C4D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D09F; }
p { color: rgb(196,208,159); }
H1.HeaderClassName
{
color: #C4D09F;
}
.AnyTagClassName
{
color: #C4D09F;
}
</style>
background-color css
<style>
a { background-color: #C4D09F; }
a { background-color: rgb(196,208,159); }
div.DivClassName
{
background-color: #C4D09F;
}
.BgClassName
{
background-color: #C4D09F;
}
</style>
border-color css
<style>
span { border-color: #C4D09F; }
span { border-color: rgb(196,208,159); }
td.TdClassName
{
border-color: #C4D09F;
}
.TagClassName
{
border-color: #C4D09F;
}
</style>