Shades of Pale Leaf #C7DAA0
Tints of Pale Leaf #C7DAA0
RGB
CMYK
RGB Variations
Color information
#C7DAA0 (or 0xC7DAA0) is known color: Pale Leaf. HEX triplet: C7, DA and A0. RGB value is (199,218,160). Sum of RGB (Red+Green+Blue) = 199+218+160=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DAA0 is #38255F. Grayscale: #CDCDCD. Windows color (decimal): -3679584 or 10541767. OLE color: 10541767.
HSL color Cylindrical-coordinate representation of color #C7DAA0: hue angle of 79.66º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7DAA0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 160 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.15 |
| HSL | 79.66º | 0.44% | 0.74% | - |
| HSV(B) | 79.66º | 0.27% | 0.85% | - |
| XYZ | 54.97 | 64.82 | 42.87 | - |
| YUV | 205.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 160 | 0.09 | 0 | 0.27 | 0.15 | 79.66 | 0.44 | 0.74 |
| Hex | C7 | DA | A0 | 9 | 0 | 1B | F | 50 | 2C | 4A |
| Octal | 307 | 332 | 240 | 11 | 0 | 33 | 17 | 120 | 54 | 112 |
| Binary | 11000111 | 11011010 | 10100000 | 1001 | 0 | 11011 | 1111 | 1010000 | 101100 | 1001010 |
Color Harmonies of #C7DAA0
Complementary color
Monochromatic Colors of #C7DAA0
Black with #C7DAA0
Text Example
Text Example
White with #C7DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAA0; }
p { color: rgb(199,218,160); }
H1.HeaderClassName
{
color: #C7DAA0;
}
.AnyTagClassName
{
color: #C7DAA0;
}
</style>
background-color css
<style>
a { background-color: #C7DAA0; }
a { background-color: rgb(199,218,160); }
div.DivClassName
{
background-color: #C7DAA0;
}
.BgClassName
{
background-color: #C7DAA0;
}
</style>
border-color css
<style>
span { border-color: #C7DAA0; }
span { border-color: rgb(199,218,160); }
td.TdClassName
{
border-color: #C7DAA0;
}
.TagClassName
{
border-color: #C7DAA0;
}
</style>