Shades of Pale Leaf #C7D2A1
Tints of Pale Leaf #C7D2A1
RGB
CMYK
RGB Variations
Color information
#C7D2A1 (or 0xC7D2A1) is known color: Pale Leaf. HEX triplet: C7, D2 and A1. RGB value is (199,210,161). Sum of RGB (Red+Green+Blue) = 199+210+161=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D2A1 is #382D5E. Grayscale: #C9C9C9. Windows color (decimal): -3681631 or 10605255. OLE color: 10605255.
HSL color Cylindrical-coordinate representation of color #C7D2A1: hue angle of 73.47º 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 #C7D2A1 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 161 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.18 |
| HSL | 73.47º | 0.35% | 0.73% | - |
| HSV(B) | 73.47º | 0.23% | 0.82% | - |
| XYZ | 53.03 | 60.81 | 42.66 | - |
| YUV | 201.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 161 | 0.05 | 0 | 0.23 | 0.18 | 73.47 | 0.35 | 0.73 |
| Hex | C7 | D2 | A1 | 5 | 0 | 17 | 12 | 49 | 23 | 49 |
| Octal | 307 | 322 | 241 | 5 | 0 | 27 | 22 | 111 | 43 | 111 |
| Binary | 11000111 | 11010010 | 10100001 | 101 | 0 | 10111 | 10010 | 1001001 | 100011 | 1001001 |
Color Harmonies of #C7D2A1
Complementary color
Monochromatic Colors of #C7D2A1
Black with #C7D2A1
Text Example
Text Example
White with #C7D2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2A1; }
p { color: rgb(199,210,161); }
H1.HeaderClassName
{
color: #C7D2A1;
}
.AnyTagClassName
{
color: #C7D2A1;
}
</style>
background-color css
<style>
a { background-color: #C7D2A1; }
a { background-color: rgb(199,210,161); }
div.DivClassName
{
background-color: #C7D2A1;
}
.BgClassName
{
background-color: #C7D2A1;
}
</style>
border-color css
<style>
span { border-color: #C7D2A1; }
span { border-color: rgb(199,210,161); }
td.TdClassName
{
border-color: #C7D2A1;
}
.TagClassName
{
border-color: #C7D2A1;
}
</style>