Shades of Pale Leaf #C8D69C
Tints of Pale Leaf #C8D69C
RGB
CMYK
RGB Variations
Color information
#C8D69C (or 0xC8D69C) is known color: Pale Leaf. HEX triplet: C8, D6 and 9C. RGB value is (200,214,156). Sum of RGB (Red+Green+Blue) = 200+214+156=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 156 (61.33% from 255 or 27.37% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D69C is #372963. Grayscale: #CBCBCB. Windows color (decimal): -3615076 or 10278600. OLE color: 10278600.
HSL color Cylindrical-coordinate representation of color #C8D69C: hue angle of 74.48º degrees, saturation: 0.41, 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 #C8D69C is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 156 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.16 |
| HSL | 74.48º | 0.41% | 0.73% | - |
| HSV(B) | 74.48º | 0.27% | 0.84% | - |
| XYZ | 53.87 | 62.77 | 40.73 | - |
| YUV | 203.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 156 | 0.07 | 0 | 0.27 | 0.16 | 74.48 | 0.41 | 0.73 |
| Hex | C8 | D6 | 9C | 7 | 0 | 1B | 10 | 4A | 29 | 49 |
| Octal | 310 | 326 | 234 | 7 | 0 | 33 | 20 | 112 | 51 | 111 |
| Binary | 11001000 | 11010110 | 10011100 | 111 | 0 | 11011 | 10000 | 1001010 | 101001 | 1001001 |
Color Harmonies of #C8D69C
Complementary color
Monochromatic Colors of #C8D69C
Black with #C8D69C
Text Example
Text Example
White with #C8D69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D69C; }
p { color: rgb(200,214,156); }
H1.HeaderClassName
{
color: #C8D69C;
}
.AnyTagClassName
{
color: #C8D69C;
}
</style>
background-color css
<style>
a { background-color: #C8D69C; }
a { background-color: rgb(200,214,156); }
div.DivClassName
{
background-color: #C8D69C;
}
.BgClassName
{
background-color: #C8D69C;
}
</style>
border-color css
<style>
span { border-color: #C8D69C; }
span { border-color: rgb(200,214,156); }
td.TdClassName
{
border-color: #C8D69C;
}
.TagClassName
{
border-color: #C8D69C;
}
</style>