Shades of Pale Leaf #C8D5A4
Tints of Pale Leaf #C8D5A4
RGB
CMYK
RGB Variations
Color information
#C8D5A4 (or 0xC8D5A4) is known color: Pale Leaf. HEX triplet: C8, D5 and A4. RGB value is (200,213,164). Sum of RGB (Red+Green+Blue) = 200+213+164=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D5A4 is #372A5B. Grayscale: #CBCBCB. Windows color (decimal): -3615324 or 10802632. OLE color: 10802632.
HSL color Cylindrical-coordinate representation of color #C8D5A4: hue angle of 75.92º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8D5A4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 164 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.16 |
| HSL | 75.92º | 0.37% | 0.74% | - |
| HSV(B) | 75.92º | 0.23% | 0.84% | - |
| XYZ | 54.31 | 62.55 | 44.33 | - |
| YUV | 203.53 | 105.69 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 164 | 0.06 | 0 | 0.23 | 0.16 | 75.92 | 0.37 | 0.74 |
| Hex | C8 | D5 | A4 | 6 | 0 | 17 | 10 | 4C | 25 | 4A |
| Octal | 310 | 325 | 244 | 6 | 0 | 27 | 20 | 114 | 45 | 112 |
| Binary | 11001000 | 11010101 | 10100100 | 110 | 0 | 10111 | 10000 | 1001100 | 100101 | 1001010 |
Color Harmonies of #C8D5A4
Complementary color
Monochromatic Colors of #C8D5A4
Black with #C8D5A4
Text Example
Text Example
White with #C8D5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D5A4; }
p { color: rgb(200,213,164); }
H1.HeaderClassName
{
color: #C8D5A4;
}
.AnyTagClassName
{
color: #C8D5A4;
}
</style>
background-color css
<style>
a { background-color: #C8D5A4; }
a { background-color: rgb(200,213,164); }
div.DivClassName
{
background-color: #C8D5A4;
}
.BgClassName
{
background-color: #C8D5A4;
}
</style>
border-color css
<style>
span { border-color: #C8D5A4; }
span { border-color: rgb(200,213,164); }
td.TdClassName
{
border-color: #C8D5A4;
}
.TagClassName
{
border-color: #C8D5A4;
}
</style>