Shades of Pale Leaf #C8DBA0
Tints of Pale Leaf #C8DBA0
RGB
CMYK
RGB Variations
Color information
#C8DBA0 (or 0xC8DBA0) is known color: Pale Leaf. HEX triplet: C8, DB and A0. RGB value is (200,219,160). Sum of RGB (Red+Green+Blue) = 200+219+160=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBA0 is #37245F. Grayscale: #CECECE. Windows color (decimal): -3613792 or 10542024. OLE color: 10542024.
HSL color Cylindrical-coordinate representation of color #C8DBA0: hue angle of 79.32º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8DBA0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 160 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.14 |
| HSL | 79.32º | 0.45% | 0.74% | - |
| HSV(B) | 79.32º | 0.27% | 0.86% | - |
| XYZ | 55.5 | 65.48 | 42.97 | - |
| YUV | 206.59 | 101.71 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 160 | 0.09 | 0 | 0.27 | 0.14 | 79.32 | 0.45 | 0.74 |
| Hex | C8 | DB | A0 | 9 | 0 | 1B | E | 4F | 2D | 4A |
| Octal | 310 | 333 | 240 | 11 | 0 | 33 | 16 | 117 | 55 | 112 |
| Binary | 11001000 | 11011011 | 10100000 | 1001 | 0 | 11011 | 1110 | 1001111 | 101101 | 1001010 |
Color Harmonies of #C8DBA0
Complementary color
Monochromatic Colors of #C8DBA0
Black with #C8DBA0
Text Example
Text Example
White with #C8DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBA0; }
p { color: rgb(200,219,160); }
H1.HeaderClassName
{
color: #C8DBA0;
}
.AnyTagClassName
{
color: #C8DBA0;
}
</style>
background-color css
<style>
a { background-color: #C8DBA0; }
a { background-color: rgb(200,219,160); }
div.DivClassName
{
background-color: #C8DBA0;
}
.BgClassName
{
background-color: #C8DBA0;
}
</style>
border-color css
<style>
span { border-color: #C8DBA0; }
span { border-color: rgb(200,219,160); }
td.TdClassName
{
border-color: #C8DBA0;
}
.TagClassName
{
border-color: #C8DBA0;
}
</style>