Shades of Pale Leaf #C6CFAA
Tints of Pale Leaf #C6CFAA
RGB
CMYK
RGB Variations
Color information
#C6CFAA (or 0xC6CFAA) is known color: Pale Leaf. HEX triplet: C6, CF and AA. RGB value is (198,207,170). Sum of RGB (Red+Green+Blue) = 198+207+170=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CFAA is #393055. Grayscale: #C8C8C8. Windows color (decimal): -3747926 or 11194310. OLE color: 11194310.
HSL color Cylindrical-coordinate representation of color #C6CFAA: hue angle of 74.59º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6CFAA is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 170 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.19 |
| HSL | 74.59º | 0.28% | 0.74% | - |
| HSV(B) | 74.59º | 0.18% | 0.81% | - |
| XYZ | 52.86 | 59.53 | 46.74 | - |
| YUV | 200.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 170 | 0.04 | 0 | 0.18 | 0.19 | 74.59 | 0.28 | 0.74 |
| Hex | C6 | CF | AA | 4 | 0 | 12 | 13 | 4B | 1C | 4A |
| Octal | 306 | 317 | 252 | 4 | 0 | 22 | 23 | 113 | 34 | 112 |
| Binary | 11000110 | 11001111 | 10101010 | 100 | 0 | 10010 | 10011 | 1001011 | 11100 | 1001010 |
Color Harmonies of #C6CFAA
Complementary color
Monochromatic Colors of #C6CFAA
Black with #C6CFAA
Text Example
Text Example
White with #C6CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CFAA; }
p { color: rgb(198,207,170); }
H1.HeaderClassName
{
color: #C6CFAA;
}
.AnyTagClassName
{
color: #C6CFAA;
}
</style>
background-color css
<style>
a { background-color: #C6CFAA; }
a { background-color: rgb(198,207,170); }
div.DivClassName
{
background-color: #C6CFAA;
}
.BgClassName
{
background-color: #C6CFAA;
}
</style>
border-color css
<style>
span { border-color: #C6CFAA; }
span { border-color: rgb(198,207,170); }
td.TdClassName
{
border-color: #C6CFAA;
}
.TagClassName
{
border-color: #C6CFAA;
}
</style>