Shades of Pale Leaf #C4CEA6
Tints of Pale Leaf #C4CEA6
RGB
CMYK
RGB Variations
Color information
#C4CEA6 (or 0xC4CEA6) is known color: Pale Leaf. HEX triplet: C4, CE and A6. RGB value is (196,206,166). Sum of RGB (Red+Green+Blue) = 196+206+166=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA6 is #3B3159. Grayscale: #C6C6C6. Windows color (decimal): -3879258 or 10931908. OLE color: 10931908.
HSL color Cylindrical-coordinate representation of color #C4CEA6: hue angle of 75º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4CEA6 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 166 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.19 |
| HSL | 75º | 0.29% | 0.73% | - |
| HSV(B) | 75º | 0.19% | 0.81% | - |
| XYZ | 51.72 | 58.63 | 44.67 | - |
| YUV | 198.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 166 | 0.05 | 0 | 0.19 | 0.19 | 75 | 0.29 | 0.73 |
| Hex | C4 | CE | A6 | 5 | 0 | 13 | 13 | 4B | 1D | 49 |
| Octal | 304 | 316 | 246 | 5 | 0 | 23 | 23 | 113 | 35 | 111 |
| Binary | 11000100 | 11001110 | 10100110 | 101 | 0 | 10011 | 10011 | 1001011 | 11101 | 1001001 |
Color Harmonies of #C4CEA6
Complementary color
Monochromatic Colors of #C4CEA6
Black with #C4CEA6
Text Example
Text Example
White with #C4CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEA6; }
p { color: rgb(196,206,166); }
H1.HeaderClassName
{
color: #C4CEA6;
}
.AnyTagClassName
{
color: #C4CEA6;
}
</style>
background-color css
<style>
a { background-color: #C4CEA6; }
a { background-color: rgb(196,206,166); }
div.DivClassName
{
background-color: #C4CEA6;
}
.BgClassName
{
background-color: #C4CEA6;
}
</style>
border-color css
<style>
span { border-color: #C4CEA6; }
span { border-color: rgb(196,206,166); }
td.TdClassName
{
border-color: #C4CEA6;
}
.TagClassName
{
border-color: #C4CEA6;
}
</style>