Shades of Pale Leaf #C4CEA0
Tints of Pale Leaf #C4CEA0
RGB
CMYK
RGB Variations
Color information
#C4CEA0 (or 0xC4CEA0) is known color: Pale Leaf. HEX triplet: C4, CE and A0. RGB value is (196,206,160). Sum of RGB (Red+Green+Blue) = 196+206+160=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 160 (62.89% from 255 or 28.47% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA0 is #3B315F. Grayscale: #C5C5C5. Windows color (decimal): -3879264 or 10538692. OLE color: 10538692.
HSL color Cylindrical-coordinate representation of color #C4CEA0: hue angle of 73.04º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4CEA0 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 160 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.19 |
| HSL | 73.04º | 0.32% | 0.72% | - |
| HSV(B) | 73.04º | 0.22% | 0.81% | - |
| XYZ | 51.18 | 58.42 | 41.84 | - |
| YUV | 197.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 160 | 0.05 | 0 | 0.22 | 0.19 | 73.04 | 0.32 | 0.72 |
| Hex | C4 | CE | A0 | 5 | 0 | 16 | 13 | 49 | 20 | 48 |
| Octal | 304 | 316 | 240 | 5 | 0 | 26 | 23 | 111 | 40 | 110 |
| Binary | 11000100 | 11001110 | 10100000 | 101 | 0 | 10110 | 10011 | 1001001 | 100000 | 1001000 |
Color Harmonies of #C4CEA0
Complementary color
Monochromatic Colors of #C4CEA0
Black with #C4CEA0
Text Example
Text Example
White with #C4CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEA0; }
p { color: rgb(196,206,160); }
H1.HeaderClassName
{
color: #C4CEA0;
}
.AnyTagClassName
{
color: #C4CEA0;
}
</style>
background-color css
<style>
a { background-color: #C4CEA0; }
a { background-color: rgb(196,206,160); }
div.DivClassName
{
background-color: #C4CEA0;
}
.BgClassName
{
background-color: #C4CEA0;
}
</style>
border-color css
<style>
span { border-color: #C4CEA0; }
span { border-color: rgb(196,206,160); }
td.TdClassName
{
border-color: #C4CEA0;
}
.TagClassName
{
border-color: #C4CEA0;
}
</style>