Shades of Pale Leaf #C0CBAC
Tints of Pale Leaf #C0CBAC
RGB
CMYK
RGB Variations
Color information
#C0CBAC (or 0xC0CBAC) is known color: Pale Leaf. HEX triplet: C0, CB and AC. RGB value is (192,203,172). Sum of RGB (Red+Green+Blue) = 192+203+172=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAC is #3F3453. Grayscale: #C4C4C4. Windows color (decimal): -4142164 or 11324352. OLE color: 11324352.
HSL color Cylindrical-coordinate representation of color #C0CBAC: hue angle of 81.29º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CBAC is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 203 | 172 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.20 |
| HSL | 81.29º | 0.23% | 0.74% | - |
| HSV(B) | 81.29º | 0.15% | 0.8% | - |
| XYZ | 50.54 | 56.9 | 47.35 | - |
| YUV | 196.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 203 | 172 | 0.05 | 0 | 0.15 | 0.20 | 81.29 | 0.23 | 0.74 |
| Hex | C0 | CB | AC | 5 | 0 | F | 14 | 51 | 17 | 4A |
| Octal | 300 | 313 | 254 | 5 | 0 | 17 | 24 | 121 | 27 | 112 |
| Binary | 11000000 | 11001011 | 10101100 | 101 | 0 | 1111 | 10100 | 1010001 | 10111 | 1001010 |
Color Harmonies of #C0CBAC
Complementary color
Monochromatic Colors of #C0CBAC
Black with #C0CBAC
Text Example
Text Example
White with #C0CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CBAC; }
p { color: rgb(192,203,172); }
H1.HeaderClassName
{
color: #C0CBAC;
}
.AnyTagClassName
{
color: #C0CBAC;
}
</style>
background-color css
<style>
a { background-color: #C0CBAC; }
a { background-color: rgb(192,203,172); }
div.DivClassName
{
background-color: #C0CBAC;
}
.BgClassName
{
background-color: #C0CBAC;
}
</style>
border-color css
<style>
span { border-color: #C0CBAC; }
span { border-color: rgb(192,203,172); }
td.TdClassName
{
border-color: #C0CBAC;
}
.TagClassName
{
border-color: #C0CBAC;
}
</style>