Shades of Pale Leaf #C0CBAB
Tints of Pale Leaf #C0CBAB
RGB
CMYK
RGB Variations
Color information
#C0CBAB (or 0xC0CBAB) is known color: Pale Leaf. HEX triplet: C0, CB and AB. RGB value is (192,203,171). Sum of RGB (Red+Green+Blue) = 192+203+171=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAB is #3F3454. Grayscale: #C4C4C4. Windows color (decimal): -4142165 or 11258816. OLE color: 11258816.
HSL color Cylindrical-coordinate representation of color #C0CBAB: hue angle of 80.62º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CBAB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 171 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.20 |
| HSL | 80.63º | 0.24% | 0.73% | - |
| HSV(B) | 80.63º | 0.16% | 0.8% | - |
| XYZ | 50.44 | 56.86 | 46.84 | - |
| YUV | 196.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 171 | 0.05 | 0 | 0.16 | 0.20 | 80.63 | 0.24 | 0.73 |
| Hex | C0 | CB | AB | 5 | 0 | 10 | 14 | 51 | 18 | 49 |
| Octal | 300 | 313 | 253 | 5 | 0 | 20 | 24 | 121 | 30 | 111 |
| Binary | 11000000 | 11001011 | 10101011 | 101 | 0 | 10000 | 10100 | 1010001 | 11000 | 1001001 |
Color Harmonies of #C0CBAB
Complementary color
Monochromatic Colors of #C0CBAB
Black with #C0CBAB
Text Example
Text Example
White with #C0CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBAB; }
p { color: rgb(192,203,171); }
H1.HeaderClassName
{
color: #C0CBAB;
}
.AnyTagClassName
{
color: #C0CBAB;
}
</style>
background-color css
<style>
a { background-color: #C0CBAB; }
a { background-color: rgb(192,203,171); }
div.DivClassName
{
background-color: #C0CBAB;
}
.BgClassName
{
background-color: #C0CBAB;
}
</style>
border-color css
<style>
span { border-color: #C0CBAB; }
span { border-color: rgb(192,203,171); }
td.TdClassName
{
border-color: #C0CBAB;
}
.TagClassName
{
border-color: #C0CBAB;
}
</style>