Shades of Pale Leaf #C0CDA0
Tints of Pale Leaf #C0CDA0
RGB
CMYK
RGB Variations
Color information
#C0CDA0 (or 0xC0CDA0) is known color: Pale Leaf. HEX triplet: C0, CD and A0. RGB value is (192,205,160). Sum of RGB (Red+Green+Blue) = 192+205+160=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDA0 is #3F325F. Grayscale: #C4C4C4. Windows color (decimal): -4141664 or 10538432. OLE color: 10538432.
HSL color Cylindrical-coordinate representation of color #C0CDA0: hue angle of 77.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CDA0 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 160 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.20 |
| HSL | 77.33º | 0.31% | 0.72% | - |
| HSV(B) | 77.33º | 0.22% | 0.8% | - |
| XYZ | 49.91 | 57.41 | 41.71 | - |
| YUV | 195.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 160 | 0.06 | 0 | 0.22 | 0.20 | 77.33 | 0.31 | 0.72 |
| Hex | C0 | CD | A0 | 6 | 0 | 16 | 14 | 4D | 1F | 48 |
| Octal | 300 | 315 | 240 | 6 | 0 | 26 | 24 | 115 | 37 | 110 |
| Binary | 11000000 | 11001101 | 10100000 | 110 | 0 | 10110 | 10100 | 1001101 | 11111 | 1001000 |
Color Harmonies of #C0CDA0
Complementary color
Monochromatic Colors of #C0CDA0
Black with #C0CDA0
Text Example
Text Example
White with #C0CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDA0; }
p { color: rgb(192,205,160); }
H1.HeaderClassName
{
color: #C0CDA0;
}
.AnyTagClassName
{
color: #C0CDA0;
}
</style>
background-color css
<style>
a { background-color: #C0CDA0; }
a { background-color: rgb(192,205,160); }
div.DivClassName
{
background-color: #C0CDA0;
}
.BgClassName
{
background-color: #C0CDA0;
}
</style>
border-color css
<style>
span { border-color: #C0CDA0; }
span { border-color: rgb(192,205,160); }
td.TdClassName
{
border-color: #C0CDA0;
}
.TagClassName
{
border-color: #C0CDA0;
}
</style>