Shades of Pale Leaf #C4D5A1
Tints of Pale Leaf #C4D5A1
RGB
CMYK
RGB Variations
Color information
#C4D5A1 (or 0xC4D5A1) is known color: Pale Leaf. HEX triplet: C4, D5 and A1. RGB value is (196,213,161). Sum of RGB (Red+Green+Blue) = 196+213+161=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D5A1 is #3B2A5E. Grayscale: #CACACA. Windows color (decimal): -3877471 or 10606020. OLE color: 10606020.
HSL color Cylindrical-coordinate representation of color #C4D5A1: hue angle of 79.62º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4D5A1 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 161 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.16 |
| HSL | 79.62º | 0.38% | 0.73% | - |
| HSV(B) | 79.62º | 0.24% | 0.84% | - |
| XYZ | 52.99 | 61.9 | 42.87 | - |
| YUV | 201.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 161 | 0.08 | 0 | 0.24 | 0.16 | 79.62 | 0.38 | 0.73 |
| Hex | C4 | D5 | A1 | 8 | 0 | 18 | 10 | 50 | 26 | 49 |
| Octal | 304 | 325 | 241 | 10 | 0 | 30 | 20 | 120 | 46 | 111 |
| Binary | 11000100 | 11010101 | 10100001 | 1000 | 0 | 11000 | 10000 | 1010000 | 100110 | 1001001 |
Color Harmonies of #C4D5A1
Complementary color
Monochromatic Colors of #C4D5A1
Black with #C4D5A1
Text Example
Text Example
White with #C4D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5A1; }
p { color: rgb(196,213,161); }
H1.HeaderClassName
{
color: #C4D5A1;
}
.AnyTagClassName
{
color: #C4D5A1;
}
</style>
background-color css
<style>
a { background-color: #C4D5A1; }
a { background-color: rgb(196,213,161); }
div.DivClassName
{
background-color: #C4D5A1;
}
.BgClassName
{
background-color: #C4D5A1;
}
</style>
border-color css
<style>
span { border-color: #C4D5A1; }
span { border-color: rgb(196,213,161); }
td.TdClassName
{
border-color: #C4D5A1;
}
.TagClassName
{
border-color: #C4D5A1;
}
</style>