Shades of Pale Leaf #C8DA9C
Tints of Pale Leaf #C8DA9C
RGB
CMYK
RGB Variations
Color information
#C8DA9C (or 0xC8DA9C) is known color: Pale Leaf. HEX triplet: C8, DA and 9C. RGB value is (200,218,156). Sum of RGB (Red+Green+Blue) = 200+218+156=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA9C is #372563. Grayscale: #CDCDCD. Windows color (decimal): -3614052 or 10279624. OLE color: 10279624.
HSL color Cylindrical-coordinate representation of color #C8DA9C: hue angle of 77.42º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8DA9C is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 156 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.15 |
| HSL | 77.42º | 0.46% | 0.73% | - |
| HSV(B) | 77.42º | 0.28% | 0.85% | - |
| XYZ | 54.89 | 64.82 | 41.07 | - |
| YUV | 205.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 156 | 0.08 | 0 | 0.28 | 0.15 | 77.42 | 0.46 | 0.73 |
| Hex | C8 | DA | 9C | 8 | 0 | 1C | F | 4D | 2E | 49 |
| Octal | 310 | 332 | 234 | 10 | 0 | 34 | 17 | 115 | 56 | 111 |
| Binary | 11001000 | 11011010 | 10011100 | 1000 | 0 | 11100 | 1111 | 1001101 | 101110 | 1001001 |
Color Harmonies of #C8DA9C
Complementary color
Monochromatic Colors of #C8DA9C
Black with #C8DA9C
Text Example
Text Example
White with #C8DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA9C; }
p { color: rgb(200,218,156); }
H1.HeaderClassName
{
color: #C8DA9C;
}
.AnyTagClassName
{
color: #C8DA9C;
}
</style>
background-color css
<style>
a { background-color: #C8DA9C; }
a { background-color: rgb(200,218,156); }
div.DivClassName
{
background-color: #C8DA9C;
}
.BgClassName
{
background-color: #C8DA9C;
}
</style>
border-color css
<style>
span { border-color: #C8DA9C; }
span { border-color: rgb(200,218,156); }
td.TdClassName
{
border-color: #C8DA9C;
}
.TagClassName
{
border-color: #C8DA9C;
}
</style>