Shades of Pale Leaf #C6CEAC
Tints of Pale Leaf #C6CEAC
RGB
CMYK
RGB Variations
Color information
#C6CEAC (or 0xC6CEAC) is known color: Pale Leaf. HEX triplet: C6, CE and AC. RGB value is (198,206,172). Sum of RGB (Red+Green+Blue) = 198+206+172=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAC is #393153. Grayscale: #C7C7C7. Windows color (decimal): -3748180 or 11325126. OLE color: 11325126.
HSL color Cylindrical-coordinate representation of color #C6CEAC: hue angle of 74.12º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CEAC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 172 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.19 |
| HSL | 74.12º | 0.26% | 0.74% | - |
| HSV(B) | 74.12º | 0.17% | 0.81% | - |
| XYZ | 52.81 | 59.13 | 47.66 | - |
| YUV | 199.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 172 | 0.04 | 0 | 0.17 | 0.19 | 74.12 | 0.26 | 0.74 |
| Hex | C6 | CE | AC | 4 | 0 | 11 | 13 | 4A | 1A | 4A |
| Octal | 306 | 316 | 254 | 4 | 0 | 21 | 23 | 112 | 32 | 112 |
| Binary | 11000110 | 11001110 | 10101100 | 100 | 0 | 10001 | 10011 | 1001010 | 11010 | 1001010 |
Color Harmonies of #C6CEAC
Complementary color
Monochromatic Colors of #C6CEAC
Black with #C6CEAC
Text Example
Text Example
White with #C6CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEAC; }
p { color: rgb(198,206,172); }
H1.HeaderClassName
{
color: #C6CEAC;
}
.AnyTagClassName
{
color: #C6CEAC;
}
</style>
background-color css
<style>
a { background-color: #C6CEAC; }
a { background-color: rgb(198,206,172); }
div.DivClassName
{
background-color: #C6CEAC;
}
.BgClassName
{
background-color: #C6CEAC;
}
</style>
border-color css
<style>
span { border-color: #C6CEAC; }
span { border-color: rgb(198,206,172); }
td.TdClassName
{
border-color: #C6CEAC;
}
.TagClassName
{
border-color: #C6CEAC;
}
</style>