Shades of Pale Leaf #C5CFAF
Tints of Pale Leaf #C5CFAF
RGB
CMYK
RGB Variations
Color information
#C5CFAF (or 0xC5CFAF) is known color: Pale Leaf. HEX triplet: C5, CF and AF. RGB value is (197,207,175). Sum of RGB (Red+Green+Blue) = 197+207+175=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 175 (68.75% from 255 or 30.22% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFAF is #3A3050. Grayscale: #C8C8C8. Windows color (decimal): -3813457 or 11521989. OLE color: 11521989.
HSL color Cylindrical-coordinate representation of color #C5CFAF: hue angle of 78.75º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5CFAF is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 175 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.19 |
| HSL | 78.75º | 0.25% | 0.75% | - |
| HSV(B) | 78.75º | 0.15% | 0.81% | - |
| XYZ | 53.08 | 59.59 | 49.26 | - |
| YUV | 200.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 175 | 0.05 | 0 | 0.15 | 0.19 | 78.75 | 0.25 | 0.75 |
| Hex | C5 | CF | AF | 5 | 0 | F | 13 | 4F | 19 | 4B |
| Octal | 305 | 317 | 257 | 5 | 0 | 17 | 23 | 117 | 31 | 113 |
| Binary | 11000101 | 11001111 | 10101111 | 101 | 0 | 1111 | 10011 | 1001111 | 11001 | 1001011 |
Color Harmonies of #C5CFAF
Complementary color
Monochromatic Colors of #C5CFAF
Black with #C5CFAF
Text Example
Text Example
White with #C5CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFAF; }
p { color: rgb(197,207,175); }
H1.HeaderClassName
{
color: #C5CFAF;
}
.AnyTagClassName
{
color: #C5CFAF;
}
</style>
background-color css
<style>
a { background-color: #C5CFAF; }
a { background-color: rgb(197,207,175); }
div.DivClassName
{
background-color: #C5CFAF;
}
.BgClassName
{
background-color: #C5CFAF;
}
</style>
border-color css
<style>
span { border-color: #C5CFAF; }
span { border-color: rgb(197,207,175); }
td.TdClassName
{
border-color: #C5CFAF;
}
.TagClassName
{
border-color: #C5CFAF;
}
</style>