Shades of Pale Leaf #C2CCA8
Tints of Pale Leaf #C2CCA8
RGB
CMYK
RGB Variations
Color information
#C2CCA8 (or 0xC2CCA8) is known color: Pale Leaf. HEX triplet: C2, CC and A8. RGB value is (194,204,168). Sum of RGB (Red+Green+Blue) = 194+204+168=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCA8 is #3D3357. Grayscale: #C5C5C5. Windows color (decimal): -4010840 or 11062466. OLE color: 11062466.
HSL color Cylindrical-coordinate representation of color #C2CCA8: hue angle of 76.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CCA8 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 168 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.2 |
| HSL | 76.67º | 0.26% | 0.73% | - |
| HSV(B) | 76.67º | 0.18% | 0.8% | - |
| XYZ | 50.91 | 57.48 | 45.46 | - |
| YUV | 196.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 168 | 0.05 | 0 | 0.18 | 0.2 | 76.67 | 0.26 | 0.73 |
| Hex | C2 | CC | A8 | 5 | 0 | 12 | 14 | 4D | 1A | 49 |
| Octal | 302 | 314 | 250 | 5 | 0 | 22 | 24 | 115 | 32 | 111 |
| Binary | 11000010 | 11001100 | 10101000 | 101 | 0 | 10010 | 10100 | 1001101 | 11010 | 1001001 |
Color Harmonies of #C2CCA8
Complementary color
Monochromatic Colors of #C2CCA8
Black with #C2CCA8
Text Example
Text Example
White with #C2CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCA8; }
p { color: rgb(194,204,168); }
H1.HeaderClassName
{
color: #C2CCA8;
}
.AnyTagClassName
{
color: #C2CCA8;
}
</style>
background-color css
<style>
a { background-color: #C2CCA8; }
a { background-color: rgb(194,204,168); }
div.DivClassName
{
background-color: #C2CCA8;
}
.BgClassName
{
background-color: #C2CCA8;
}
</style>
border-color css
<style>
span { border-color: #C2CCA8; }
span { border-color: rgb(194,204,168); }
td.TdClassName
{
border-color: #C2CCA8;
}
.TagClassName
{
border-color: #C2CCA8;
}
</style>