Shades of Pale Leaf #C4CEA8
Tints of Pale Leaf #C4CEA8
RGB
CMYK
RGB Variations
Color information
#C4CEA8 (or 0xC4CEA8) is known color: Pale Leaf. HEX triplet: C4, CE and A8. RGB value is (196,206,168). Sum of RGB (Red+Green+Blue) = 196+206+168=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA8 is #3B3157. Grayscale: #C6C6C6. Windows color (decimal): -3879256 or 11062980. OLE color: 11062980.
HSL color Cylindrical-coordinate representation of color #C4CEA8: hue angle of 75.79º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4CEA8 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 168 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.19 |
| HSL | 75.79º | 0.28% | 0.73% | - |
| HSV(B) | 75.79º | 0.18% | 0.81% | - |
| XYZ | 51.9 | 58.71 | 45.64 | - |
| YUV | 198.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 168 | 0.05 | 0 | 0.18 | 0.19 | 75.79 | 0.28 | 0.73 |
| Hex | C4 | CE | A8 | 5 | 0 | 12 | 13 | 4C | 1C | 49 |
| Octal | 304 | 316 | 250 | 5 | 0 | 22 | 23 | 114 | 34 | 111 |
| Binary | 11000100 | 11001110 | 10101000 | 101 | 0 | 10010 | 10011 | 1001100 | 11100 | 1001001 |
Color Harmonies of #C4CEA8
Complementary color
Monochromatic Colors of #C4CEA8
Black with #C4CEA8
Text Example
Text Example
White with #C4CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEA8; }
p { color: rgb(196,206,168); }
H1.HeaderClassName
{
color: #C4CEA8;
}
.AnyTagClassName
{
color: #C4CEA8;
}
</style>
background-color css
<style>
a { background-color: #C4CEA8; }
a { background-color: rgb(196,206,168); }
div.DivClassName
{
background-color: #C4CEA8;
}
.BgClassName
{
background-color: #C4CEA8;
}
</style>
border-color css
<style>
span { border-color: #C4CEA8; }
span { border-color: rgb(196,206,168); }
td.TdClassName
{
border-color: #C4CEA8;
}
.TagClassName
{
border-color: #C4CEA8;
}
</style>