Shades of Pale Leaf #C0D0AB
Tints of Pale Leaf #C0D0AB
RGB
CMYK
RGB Variations
Color information
#C0D0AB (or 0xC0D0AB) is known color: Pale Leaf. HEX triplet: C0, D0 and AB. RGB value is (192,208,171). Sum of RGB (Red+Green+Blue) = 192+208+171=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D0AB is #3F2F54. Grayscale: #C7C7C7. Windows color (decimal): -4140885 or 11260096. OLE color: 11260096.
HSL color Cylindrical-coordinate representation of color #C0D0AB: hue angle of 85.95º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D0AB is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 171 | - |
| CMYK | 0.08 | 0 | 0.18 | 0.18 |
| HSL | 85.95º | 0.28% | 0.74% | - |
| HSV(B) | 85.95º | 0.18% | 0.82% | - |
| XYZ | 51.64 | 59.26 | 47.24 | - |
| YUV | 199 | 112.2 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 171 | 0.08 | 0 | 0.18 | 0.18 | 85.95 | 0.28 | 0.74 |
| Hex | C0 | D0 | AB | 8 | 0 | 12 | 12 | 56 | 1C | 4A |
| Octal | 300 | 320 | 253 | 10 | 0 | 22 | 22 | 126 | 34 | 112 |
| Binary | 11000000 | 11010000 | 10101011 | 1000 | 0 | 10010 | 10010 | 1010110 | 11100 | 1001010 |
Color Harmonies of #C0D0AB
Complementary color
Monochromatic Colors of #C0D0AB
Black with #C0D0AB
Text Example
Text Example
White with #C0D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0AB; }
p { color: rgb(192,208,171); }
H1.HeaderClassName
{
color: #C0D0AB;
}
.AnyTagClassName
{
color: #C0D0AB;
}
</style>
background-color css
<style>
a { background-color: #C0D0AB; }
a { background-color: rgb(192,208,171); }
div.DivClassName
{
background-color: #C0D0AB;
}
.BgClassName
{
background-color: #C0D0AB;
}
</style>
border-color css
<style>
span { border-color: #C0D0AB; }
span { border-color: rgb(192,208,171); }
td.TdClassName
{
border-color: #C0D0AB;
}
.TagClassName
{
border-color: #C0D0AB;
}
</style>