Shades of Pale Leaf #C6D0AC
Tints of Pale Leaf #C6D0AC
RGB
CMYK
RGB Variations
Color information
#C6D0AC (or 0xC6D0AC) is known color: Pale Leaf. HEX triplet: C6, D0 and AC. RGB value is (198,208,172). Sum of RGB (Red+Green+Blue) = 198+208+172=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 208 (81.64% from 255 or 35.99% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D0AC is #392F53. Grayscale: #C9C9C9. Windows color (decimal): -3747668 or 11325638. OLE color: 11325638.
HSL color Cylindrical-coordinate representation of color #C6D0AC: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6D0AC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 172 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.18 |
| HSL | 76.67º | 0.28% | 0.75% | - |
| HSV(B) | 76.67º | 0.17% | 0.82% | - |
| XYZ | 53.29 | 60.1 | 47.82 | - |
| YUV | 200.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 172 | 0.05 | 0 | 0.17 | 0.18 | 76.67 | 0.28 | 0.75 |
| Hex | C6 | D0 | AC | 5 | 0 | 11 | 12 | 4D | 1C | 4B |
| Octal | 306 | 320 | 254 | 5 | 0 | 21 | 22 | 115 | 34 | 113 |
| Binary | 11000110 | 11010000 | 10101100 | 101 | 0 | 10001 | 10010 | 1001101 | 11100 | 1001011 |
Color Harmonies of #C6D0AC
Complementary color
Monochromatic Colors of #C6D0AC
Black with #C6D0AC
Text Example
Text Example
White with #C6D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D0AC; }
p { color: rgb(198,208,172); }
H1.HeaderClassName
{
color: #C6D0AC;
}
.AnyTagClassName
{
color: #C6D0AC;
}
</style>
background-color css
<style>
a { background-color: #C6D0AC; }
a { background-color: rgb(198,208,172); }
div.DivClassName
{
background-color: #C6D0AC;
}
.BgClassName
{
background-color: #C6D0AC;
}
</style>
border-color css
<style>
span { border-color: #C6D0AC; }
span { border-color: rgb(198,208,172); }
td.TdClassName
{
border-color: #C6D0AC;
}
.TagClassName
{
border-color: #C6D0AC;
}
</style>