Shades of Pale Leaf #C8D59E
Tints of Pale Leaf #C8D59E
RGB
CMYK
RGB Variations
Color information
#C8D59E (or 0xC8D59E) is known color: Pale Leaf. HEX triplet: C8, D5 and 9E. RGB value is (200,213,158). Sum of RGB (Red+Green+Blue) = 200+213+158=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D59E is #372A61. Grayscale: #CBCBCB. Windows color (decimal): -3615330 or 10409416. OLE color: 10409416.
HSL color Cylindrical-coordinate representation of color #C8D59E: hue angle of 74.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8D59E is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 158 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.16 |
| HSL | 74.18º | 0.4% | 0.73% | - |
| HSV(B) | 74.18º | 0.26% | 0.84% | - |
| XYZ | 53.79 | 62.34 | 41.55 | - |
| YUV | 202.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 158 | 0.06 | 0 | 0.26 | 0.16 | 74.18 | 0.4 | 0.73 |
| Hex | C8 | D5 | 9E | 6 | 0 | 1A | 10 | 4A | 28 | 49 |
| Octal | 310 | 325 | 236 | 6 | 0 | 32 | 20 | 112 | 50 | 111 |
| Binary | 11001000 | 11010101 | 10011110 | 110 | 0 | 11010 | 10000 | 1001010 | 101000 | 1001001 |
Color Harmonies of #C8D59E
Complementary color
Monochromatic Colors of #C8D59E
Black with #C8D59E
Text Example
Text Example
White with #C8D59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D59E; }
p { color: rgb(200,213,158); }
H1.HeaderClassName
{
color: #C8D59E;
}
.AnyTagClassName
{
color: #C8D59E;
}
</style>
background-color css
<style>
a { background-color: #C8D59E; }
a { background-color: rgb(200,213,158); }
div.DivClassName
{
background-color: #C8D59E;
}
.BgClassName
{
background-color: #C8D59E;
}
</style>
border-color css
<style>
span { border-color: #C8D59E; }
span { border-color: rgb(200,213,158); }
td.TdClassName
{
border-color: #C8D59E;
}
.TagClassName
{
border-color: #C8D59E;
}
</style>