Shades of Pale Leaf #C7CFAA
Tints of Pale Leaf #C7CFAA
RGB
CMYK
RGB Variations
Color information
#C7CFAA (or 0xC7CFAA) is known color: Pale Leaf. HEX triplet: C7, CF and AA. RGB value is (199,207,170). Sum of RGB (Red+Green+Blue) = 199+207+170=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CFAA is #383055. Grayscale: #C8C8C8. Windows color (decimal): -3682390 or 11194311. OLE color: 11194311.
HSL color Cylindrical-coordinate representation of color #C7CFAA: hue angle of 72.97º 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 #C7CFAA is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 170 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.19 |
| HSL | 72.97º | 0.28% | 0.74% | - |
| HSV(B) | 72.97º | 0.18% | 0.81% | - |
| XYZ | 53.12 | 59.67 | 46.75 | - |
| YUV | 200.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 170 | 0.04 | 0 | 0.18 | 0.19 | 72.97 | 0.28 | 0.74 |
| Hex | C7 | CF | AA | 4 | 0 | 12 | 13 | 49 | 1C | 4A |
| Octal | 307 | 317 | 252 | 4 | 0 | 22 | 23 | 111 | 34 | 112 |
| Binary | 11000111 | 11001111 | 10101010 | 100 | 0 | 10010 | 10011 | 1001001 | 11100 | 1001010 |
Color Harmonies of #C7CFAA
Complementary color
Monochromatic Colors of #C7CFAA
Black with #C7CFAA
Text Example
Text Example
White with #C7CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFAA; }
p { color: rgb(199,207,170); }
H1.HeaderClassName
{
color: #C7CFAA;
}
.AnyTagClassName
{
color: #C7CFAA;
}
</style>
background-color css
<style>
a { background-color: #C7CFAA; }
a { background-color: rgb(199,207,170); }
div.DivClassName
{
background-color: #C7CFAA;
}
.BgClassName
{
background-color: #C7CFAA;
}
</style>
border-color css
<style>
span { border-color: #C7CFAA; }
span { border-color: rgb(199,207,170); }
td.TdClassName
{
border-color: #C7CFAA;
}
.TagClassName
{
border-color: #C7CFAA;
}
</style>