Shades of Pale Leaf #C7D49B
Tints of Pale Leaf #C7D49B
RGB
CMYK
RGB Variations
Color information
#C7D49B (or 0xC7D49B) is known color: Pale Leaf. HEX triplet: C7, D4 and 9B. RGB value is (199,212,155). Sum of RGB (Red+Green+Blue) = 199+212+155=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D49B is #382B64. Grayscale: #C9C9C9. Windows color (decimal): -3681125 or 10212551. OLE color: 10212551.
HSL color Cylindrical-coordinate representation of color #C7D49B: hue angle of 73.68º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7D49B is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 155 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.17 |
| HSL | 73.68º | 0.4% | 0.72% | - |
| HSV(B) | 73.68º | 0.27% | 0.83% | - |
| XYZ | 53.01 | 61.6 | 40.11 | - |
| YUV | 201.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 155 | 0.06 | 0 | 0.27 | 0.17 | 73.68 | 0.4 | 0.72 |
| Hex | C7 | D4 | 9B | 6 | 0 | 1B | 11 | 4A | 28 | 48 |
| Octal | 307 | 324 | 233 | 6 | 0 | 33 | 21 | 112 | 50 | 110 |
| Binary | 11000111 | 11010100 | 10011011 | 110 | 0 | 11011 | 10001 | 1001010 | 101000 | 1001000 |
Color Harmonies of #C7D49B
Complementary color
Monochromatic Colors of #C7D49B
Black with #C7D49B
Text Example
Text Example
White with #C7D49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D49B; }
p { color: rgb(199,212,155); }
H1.HeaderClassName
{
color: #C7D49B;
}
.AnyTagClassName
{
color: #C7D49B;
}
</style>
background-color css
<style>
a { background-color: #C7D49B; }
a { background-color: rgb(199,212,155); }
div.DivClassName
{
background-color: #C7D49B;
}
.BgClassName
{
background-color: #C7D49B;
}
</style>
border-color css
<style>
span { border-color: #C7D49B; }
span { border-color: rgb(199,212,155); }
td.TdClassName
{
border-color: #C7D49B;
}
.TagClassName
{
border-color: #C7D49B;
}
</style>