Shades of Pale Leaf #C7DAA1
Tints of Pale Leaf #C7DAA1
RGB
CMYK
RGB Variations
Color information
#C7DAA1 (or 0xC7DAA1) is known color: Pale Leaf. HEX triplet: C7, DA and A1. RGB value is (199,218,161). Sum of RGB (Red+Green+Blue) = 199+218+161=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 161 (63.28% from 255 or 27.85% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DAA1 is #38255E. Grayscale: #CECECE. Windows color (decimal): -3679583 or 10607303. OLE color: 10607303.
HSL color Cylindrical-coordinate representation of color #C7DAA1: hue angle of 80º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7DAA1 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 161 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.15 |
| HSL | 80º | 0.44% | 0.74% | - |
| HSV(B) | 80º | 0.26% | 0.85% | - |
| XYZ | 55.06 | 64.86 | 43.34 | - |
| YUV | 205.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 161 | 0.09 | 0 | 0.26 | 0.15 | 80 | 0.44 | 0.74 |
| Hex | C7 | DA | A1 | 9 | 0 | 1A | F | 50 | 2C | 4A |
| Octal | 307 | 332 | 241 | 11 | 0 | 32 | 17 | 120 | 54 | 112 |
| Binary | 11000111 | 11011010 | 10100001 | 1001 | 0 | 11010 | 1111 | 1010000 | 101100 | 1001010 |
Color Harmonies of #C7DAA1
Complementary color
Monochromatic Colors of #C7DAA1
Black with #C7DAA1
Text Example
Text Example
White with #C7DAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAA1; }
p { color: rgb(199,218,161); }
H1.HeaderClassName
{
color: #C7DAA1;
}
.AnyTagClassName
{
color: #C7DAA1;
}
</style>
background-color css
<style>
a { background-color: #C7DAA1; }
a { background-color: rgb(199,218,161); }
div.DivClassName
{
background-color: #C7DAA1;
}
.BgClassName
{
background-color: #C7DAA1;
}
</style>
border-color css
<style>
span { border-color: #C7DAA1; }
span { border-color: rgb(199,218,161); }
td.TdClassName
{
border-color: #C7DAA1;
}
.TagClassName
{
border-color: #C7DAA1;
}
</style>