Shades of Pale Leaf #C2CCAC
Tints of Pale Leaf #C2CCAC
RGB
CMYK
RGB Variations
Color information
#C2CCAC (or 0xC2CCAC) is known color: Pale Leaf. HEX triplet: C2, CC and AC. RGB value is (194,204,172). Sum of RGB (Red+Green+Blue) = 194+204+172=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAC is #3D3353. Grayscale: #C5C5C5. Windows color (decimal): -4010836 or 11324610. OLE color: 11324610.
HSL color Cylindrical-coordinate representation of color #C2CCAC: hue angle of 78.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CCAC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 172 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.2 |
| HSL | 78.75º | 0.24% | 0.74% | - |
| HSV(B) | 78.75º | 0.16% | 0.8% | - |
| XYZ | 51.29 | 57.63 | 47.45 | - |
| YUV | 197.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 172 | 0.05 | 0 | 0.16 | 0.2 | 78.75 | 0.24 | 0.74 |
| Hex | C2 | CC | AC | 5 | 0 | 10 | 14 | 4F | 18 | 4A |
| Octal | 302 | 314 | 254 | 5 | 0 | 20 | 24 | 117 | 30 | 112 |
| Binary | 11000010 | 11001100 | 10101100 | 101 | 0 | 10000 | 10100 | 1001111 | 11000 | 1001010 |
Color Harmonies of #C2CCAC
Complementary color
Monochromatic Colors of #C2CCAC
Black with #C2CCAC
Text Example
Text Example
White with #C2CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCAC; }
p { color: rgb(194,204,172); }
H1.HeaderClassName
{
color: #C2CCAC;
}
.AnyTagClassName
{
color: #C2CCAC;
}
</style>
background-color css
<style>
a { background-color: #C2CCAC; }
a { background-color: rgb(194,204,172); }
div.DivClassName
{
background-color: #C2CCAC;
}
.BgClassName
{
background-color: #C2CCAC;
}
</style>
border-color css
<style>
span { border-color: #C2CCAC; }
span { border-color: rgb(194,204,172); }
td.TdClassName
{
border-color: #C2CCAC;
}
.TagClassName
{
border-color: #C2CCAC;
}
</style>