Shades of Pale Leaf #C8D79D
Tints of Pale Leaf #C8D79D
RGB
CMYK
RGB Variations
Color information
#C8D79D (or 0xC8D79D) is known color: Pale Leaf. HEX triplet: C8, D7 and 9D. RGB value is (200,215,157). Sum of RGB (Red+Green+Blue) = 200+215+157=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 157 (61.72% from 255 or 27.45% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D79D is #372862. Grayscale: #CCCCCC. Windows color (decimal): -3614819 or 10344392. OLE color: 10344392.
HSL color Cylindrical-coordinate representation of color #C8D79D: hue angle of 75.52º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8D79D is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 157 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.16 |
| HSL | 75.52º | 0.42% | 0.73% | - |
| HSV(B) | 75.52º | 0.27% | 0.84% | - |
| XYZ | 54.21 | 63.31 | 41.26 | - |
| YUV | 203.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 157 | 0.07 | 0 | 0.27 | 0.16 | 75.52 | 0.42 | 0.73 |
| Hex | C8 | D7 | 9D | 7 | 0 | 1B | 10 | 4C | 2A | 49 |
| Octal | 310 | 327 | 235 | 7 | 0 | 33 | 20 | 114 | 52 | 111 |
| Binary | 11001000 | 11010111 | 10011101 | 111 | 0 | 11011 | 10000 | 1001100 | 101010 | 1001001 |
Color Harmonies of #C8D79D
Complementary color
Monochromatic Colors of #C8D79D
Black with #C8D79D
Text Example
Text Example
White with #C8D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D79D; }
p { color: rgb(200,215,157); }
H1.HeaderClassName
{
color: #C8D79D;
}
.AnyTagClassName
{
color: #C8D79D;
}
</style>
background-color css
<style>
a { background-color: #C8D79D; }
a { background-color: rgb(200,215,157); }
div.DivClassName
{
background-color: #C8D79D;
}
.BgClassName
{
background-color: #C8D79D;
}
</style>
border-color css
<style>
span { border-color: #C8D79D; }
span { border-color: rgb(200,215,157); }
td.TdClassName
{
border-color: #C8D79D;
}
.TagClassName
{
border-color: #C8D79D;
}
</style>