Shades of Pale Leaf #C0D0A5
Tints of Pale Leaf #C0D0A5
RGB
CMYK
RGB Variations
Color information
#C0D0A5 (or 0xC0D0A5) is known color: Pale Leaf. HEX triplet: C0, D0 and A5. RGB value is (192,208,165). Sum of RGB (Red+Green+Blue) = 192+208+165=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D0A5 is #3F2F5A. Grayscale: #C6C6C6. Windows color (decimal): -4140891 or 10866880. OLE color: 10866880.
HSL color Cylindrical-coordinate representation of color #C0D0A5: hue angle of 82.33º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0D0A5 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 208 | 165 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.18 |
| HSL | 82.33º | 0.31% | 0.73% | - |
| HSV(B) | 82.33º | 0.21% | 0.82% | - |
| XYZ | 51.09 | 59.03 | 44.3 | - |
| YUV | 198.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 208 | 165 | 0.08 | 0 | 0.21 | 0.18 | 82.33 | 0.31 | 0.73 |
| Hex | C0 | D0 | A5 | 8 | 0 | 15 | 12 | 52 | 1F | 49 |
| Octal | 300 | 320 | 245 | 10 | 0 | 25 | 22 | 122 | 37 | 111 |
| Binary | 11000000 | 11010000 | 10100101 | 1000 | 0 | 10101 | 10010 | 1010010 | 11111 | 1001001 |
Color Harmonies of #C0D0A5
Complementary color
Monochromatic Colors of #C0D0A5
Black with #C0D0A5
Text Example
Text Example
White with #C0D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D0A5; }
p { color: rgb(192,208,165); }
H1.HeaderClassName
{
color: #C0D0A5;
}
.AnyTagClassName
{
color: #C0D0A5;
}
</style>
background-color css
<style>
a { background-color: #C0D0A5; }
a { background-color: rgb(192,208,165); }
div.DivClassName
{
background-color: #C0D0A5;
}
.BgClassName
{
background-color: #C0D0A5;
}
</style>
border-color css
<style>
span { border-color: #C0D0A5; }
span { border-color: rgb(192,208,165); }
td.TdClassName
{
border-color: #C0D0A5;
}
.TagClassName
{
border-color: #C0D0A5;
}
</style>