Shades of Pale Leaf #C3D2A1
Tints of Pale Leaf #C3D2A1
RGB
CMYK
RGB Variations
Color information
#C3D2A1 (or 0xC3D2A1) is known color: Pale Leaf. HEX triplet: C3, D2 and A1. RGB value is (195,210,161). Sum of RGB (Red+Green+Blue) = 195+210+161=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D2A1 is #3C2D5E. Grayscale: #C8C8C8. Windows color (decimal): -3943775 or 10605251. OLE color: 10605251.
HSL color Cylindrical-coordinate representation of color #C3D2A1: hue angle of 78.37º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3D2A1 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 161 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.18 |
| HSL | 78.37º | 0.35% | 0.73% | - |
| HSV(B) | 78.37º | 0.23% | 0.82% | - |
| XYZ | 51.99 | 60.27 | 42.61 | - |
| YUV | 199.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 161 | 0.07 | 0 | 0.23 | 0.18 | 78.37 | 0.35 | 0.73 |
| Hex | C3 | D2 | A1 | 7 | 0 | 17 | 12 | 4E | 23 | 49 |
| Octal | 303 | 322 | 241 | 7 | 0 | 27 | 22 | 116 | 43 | 111 |
| Binary | 11000011 | 11010010 | 10100001 | 111 | 0 | 10111 | 10010 | 1001110 | 100011 | 1001001 |
Color Harmonies of #C3D2A1
Complementary color
Monochromatic Colors of #C3D2A1
Black with #C3D2A1
Text Example
Text Example
White with #C3D2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2A1; }
p { color: rgb(195,210,161); }
H1.HeaderClassName
{
color: #C3D2A1;
}
.AnyTagClassName
{
color: #C3D2A1;
}
</style>
background-color css
<style>
a { background-color: #C3D2A1; }
a { background-color: rgb(195,210,161); }
div.DivClassName
{
background-color: #C3D2A1;
}
.BgClassName
{
background-color: #C3D2A1;
}
</style>
border-color css
<style>
span { border-color: #C3D2A1; }
span { border-color: rgb(195,210,161); }
td.TdClassName
{
border-color: #C3D2A1;
}
.TagClassName
{
border-color: #C3D2A1;
}
</style>