Shades of Pale Leaf #C6CFAD
Tints of Pale Leaf #C6CFAD
RGB
CMYK
RGB Variations
Color information
#C6CFAD (or 0xC6CFAD) is known color: Pale Leaf. HEX triplet: C6, CF and AD. RGB value is (198,207,173). Sum of RGB (Red+Green+Blue) = 198+207+173=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFAD is #393052. Grayscale: #C8C8C8. Windows color (decimal): -3747923 or 11390918. OLE color: 11390918.
HSL color Cylindrical-coordinate representation of color #C6CFAD: hue angle of 75.88º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6CFAD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 173 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.19 |
| HSL | 75.88º | 0.26% | 0.75% | - |
| HSV(B) | 75.88º | 0.16% | 0.81% | - |
| XYZ | 53.14 | 59.65 | 48.25 | - |
| YUV | 200.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 173 | 0.04 | 0 | 0.16 | 0.19 | 75.88 | 0.26 | 0.75 |
| Hex | C6 | CF | AD | 4 | 0 | 10 | 13 | 4C | 1A | 4B |
| Octal | 306 | 317 | 255 | 4 | 0 | 20 | 23 | 114 | 32 | 113 |
| Binary | 11000110 | 11001111 | 10101101 | 100 | 0 | 10000 | 10011 | 1001100 | 11010 | 1001011 |
Color Harmonies of #C6CFAD
Complementary color
Monochromatic Colors of #C6CFAD
Black with #C6CFAD
Text Example
Text Example
White with #C6CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFAD; }
p { color: rgb(198,207,173); }
H1.HeaderClassName
{
color: #C6CFAD;
}
.AnyTagClassName
{
color: #C6CFAD;
}
</style>
background-color css
<style>
a { background-color: #C6CFAD; }
a { background-color: rgb(198,207,173); }
div.DivClassName
{
background-color: #C6CFAD;
}
.BgClassName
{
background-color: #C6CFAD;
}
</style>
border-color css
<style>
span { border-color: #C6CFAD; }
span { border-color: rgb(198,207,173); }
td.TdClassName
{
border-color: #C6CFAD;
}
.TagClassName
{
border-color: #C6CFAD;
}
</style>