Shades of Pale Leaf #C4CEB1
Tints of Pale Leaf #C4CEB1
RGB
CMYK
RGB Variations
Color information
#C4CEB1 (or 0xC4CEB1) is known color: Pale Leaf. HEX triplet: C4, CE and B1. RGB value is (196,206,177). Sum of RGB (Red+Green+Blue) = 196+206+177=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEB1 is #3B314E. Grayscale: #C7C7C7. Windows color (decimal): -3879247 or 11652804. OLE color: 11652804.
HSL color Cylindrical-coordinate representation of color #C4CEB1: hue angle of 80.69º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4CEB1 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 177 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.19 |
| HSL | 80.69º | 0.23% | 0.75% | - |
| HSV(B) | 80.69º | 0.14% | 0.81% | - |
| XYZ | 52.77 | 59.05 | 50.21 | - |
| YUV | 199.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 177 | 0.05 | 0 | 0.14 | 0.19 | 80.69 | 0.23 | 0.75 |
| Hex | C4 | CE | B1 | 5 | 0 | E | 13 | 51 | 17 | 4B |
| Octal | 304 | 316 | 261 | 5 | 0 | 16 | 23 | 121 | 27 | 113 |
| Binary | 11000100 | 11001110 | 10110001 | 101 | 0 | 1110 | 10011 | 1010001 | 10111 | 1001011 |
Color Harmonies of #C4CEB1
Complementary color
Monochromatic Colors of #C4CEB1
Black with #C4CEB1
Text Example
Text Example
White with #C4CEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEB1; }
p { color: rgb(196,206,177); }
H1.HeaderClassName
{
color: #C4CEB1;
}
.AnyTagClassName
{
color: #C4CEB1;
}
</style>
background-color css
<style>
a { background-color: #C4CEB1; }
a { background-color: rgb(196,206,177); }
div.DivClassName
{
background-color: #C4CEB1;
}
.BgClassName
{
background-color: #C4CEB1;
}
</style>
border-color css
<style>
span { border-color: #C4CEB1; }
span { border-color: rgb(196,206,177); }
td.TdClassName
{
border-color: #C4CEB1;
}
.TagClassName
{
border-color: #C4CEB1;
}
</style>