Shades of Pale Leaf #C0C8AB
Tints of Pale Leaf #C0C8AB
RGB
CMYK
RGB Variations
Color information
#C0C8AB (or 0xC0C8AB) is known color: Pale Leaf. HEX triplet: C0, C8 and AB. RGB value is (192,200,171). Sum of RGB (Red+Green+Blue) = 192+200+171=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C8AB is #3F3754. Grayscale: #C2C2C2. Windows color (decimal): -4142933 or 11258048. OLE color: 11258048.
HSL color Cylindrical-coordinate representation of color #C0C8AB: hue angle of 76.55º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0C8AB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 171 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.22 |
| HSL | 76.55º | 0.21% | 0.73% | - |
| HSV(B) | 76.55º | 0.15% | 0.78% | - |
| XYZ | 49.74 | 55.46 | 46.61 | - |
| YUV | 194.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 171 | 0.04 | 0 | 0.14 | 0.22 | 76.55 | 0.21 | 0.73 |
| Hex | C0 | C8 | AB | 4 | 0 | E | 16 | 4D | 15 | 49 |
| Octal | 300 | 310 | 253 | 4 | 0 | 16 | 26 | 115 | 25 | 111 |
| Binary | 11000000 | 11001000 | 10101011 | 100 | 0 | 1110 | 10110 | 1001101 | 10101 | 1001001 |
Color Harmonies of #C0C8AB
Complementary color
Monochromatic Colors of #C0C8AB
Black with #C0C8AB
Text Example
Text Example
White with #C0C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C8AB; }
p { color: rgb(192,200,171); }
H1.HeaderClassName
{
color: #C0C8AB;
}
.AnyTagClassName
{
color: #C0C8AB;
}
</style>
background-color css
<style>
a { background-color: #C0C8AB; }
a { background-color: rgb(192,200,171); }
div.DivClassName
{
background-color: #C0C8AB;
}
.BgClassName
{
background-color: #C0C8AB;
}
</style>
border-color css
<style>
span { border-color: #C0C8AB; }
span { border-color: rgb(192,200,171); }
td.TdClassName
{
border-color: #C0C8AB;
}
.TagClassName
{
border-color: #C0C8AB;
}
</style>