Shades of Pale Leaf #C2D19F
Tints of Pale Leaf #C2D19F
RGB
CMYK
RGB Variations
Color information
#C2D19F (or 0xC2D19F) is known color: Pale Leaf. HEX triplet: C2, D1 and 9F. RGB value is (194,209,159). Sum of RGB (Red+Green+Blue) = 194+209+159=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 159 (62.5% from 255 or 28.29% from 562); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D19F is #3D2E60. Grayscale: #C7C7C7. Windows color (decimal): -4009569 or 10473922. OLE color: 10473922.
HSL color Cylindrical-coordinate representation of color #C2D19F: hue angle of 78º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2D19F is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 159 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.18 |
| HSL | 78º | 0.35% | 0.72% | - |
| HSV(B) | 78º | 0.24% | 0.82% | - |
| XYZ | 51.31 | 59.57 | 41.6 | - |
| YUV | 198.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 159 | 0.07 | 0 | 0.24 | 0.18 | 78 | 0.35 | 0.72 |
| Hex | C2 | D1 | 9F | 7 | 0 | 18 | 12 | 4E | 23 | 48 |
| Octal | 302 | 321 | 237 | 7 | 0 | 30 | 22 | 116 | 43 | 110 |
| Binary | 11000010 | 11010001 | 10011111 | 111 | 0 | 11000 | 10010 | 1001110 | 100011 | 1001000 |
Color Harmonies of #C2D19F
Complementary color
Monochromatic Colors of #C2D19F
Black with #C2D19F
Text Example
Text Example
White with #C2D19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D19F; }
p { color: rgb(194,209,159); }
H1.HeaderClassName
{
color: #C2D19F;
}
.AnyTagClassName
{
color: #C2D19F;
}
</style>
background-color css
<style>
a { background-color: #C2D19F; }
a { background-color: rgb(194,209,159); }
div.DivClassName
{
background-color: #C2D19F;
}
.BgClassName
{
background-color: #C2D19F;
}
</style>
border-color css
<style>
span { border-color: #C2D19F; }
span { border-color: rgb(194,209,159); }
td.TdClassName
{
border-color: #C2D19F;
}
.TagClassName
{
border-color: #C2D19F;
}
</style>