Shades of Pale Leaf #C0CAA1
Tints of Pale Leaf #C0CAA1
RGB
CMYK
RGB Variations
Color information
#C0CAA1 (or 0xC0CAA1) is known color: Pale Leaf. HEX triplet: C0, CA and A1. RGB value is (192,202,161). Sum of RGB (Red+Green+Blue) = 192+202+161=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAA1 is #3F355E. Grayscale: #C2C2C2. Windows color (decimal): -4142431 or 10603200. OLE color: 10603200.
HSL color Cylindrical-coordinate representation of color #C0CAA1: hue angle of 74.63º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0CAA1 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 161 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.21 |
| HSL | 74.63º | 0.28% | 0.71% | - |
| HSV(B) | 74.63º | 0.2% | 0.79% | - |
| XYZ | 49.29 | 56.02 | 41.93 | - |
| YUV | 194.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 161 | 0.05 | 0 | 0.20 | 0.21 | 74.63 | 0.28 | 0.71 |
| Hex | C0 | CA | A1 | 5 | 0 | 14 | 15 | 4B | 1C | 47 |
| Octal | 300 | 312 | 241 | 5 | 0 | 24 | 25 | 113 | 34 | 107 |
| Binary | 11000000 | 11001010 | 10100001 | 101 | 0 | 10100 | 10101 | 1001011 | 11100 | 1000111 |
Color Harmonies of #C0CAA1
Complementary color
Monochromatic Colors of #C0CAA1
Black with #C0CAA1
Text Example
Text Example
White with #C0CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAA1; }
p { color: rgb(192,202,161); }
H1.HeaderClassName
{
color: #C0CAA1;
}
.AnyTagClassName
{
color: #C0CAA1;
}
</style>
background-color css
<style>
a { background-color: #C0CAA1; }
a { background-color: rgb(192,202,161); }
div.DivClassName
{
background-color: #C0CAA1;
}
.BgClassName
{
background-color: #C0CAA1;
}
</style>
border-color css
<style>
span { border-color: #C0CAA1; }
span { border-color: rgb(192,202,161); }
td.TdClassName
{
border-color: #C0CAA1;
}
.TagClassName
{
border-color: #C0CAA1;
}
</style>