Shades of Pale Leaf #C3D3A1
Tints of Pale Leaf #C3D3A1
RGB
CMYK
RGB Variations
Color information
#C3D3A1 (or 0xC3D3A1) is known color: Pale Leaf. HEX triplet: C3, D3 and A1. RGB value is (195,211,161). Sum of RGB (Red+Green+Blue) = 195+211+161=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D3A1 is #3C2C5E. Grayscale: #C8C8C8. Windows color (decimal): -3943519 or 10605507. OLE color: 10605507.
HSL color Cylindrical-coordinate representation of color #C3D3A1: hue angle of 79.2º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3D3A1 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 161 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.17 |
| HSL | 79.2º | 0.36% | 0.73% | - |
| HSV(B) | 79.2º | 0.24% | 0.83% | - |
| XYZ | 52.23 | 60.76 | 42.69 | - |
| YUV | 200.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 161 | 0.08 | 0 | 0.24 | 0.17 | 79.2 | 0.36 | 0.73 |
| Hex | C3 | D3 | A1 | 8 | 0 | 18 | 11 | 4F | 24 | 49 |
| Octal | 303 | 323 | 241 | 10 | 0 | 30 | 21 | 117 | 44 | 111 |
| Binary | 11000011 | 11010011 | 10100001 | 1000 | 0 | 11000 | 10001 | 1001111 | 100100 | 1001001 |
Color Harmonies of #C3D3A1
Complementary color
Monochromatic Colors of #C3D3A1
Black with #C3D3A1
Text Example
Text Example
White with #C3D3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3A1; }
p { color: rgb(195,211,161); }
H1.HeaderClassName
{
color: #C3D3A1;
}
.AnyTagClassName
{
color: #C3D3A1;
}
</style>
background-color css
<style>
a { background-color: #C3D3A1; }
a { background-color: rgb(195,211,161); }
div.DivClassName
{
background-color: #C3D3A1;
}
.BgClassName
{
background-color: #C3D3A1;
}
</style>
border-color css
<style>
span { border-color: #C3D3A1; }
span { border-color: rgb(195,211,161); }
td.TdClassName
{
border-color: #C3D3A1;
}
.TagClassName
{
border-color: #C3D3A1;
}
</style>