Shades of Pale Leaf #C0CFAB
Tints of Pale Leaf #C0CFAB
RGB
CMYK
RGB Variations
Color information
#C0CFAB (or 0xC0CFAB) is known color: Pale Leaf. HEX triplet: C0, CF and AB. RGB value is (192,207,171). Sum of RGB (Red+Green+Blue) = 192+207+171=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFAB is #3F3054. Grayscale: #C6C6C6. Windows color (decimal): -4141141 or 11259840. OLE color: 11259840.
HSL color Cylindrical-coordinate representation of color #C0CFAB: hue angle of 85º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0CFAB is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 171 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.19 |
| HSL | 85º | 0.27% | 0.74% | - |
| HSV(B) | 85º | 0.17% | 0.81% | - |
| XYZ | 51.4 | 58.77 | 47.16 | - |
| YUV | 198.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 171 | 0.07 | 0 | 0.17 | 0.19 | 85 | 0.27 | 0.74 |
| Hex | C0 | CF | AB | 7 | 0 | 11 | 13 | 55 | 1B | 4A |
| Octal | 300 | 317 | 253 | 7 | 0 | 21 | 23 | 125 | 33 | 112 |
| Binary | 11000000 | 11001111 | 10101011 | 111 | 0 | 10001 | 10011 | 1010101 | 11011 | 1001010 |
Color Harmonies of #C0CFAB
Complementary color
Monochromatic Colors of #C0CFAB
Black with #C0CFAB
Text Example
Text Example
White with #C0CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFAB; }
p { color: rgb(192,207,171); }
H1.HeaderClassName
{
color: #C0CFAB;
}
.AnyTagClassName
{
color: #C0CFAB;
}
</style>
background-color css
<style>
a { background-color: #C0CFAB; }
a { background-color: rgb(192,207,171); }
div.DivClassName
{
background-color: #C0CFAB;
}
.BgClassName
{
background-color: #C0CFAB;
}
</style>
border-color css
<style>
span { border-color: #C0CFAB; }
span { border-color: rgb(192,207,171); }
td.TdClassName
{
border-color: #C0CFAB;
}
.TagClassName
{
border-color: #C0CFAB;
}
</style>