Shades of Pale Leaf #C4CEA4
Tints of Pale Leaf #C4CEA4
RGB
CMYK
RGB Variations
Color information
#C4CEA4 (or 0xC4CEA4) is known color: Pale Leaf. HEX triplet: C4, CE and A4. RGB value is (196,206,164). Sum of RGB (Red+Green+Blue) = 196+206+164=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA4 is #3B315B. Grayscale: #C6C6C6. Windows color (decimal): -3879260 or 10800836. OLE color: 10800836.
HSL color Cylindrical-coordinate representation of color #C4CEA4: hue angle of 74.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4CEA4 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 164 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.19 |
| HSL | 74.29º | 0.3% | 0.73% | - |
| HSV(B) | 74.29º | 0.2% | 0.81% | - |
| XYZ | 51.54 | 58.56 | 43.71 | - |
| YUV | 198.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 164 | 0.05 | 0 | 0.20 | 0.19 | 74.29 | 0.3 | 0.73 |
| Hex | C4 | CE | A4 | 5 | 0 | 14 | 13 | 4A | 1E | 49 |
| Octal | 304 | 316 | 244 | 5 | 0 | 24 | 23 | 112 | 36 | 111 |
| Binary | 11000100 | 11001110 | 10100100 | 101 | 0 | 10100 | 10011 | 1001010 | 11110 | 1001001 |
Color Harmonies of #C4CEA4
Complementary color
Monochromatic Colors of #C4CEA4
Black with #C4CEA4
Text Example
Text Example
White with #C4CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEA4; }
p { color: rgb(196,206,164); }
H1.HeaderClassName
{
color: #C4CEA4;
}
.AnyTagClassName
{
color: #C4CEA4;
}
</style>
background-color css
<style>
a { background-color: #C4CEA4; }
a { background-color: rgb(196,206,164); }
div.DivClassName
{
background-color: #C4CEA4;
}
.BgClassName
{
background-color: #C4CEA4;
}
</style>
border-color css
<style>
span { border-color: #C4CEA4; }
span { border-color: rgb(196,206,164); }
td.TdClassName
{
border-color: #C4CEA4;
}
.TagClassName
{
border-color: #C4CEA4;
}
</style>