Shades of Pale Leaf #C3D4A0
Tints of Pale Leaf #C3D4A0
RGB
CMYK
RGB Variations
Color information
#C3D4A0 (or 0xC3D4A0) is known color: Pale Leaf. HEX triplet: C3, D4 and A0. RGB value is (195,212,160). Sum of RGB (Red+Green+Blue) = 195+212+160=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D4A0 is #3C2B5F. Grayscale: #C9C9C9. Windows color (decimal): -3943264 or 10540227. OLE color: 10540227.
HSL color Cylindrical-coordinate representation of color #C3D4A0: hue angle of 79.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3D4A0 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 212 | 160 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.17 |
| HSL | 79.62º | 0.38% | 0.73% | - |
| HSV(B) | 79.62º | 0.25% | 0.83% | - |
| XYZ | 52.39 | 61.23 | 42.31 | - |
| YUV | 200.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 212 | 160 | 0.08 | 0 | 0.25 | 0.17 | 79.62 | 0.38 | 0.73 |
| Hex | C3 | D4 | A0 | 8 | 0 | 19 | 11 | 50 | 26 | 49 |
| Octal | 303 | 324 | 240 | 10 | 0 | 31 | 21 | 120 | 46 | 111 |
| Binary | 11000011 | 11010100 | 10100000 | 1000 | 0 | 11001 | 10001 | 1010000 | 100110 | 1001001 |
Color Harmonies of #C3D4A0
Complementary color
Monochromatic Colors of #C3D4A0
Black with #C3D4A0
Text Example
Text Example
White with #C3D4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D4A0; }
p { color: rgb(195,212,160); }
H1.HeaderClassName
{
color: #C3D4A0;
}
.AnyTagClassName
{
color: #C3D4A0;
}
</style>
background-color css
<style>
a { background-color: #C3D4A0; }
a { background-color: rgb(195,212,160); }
div.DivClassName
{
background-color: #C3D4A0;
}
.BgClassName
{
background-color: #C3D4A0;
}
</style>
border-color css
<style>
span { border-color: #C3D4A0; }
span { border-color: rgb(195,212,160); }
td.TdClassName
{
border-color: #C3D4A0;
}
.TagClassName
{
border-color: #C3D4A0;
}
</style>