Shades of Pale Leaf #C8D7A6
Tints of Pale Leaf #C8D7A6
RGB
CMYK
RGB Variations
Color information
#C8D7A6 (or 0xC8D7A6) is known color: Pale Leaf. HEX triplet: C8, D7 and A6. RGB value is (200,215,166). Sum of RGB (Red+Green+Blue) = 200+215+166=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 166 (65.23% from 255 or 28.57% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D7A6 is #372859. Grayscale: #CDCDCD. Windows color (decimal): -3614810 or 10934216. OLE color: 10934216.
HSL color Cylindrical-coordinate representation of color #C8D7A6: hue angle of 78.37º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8D7A6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 166 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.16 |
| HSL | 78.37º | 0.38% | 0.75% | - |
| HSV(B) | 78.37º | 0.23% | 0.84% | - |
| XYZ | 55 | 63.63 | 45.46 | - |
| YUV | 204.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 166 | 0.07 | 0 | 0.23 | 0.16 | 78.37 | 0.38 | 0.75 |
| Hex | C8 | D7 | A6 | 7 | 0 | 17 | 10 | 4E | 26 | 4B |
| Octal | 310 | 327 | 246 | 7 | 0 | 27 | 20 | 116 | 46 | 113 |
| Binary | 11001000 | 11010111 | 10100110 | 111 | 0 | 10111 | 10000 | 1001110 | 100110 | 1001011 |
Color Harmonies of #C8D7A6
Complementary color
Monochromatic Colors of #C8D7A6
Black with #C8D7A6
Text Example
Text Example
White with #C8D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D7A6; }
p { color: rgb(200,215,166); }
H1.HeaderClassName
{
color: #C8D7A6;
}
.AnyTagClassName
{
color: #C8D7A6;
}
</style>
background-color css
<style>
a { background-color: #C8D7A6; }
a { background-color: rgb(200,215,166); }
div.DivClassName
{
background-color: #C8D7A6;
}
.BgClassName
{
background-color: #C8D7A6;
}
</style>
border-color css
<style>
span { border-color: #C8D7A6; }
span { border-color: rgb(200,215,166); }
td.TdClassName
{
border-color: #C8D7A6;
}
.TagClassName
{
border-color: #C8D7A6;
}
</style>