Shades of Pale Leaf #C0C9AB
Tints of Pale Leaf #C0C9AB
RGB
CMYK
RGB Variations
Color information
#C0C9AB (or 0xC0C9AB) is known color: Pale Leaf. HEX triplet: C0, C9 and AB. RGB value is (192,201,171). Sum of RGB (Red+Green+Blue) = 192+201+171=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C9AB is #3F3654. Grayscale: #C3C3C3. Windows color (decimal): -4142677 or 11258304. OLE color: 11258304.
HSL color Cylindrical-coordinate representation of color #C0C9AB: hue angle of 78º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0C9AB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 171 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.21 |
| HSL | 78º | 0.22% | 0.73% | - |
| HSV(B) | 78º | 0.15% | 0.79% | - |
| XYZ | 49.98 | 55.92 | 46.69 | - |
| YUV | 194.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 171 | 0.04 | 0 | 0.15 | 0.21 | 78 | 0.22 | 0.73 |
| Hex | C0 | C9 | AB | 4 | 0 | F | 15 | 4E | 16 | 49 |
| Octal | 300 | 311 | 253 | 4 | 0 | 17 | 25 | 116 | 26 | 111 |
| Binary | 11000000 | 11001001 | 10101011 | 100 | 0 | 1111 | 10101 | 1001110 | 10110 | 1001001 |
Color Harmonies of #C0C9AB
Complementary color
Monochromatic Colors of #C0C9AB
Black with #C0C9AB
Text Example
Text Example
White with #C0C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9AB; }
p { color: rgb(192,201,171); }
H1.HeaderClassName
{
color: #C0C9AB;
}
.AnyTagClassName
{
color: #C0C9AB;
}
</style>
background-color css
<style>
a { background-color: #C0C9AB; }
a { background-color: rgb(192,201,171); }
div.DivClassName
{
background-color: #C0C9AB;
}
.BgClassName
{
background-color: #C0C9AB;
}
</style>
border-color css
<style>
span { border-color: #C0C9AB; }
span { border-color: rgb(192,201,171); }
td.TdClassName
{
border-color: #C0C9AB;
}
.TagClassName
{
border-color: #C0C9AB;
}
</style>