Shades of Pale Leaf #C0CFAD
Tints of Pale Leaf #C0CFAD
RGB
CMYK
RGB Variations
Color information
#C0CFAD (or 0xC0CFAD) is known color: Pale Leaf. HEX triplet: C0, CF and AD. RGB value is (192,207,173). Sum of RGB (Red+Green+Blue) = 192+207+173=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 173 (67.97% from 255 or 30.24% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFAD is #3F3052. Grayscale: #C6C6C6. Windows color (decimal): -4141139 or 11390912. OLE color: 11390912.
HSL color Cylindrical-coordinate representation of color #C0CFAD: hue angle of 86.47º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CFAD is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 173 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.19 |
| HSL | 86.47º | 0.26% | 0.75% | - |
| HSV(B) | 86.47º | 0.16% | 0.81% | - |
| XYZ | 51.59 | 58.85 | 48.17 | - |
| YUV | 198.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 173 | 0.07 | 0 | 0.16 | 0.19 | 86.47 | 0.26 | 0.75 |
| Hex | C0 | CF | AD | 7 | 0 | 10 | 13 | 56 | 1A | 4B |
| Octal | 300 | 317 | 255 | 7 | 0 | 20 | 23 | 126 | 32 | 113 |
| Binary | 11000000 | 11001111 | 10101101 | 111 | 0 | 10000 | 10011 | 1010110 | 11010 | 1001011 |
Color Harmonies of #C0CFAD
Complementary color
Monochromatic Colors of #C0CFAD
Black with #C0CFAD
Text Example
Text Example
White with #C0CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFAD; }
p { color: rgb(192,207,173); }
H1.HeaderClassName
{
color: #C0CFAD;
}
.AnyTagClassName
{
color: #C0CFAD;
}
</style>
background-color css
<style>
a { background-color: #C0CFAD; }
a { background-color: rgb(192,207,173); }
div.DivClassName
{
background-color: #C0CFAD;
}
.BgClassName
{
background-color: #C0CFAD;
}
</style>
border-color css
<style>
span { border-color: #C0CFAD; }
span { border-color: rgb(192,207,173); }
td.TdClassName
{
border-color: #C0CFAD;
}
.TagClassName
{
border-color: #C0CFAD;
}
</style>