Shades of Pale Leaf #C4D19E
Tints of Pale Leaf #C4D19E
RGB
CMYK
RGB Variations
Color information
#C4D19E (or 0xC4D19E) is known color: Pale Leaf. HEX triplet: C4, D1 and 9E. RGB value is (196,209,158). Sum of RGB (Red+Green+Blue) = 196+209+158=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 158 (62.11% from 255 or 28.06% from 563); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D19E is #3B2E61. Grayscale: #C7C7C7. Windows color (decimal): -3878498 or 10408388. OLE color: 10408388.
HSL color Cylindrical-coordinate representation of color #C4D19E: 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 #C4D19E is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 209 | 158 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.18 |
| HSL | 75.29º | 0.36% | 0.72% | - |
| HSV(B) | 75.29º | 0.24% | 0.82% | - |
| XYZ | 51.74 | 59.81 | 41.16 | - |
| YUV | 199.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 209 | 158 | 0.06 | 0 | 0.24 | 0.18 | 75.29 | 0.36 | 0.72 |
| Hex | C4 | D1 | 9E | 6 | 0 | 18 | 12 | 4B | 24 | 48 |
| Octal | 304 | 321 | 236 | 6 | 0 | 30 | 22 | 113 | 44 | 110 |
| Binary | 11000100 | 11010001 | 10011110 | 110 | 0 | 11000 | 10010 | 1001011 | 100100 | 1001000 |
Color Harmonies of #C4D19E
Complementary color
Monochromatic Colors of #C4D19E
Black with #C4D19E
Text Example
Text Example
White with #C4D19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D19E; }
p { color: rgb(196,209,158); }
H1.HeaderClassName
{
color: #C4D19E;
}
.AnyTagClassName
{
color: #C4D19E;
}
</style>
background-color css
<style>
a { background-color: #C4D19E; }
a { background-color: rgb(196,209,158); }
div.DivClassName
{
background-color: #C4D19E;
}
.BgClassName
{
background-color: #C4D19E;
}
</style>
border-color css
<style>
span { border-color: #C4D19E; }
span { border-color: rgb(196,209,158); }
td.TdClassName
{
border-color: #C4D19E;
}
.TagClassName
{
border-color: #C4D19E;
}
</style>