Shades of Pale Leaf #C6CEAB
Tints of Pale Leaf #C6CEAB
RGB
CMYK
RGB Variations
Color information
#C6CEAB (or 0xC6CEAB) is known color: Pale Leaf. HEX triplet: C6, CE and AB. RGB value is (198,206,171). Sum of RGB (Red+Green+Blue) = 198+206+171=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CEAB is #393154. Grayscale: #C7C7C7. Windows color (decimal): -3748181 or 11259590. OLE color: 11259590.
HSL color Cylindrical-coordinate representation of color #C6CEAB: hue angle of 73.71º 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 #C6CEAB is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 206 | 171 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.19 |
| HSL | 73.71º | 0.26% | 0.74% | - |
| HSV(B) | 73.71º | 0.17% | 0.81% | - |
| XYZ | 52.71 | 59.09 | 47.16 | - |
| YUV | 199.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 171 | 0.04 | 0 | 0.17 | 0.19 | 73.71 | 0.26 | 0.74 |
| Hex | C6 | CE | AB | 4 | 0 | 11 | 13 | 4A | 1A | 4A |
| Octal | 306 | 316 | 253 | 4 | 0 | 21 | 23 | 112 | 32 | 112 |
| Binary | 11000110 | 11001110 | 10101011 | 100 | 0 | 10001 | 10011 | 1001010 | 11010 | 1001010 |
Color Harmonies of #C6CEAB
Complementary color
Monochromatic Colors of #C6CEAB
Black with #C6CEAB
Text Example
Text Example
White with #C6CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEAB; }
p { color: rgb(198,206,171); }
H1.HeaderClassName
{
color: #C6CEAB;
}
.AnyTagClassName
{
color: #C6CEAB;
}
</style>
background-color css
<style>
a { background-color: #C6CEAB; }
a { background-color: rgb(198,206,171); }
div.DivClassName
{
background-color: #C6CEAB;
}
.BgClassName
{
background-color: #C6CEAB;
}
</style>
border-color css
<style>
span { border-color: #C6CEAB; }
span { border-color: rgb(198,206,171); }
td.TdClassName
{
border-color: #C6CEAB;
}
.TagClassName
{
border-color: #C6CEAB;
}
</style>