Shades of Pale Leaf #C6CEA8
Tints of Pale Leaf #C6CEA8
RGB
CMYK
RGB Variations
Color information
#C6CEA8 (or 0xC6CEA8) is known color: Pale Leaf. HEX triplet: C6, CE and A8. RGB value is (198,206,168). Sum of RGB (Red+Green+Blue) = 198+206+168=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEA8 is #393157. Grayscale: #C7C7C7. Windows color (decimal): -3748184 or 11062982. OLE color: 11062982.
HSL color Cylindrical-coordinate representation of color #C6CEA8: hue angle of 72.63º 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 #C6CEA8 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 168 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.19 |
| HSL | 72.63º | 0.28% | 0.73% | - |
| HSV(B) | 72.63º | 0.18% | 0.81% | - |
| XYZ | 52.43 | 58.98 | 45.67 | - |
| YUV | 199.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 168 | 0.04 | 0 | 0.18 | 0.19 | 72.63 | 0.28 | 0.73 |
| Hex | C6 | CE | A8 | 4 | 0 | 12 | 13 | 49 | 1C | 49 |
| Octal | 306 | 316 | 250 | 4 | 0 | 22 | 23 | 111 | 34 | 111 |
| Binary | 11000110 | 11001110 | 10101000 | 100 | 0 | 10010 | 10011 | 1001001 | 11100 | 1001001 |
Color Harmonies of #C6CEA8
Complementary color
Monochromatic Colors of #C6CEA8
Black with #C6CEA8
Text Example
Text Example
White with #C6CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEA8; }
p { color: rgb(198,206,168); }
H1.HeaderClassName
{
color: #C6CEA8;
}
.AnyTagClassName
{
color: #C6CEA8;
}
</style>
background-color css
<style>
a { background-color: #C6CEA8; }
a { background-color: rgb(198,206,168); }
div.DivClassName
{
background-color: #C6CEA8;
}
.BgClassName
{
background-color: #C6CEA8;
}
</style>
border-color css
<style>
span { border-color: #C6CEA8; }
span { border-color: rgb(198,206,168); }
td.TdClassName
{
border-color: #C6CEA8;
}
.TagClassName
{
border-color: #C6CEA8;
}
</style>