Shades of Pale Leaf #C7D3A5
Tints of Pale Leaf #C7D3A5
RGB
CMYK
RGB Variations
Color information
#C7D3A5 (or 0xC7D3A5) is known color: Pale Leaf. HEX triplet: C7, D3 and A5. RGB value is (199,211,165). Sum of RGB (Red+Green+Blue) = 199+211+165=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D3A5 is #382C5A. Grayscale: #CACACA. Windows color (decimal): -3681371 or 10867655. OLE color: 10867655.
HSL color Cylindrical-coordinate representation of color #C7D3A5: hue angle of 75.65º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D3A5 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 165 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.17 |
| HSL | 75.65º | 0.34% | 0.74% | - |
| HSV(B) | 75.65º | 0.22% | 0.83% | - |
| XYZ | 53.64 | 61.45 | 44.63 | - |
| YUV | 202.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 165 | 0.06 | 0 | 0.22 | 0.17 | 75.65 | 0.34 | 0.74 |
| Hex | C7 | D3 | A5 | 6 | 0 | 16 | 11 | 4C | 22 | 4A |
| Octal | 307 | 323 | 245 | 6 | 0 | 26 | 21 | 114 | 42 | 112 |
| Binary | 11000111 | 11010011 | 10100101 | 110 | 0 | 10110 | 10001 | 1001100 | 100010 | 1001010 |
Color Harmonies of #C7D3A5
Complementary color
Monochromatic Colors of #C7D3A5
Black with #C7D3A5
Text Example
Text Example
White with #C7D3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D3A5; }
p { color: rgb(199,211,165); }
H1.HeaderClassName
{
color: #C7D3A5;
}
.AnyTagClassName
{
color: #C7D3A5;
}
</style>
background-color css
<style>
a { background-color: #C7D3A5; }
a { background-color: rgb(199,211,165); }
div.DivClassName
{
background-color: #C7D3A5;
}
.BgClassName
{
background-color: #C7D3A5;
}
</style>
border-color css
<style>
span { border-color: #C7D3A5; }
span { border-color: rgb(199,211,165); }
td.TdClassName
{
border-color: #C7D3A5;
}
.TagClassName
{
border-color: #C7D3A5;
}
</style>