Shades of Pale Leaf #C8DAA1
Tints of Pale Leaf #C8DAA1
RGB
CMYK
RGB Variations
Color information
#C8DAA1 (or 0xC8DAA1) is known color: Pale Leaf. HEX triplet: C8, DA and A1. RGB value is (200,218,161). Sum of RGB (Red+Green+Blue) = 200+218+161=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA1 is #37255E. Grayscale: #CECECE. Windows color (decimal): -3614047 or 10607304. OLE color: 10607304.
HSL color Cylindrical-coordinate representation of color #C8DAA1: hue angle of 78.95º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8DAA1 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 161 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.15 |
| HSL | 78.95º | 0.44% | 0.74% | - |
| HSV(B) | 78.95º | 0.26% | 0.85% | - |
| XYZ | 55.32 | 65 | 43.35 | - |
| YUV | 206.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 161 | 0.08 | 0 | 0.26 | 0.15 | 78.95 | 0.44 | 0.74 |
| Hex | C8 | DA | A1 | 8 | 0 | 1A | F | 4F | 2C | 4A |
| Octal | 310 | 332 | 241 | 10 | 0 | 32 | 17 | 117 | 54 | 112 |
| Binary | 11001000 | 11011010 | 10100001 | 1000 | 0 | 11010 | 1111 | 1001111 | 101100 | 1001010 |
Color Harmonies of #C8DAA1
Complementary color
Monochromatic Colors of #C8DAA1
Black with #C8DAA1
Text Example
Text Example
White with #C8DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAA1; }
p { color: rgb(200,218,161); }
H1.HeaderClassName
{
color: #C8DAA1;
}
.AnyTagClassName
{
color: #C8DAA1;
}
</style>
background-color css
<style>
a { background-color: #C8DAA1; }
a { background-color: rgb(200,218,161); }
div.DivClassName
{
background-color: #C8DAA1;
}
.BgClassName
{
background-color: #C8DAA1;
}
</style>
border-color css
<style>
span { border-color: #C8DAA1; }
span { border-color: rgb(200,218,161); }
td.TdClassName
{
border-color: #C8DAA1;
}
.TagClassName
{
border-color: #C8DAA1;
}
</style>