Shades of Pale Leaf #C6CEA9
Tints of Pale Leaf #C6CEA9
RGB
CMYK
RGB Variations
Color information
#C6CEA9 (or 0xC6CEA9) is known color: Pale Leaf. HEX triplet: C6, CE and A9. RGB value is (198,206,169). Sum of RGB (Red+Green+Blue) = 198+206+169=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 169 (66.41% from 255 or 29.49% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEA9 is #393156. Grayscale: #C7C7C7. Windows color (decimal): -3748183 or 11128518. OLE color: 11128518.
HSL color Cylindrical-coordinate representation of color #C6CEA9: hue angle of 72.97º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6CEA9 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 169 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.19 |
| HSL | 72.97º | 0.27% | 0.74% | - |
| HSV(B) | 72.97º | 0.18% | 0.81% | - |
| XYZ | 52.52 | 59.01 | 46.16 | - |
| YUV | 199.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 169 | 0.04 | 0 | 0.18 | 0.19 | 72.97 | 0.27 | 0.74 |
| Hex | C6 | CE | A9 | 4 | 0 | 12 | 13 | 49 | 1B | 4A |
| Octal | 306 | 316 | 251 | 4 | 0 | 22 | 23 | 111 | 33 | 112 |
| Binary | 11000110 | 11001110 | 10101001 | 100 | 0 | 10010 | 10011 | 1001001 | 11011 | 1001010 |
Color Harmonies of #C6CEA9
Complementary color
Monochromatic Colors of #C6CEA9
Black with #C6CEA9
Text Example
Text Example
White with #C6CEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEA9; }
p { color: rgb(198,206,169); }
H1.HeaderClassName
{
color: #C6CEA9;
}
.AnyTagClassName
{
color: #C6CEA9;
}
</style>
background-color css
<style>
a { background-color: #C6CEA9; }
a { background-color: rgb(198,206,169); }
div.DivClassName
{
background-color: #C6CEA9;
}
.BgClassName
{
background-color: #C6CEA9;
}
</style>
border-color css
<style>
span { border-color: #C6CEA9; }
span { border-color: rgb(198,206,169); }
td.TdClassName
{
border-color: #C6CEA9;
}
.TagClassName
{
border-color: #C6CEA9;
}
</style>