Shades of Pale Leaf #C2CC9F
Tints of Pale Leaf #C2CC9F
RGB
CMYK
RGB Variations
Color information
#C2CC9F (or 0xC2CC9F) is known color: Pale Leaf. HEX triplet: C2, CC and 9F. RGB value is (194,204,159). Sum of RGB (Red+Green+Blue) = 194+204+159=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CC9F is #3D3360. Grayscale: #C4C4C4. Windows color (decimal): -4010849 or 10472642. OLE color: 10472642.
HSL color Cylindrical-coordinate representation of color #C2CC9F: hue angle of 73.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2CC9F is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 159 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.2 |
| HSL | 73.33º | 0.31% | 0.71% | - |
| HSV(B) | 73.33º | 0.22% | 0.8% | - |
| XYZ | 50.1 | 57.16 | 41.19 | - |
| YUV | 195.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 159 | 0.05 | 0 | 0.22 | 0.2 | 73.33 | 0.31 | 0.71 |
| Hex | C2 | CC | 9F | 5 | 0 | 16 | 14 | 49 | 1F | 47 |
| Octal | 302 | 314 | 237 | 5 | 0 | 26 | 24 | 111 | 37 | 107 |
| Binary | 11000010 | 11001100 | 10011111 | 101 | 0 | 10110 | 10100 | 1001001 | 11111 | 1000111 |
Color Harmonies of #C2CC9F
Complementary color
Monochromatic Colors of #C2CC9F
Black with #C2CC9F
Text Example
Text Example
White with #C2CC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC9F; }
p { color: rgb(194,204,159); }
H1.HeaderClassName
{
color: #C2CC9F;
}
.AnyTagClassName
{
color: #C2CC9F;
}
</style>
background-color css
<style>
a { background-color: #C2CC9F; }
a { background-color: rgb(194,204,159); }
div.DivClassName
{
background-color: #C2CC9F;
}
.BgClassName
{
background-color: #C2CC9F;
}
</style>
border-color css
<style>
span { border-color: #C2CC9F; }
span { border-color: rgb(194,204,159); }
td.TdClassName
{
border-color: #C2CC9F;
}
.TagClassName
{
border-color: #C2CC9F;
}
</style>