Shades of Pale Leaf #C8DAA3
Tints of Pale Leaf #C8DAA3
RGB
CMYK
RGB Variations
Color information
#C8DAA3 (or 0xC8DAA3) is known color: Pale Leaf. HEX triplet: C8, DA and A3. RGB value is (200,218,163). Sum of RGB (Red+Green+Blue) = 200+218+163=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DAA3 is #37255C. Grayscale: #CECECE. Windows color (decimal): -3614045 or 10738376. OLE color: 10738376.
HSL color Cylindrical-coordinate representation of color #C8DAA3: hue angle of 79.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8DAA3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 163 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.15 |
| HSL | 79.64º | 0.43% | 0.75% | - |
| HSV(B) | 79.64º | 0.25% | 0.85% | - |
| XYZ | 55.5 | 65.07 | 44.28 | - |
| YUV | 206.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 163 | 0.08 | 0 | 0.25 | 0.15 | 79.64 | 0.43 | 0.75 |
| Hex | C8 | DA | A3 | 8 | 0 | 19 | F | 50 | 2B | 4B |
| Octal | 310 | 332 | 243 | 10 | 0 | 31 | 17 | 120 | 53 | 113 |
| Binary | 11001000 | 11011010 | 10100011 | 1000 | 0 | 11001 | 1111 | 1010000 | 101011 | 1001011 |
Color Harmonies of #C8DAA3
Complementary color
Monochromatic Colors of #C8DAA3
Black with #C8DAA3
Text Example
Text Example
White with #C8DAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAA3; }
p { color: rgb(200,218,163); }
H1.HeaderClassName
{
color: #C8DAA3;
}
.AnyTagClassName
{
color: #C8DAA3;
}
</style>
background-color css
<style>
a { background-color: #C8DAA3; }
a { background-color: rgb(200,218,163); }
div.DivClassName
{
background-color: #C8DAA3;
}
.BgClassName
{
background-color: #C8DAA3;
}
</style>
border-color css
<style>
span { border-color: #C8DAA3; }
span { border-color: rgb(200,218,163); }
td.TdClassName
{
border-color: #C8DAA3;
}
.TagClassName
{
border-color: #C8DAA3;
}
</style>