Shades of Pale Leaf #C6CFAC
Tints of Pale Leaf #C6CFAC
RGB
CMYK
RGB Variations
Color information
#C6CFAC (or 0xC6CFAC) is known color: Pale Leaf. HEX triplet: C6, CF and AC. RGB value is (198,207,172). Sum of RGB (Red+Green+Blue) = 198+207+172=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFAC is #393053. Grayscale: #C8C8C8. Windows color (decimal): -3747924 or 11325382. OLE color: 11325382.
HSL color Cylindrical-coordinate representation of color #C6CFAC: hue angle of 75.43º degrees, saturation: 0.27, 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 #C6CFAC is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 172 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.19 |
| HSL | 75.43º | 0.27% | 0.74% | - |
| HSV(B) | 75.43º | 0.17% | 0.81% | - |
| XYZ | 53.05 | 59.61 | 47.74 | - |
| YUV | 200.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 172 | 0.04 | 0 | 0.17 | 0.19 | 75.43 | 0.27 | 0.74 |
| Hex | C6 | CF | AC | 4 | 0 | 11 | 13 | 4B | 1B | 4A |
| Octal | 306 | 317 | 254 | 4 | 0 | 21 | 23 | 113 | 33 | 112 |
| Binary | 11000110 | 11001111 | 10101100 | 100 | 0 | 10001 | 10011 | 1001011 | 11011 | 1001010 |
Color Harmonies of #C6CFAC
Complementary color
Monochromatic Colors of #C6CFAC
Black with #C6CFAC
Text Example
Text Example
White with #C6CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFAC; }
p { color: rgb(198,207,172); }
H1.HeaderClassName
{
color: #C6CFAC;
}
.AnyTagClassName
{
color: #C6CFAC;
}
</style>
background-color css
<style>
a { background-color: #C6CFAC; }
a { background-color: rgb(198,207,172); }
div.DivClassName
{
background-color: #C6CFAC;
}
.BgClassName
{
background-color: #C6CFAC;
}
</style>
border-color css
<style>
span { border-color: #C6CFAC; }
span { border-color: rgb(198,207,172); }
td.TdClassName
{
border-color: #C6CFAC;
}
.TagClassName
{
border-color: #C6CFAC;
}
</style>