Shades of Pale Leaf #C3CCA1
Tints of Pale Leaf #C3CCA1
RGB
CMYK
RGB Variations
Color information
#C3CCA1 (or 0xC3CCA1) is known color: Pale Leaf. HEX triplet: C3, CC and A1. RGB value is (195,204,161). Sum of RGB (Red+Green+Blue) = 195+204+161=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 161 (63.28% from 255 or 28.75% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CCA1 is #3C335E. Grayscale: #C4C4C4. Windows color (decimal): -3945311 or 10603715. OLE color: 10603715.
HSL color Cylindrical-coordinate representation of color #C3CCA1: hue angle of 72.56º 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 #C3CCA1 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 161 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.2 |
| HSL | 72.56º | 0.3% | 0.72% | - |
| HSV(B) | 72.56º | 0.21% | 0.8% | - |
| XYZ | 50.53 | 57.36 | 42.13 | - |
| YUV | 196.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 161 | 0.04 | 0 | 0.21 | 0.2 | 72.56 | 0.3 | 0.72 |
| Hex | C3 | CC | A1 | 4 | 0 | 15 | 14 | 49 | 1E | 48 |
| Octal | 303 | 314 | 241 | 4 | 0 | 25 | 24 | 111 | 36 | 110 |
| Binary | 11000011 | 11001100 | 10100001 | 100 | 0 | 10101 | 10100 | 1001001 | 11110 | 1001000 |
Color Harmonies of #C3CCA1
Complementary color
Monochromatic Colors of #C3CCA1
Black with #C3CCA1
Text Example
Text Example
White with #C3CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCA1; }
p { color: rgb(195,204,161); }
H1.HeaderClassName
{
color: #C3CCA1;
}
.AnyTagClassName
{
color: #C3CCA1;
}
</style>
background-color css
<style>
a { background-color: #C3CCA1; }
a { background-color: rgb(195,204,161); }
div.DivClassName
{
background-color: #C3CCA1;
}
.BgClassName
{
background-color: #C3CCA1;
}
</style>
border-color css
<style>
span { border-color: #C3CCA1; }
span { border-color: rgb(195,204,161); }
td.TdClassName
{
border-color: #C3CCA1;
}
.TagClassName
{
border-color: #C3CCA1;
}
</style>