Shades of Pale Leaf #C0CCA1
Tints of Pale Leaf #C0CCA1
RGB
CMYK
RGB Variations
Color information
#C0CCA1 (or 0xC0CCA1) is known color: Pale Leaf. HEX triplet: C0, CC and A1. RGB value is (192,204,161). Sum of RGB (Red+Green+Blue) = 192+204+161=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA1 is #3F335E. Grayscale: #C3C3C3. Windows color (decimal): -4141919 or 10603712. OLE color: 10603712.
HSL color Cylindrical-coordinate representation of color #C0CCA1: hue angle of 76.74º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CCA1 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 161 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.2 |
| HSL | 76.74º | 0.3% | 0.72% | - |
| HSV(B) | 76.74º | 0.21% | 0.8% | - |
| XYZ | 49.76 | 56.97 | 42.09 | - |
| YUV | 195.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 161 | 0.06 | 0 | 0.21 | 0.2 | 76.74 | 0.3 | 0.72 |
| Hex | C0 | CC | A1 | 6 | 0 | 15 | 14 | 4D | 1E | 48 |
| Octal | 300 | 314 | 241 | 6 | 0 | 25 | 24 | 115 | 36 | 110 |
| Binary | 11000000 | 11001100 | 10100001 | 110 | 0 | 10101 | 10100 | 1001101 | 11110 | 1001000 |
Color Harmonies of #C0CCA1
Complementary color
Monochromatic Colors of #C0CCA1
Black with #C0CCA1
Text Example
Text Example
White with #C0CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCA1; }
p { color: rgb(192,204,161); }
H1.HeaderClassName
{
color: #C0CCA1;
}
.AnyTagClassName
{
color: #C0CCA1;
}
</style>
background-color css
<style>
a { background-color: #C0CCA1; }
a { background-color: rgb(192,204,161); }
div.DivClassName
{
background-color: #C0CCA1;
}
.BgClassName
{
background-color: #C0CCA1;
}
</style>
border-color css
<style>
span { border-color: #C0CCA1; }
span { border-color: rgb(192,204,161); }
td.TdClassName
{
border-color: #C0CCA1;
}
.TagClassName
{
border-color: #C0CCA1;
}
</style>