Shades of Pale Leaf #C8D89D
Tints of Pale Leaf #C8D89D
RGB
CMYK
RGB Variations
Color information
#C8D89D (or 0xC8D89D) is known color: Pale Leaf. HEX triplet: C8, D8 and 9D. RGB value is (200,216,157). Sum of RGB (Red+Green+Blue) = 200+216+157=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D89D is #372762. Grayscale: #CCCCCC. Windows color (decimal): -3614563 or 10344648. OLE color: 10344648.
HSL color Cylindrical-coordinate representation of color #C8D89D: hue angle of 76.27º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8D89D is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 157 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.15 |
| HSL | 76.27º | 0.43% | 0.73% | - |
| HSV(B) | 76.27º | 0.27% | 0.85% | - |
| XYZ | 54.46 | 63.83 | 41.35 | - |
| YUV | 204.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 157 | 0.07 | 0 | 0.27 | 0.15 | 76.27 | 0.43 | 0.73 |
| Hex | C8 | D8 | 9D | 7 | 0 | 1B | F | 4C | 2B | 49 |
| Octal | 310 | 330 | 235 | 7 | 0 | 33 | 17 | 114 | 53 | 111 |
| Binary | 11001000 | 11011000 | 10011101 | 111 | 0 | 11011 | 1111 | 1001100 | 101011 | 1001001 |
Color Harmonies of #C8D89D
Complementary color
Monochromatic Colors of #C8D89D
Black with #C8D89D
Text Example
Text Example
White with #C8D89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D89D; }
p { color: rgb(200,216,157); }
H1.HeaderClassName
{
color: #C8D89D;
}
.AnyTagClassName
{
color: #C8D89D;
}
</style>
background-color css
<style>
a { background-color: #C8D89D; }
a { background-color: rgb(200,216,157); }
div.DivClassName
{
background-color: #C8D89D;
}
.BgClassName
{
background-color: #C8D89D;
}
</style>
border-color css
<style>
span { border-color: #C8D89D; }
span { border-color: rgb(200,216,157); }
td.TdClassName
{
border-color: #C8D89D;
}
.TagClassName
{
border-color: #C8D89D;
}
</style>