Shades of Pale Leaf #C5CFA4
Tints of Pale Leaf #C5CFA4
RGB
CMYK
RGB Variations
Color information
#C5CFA4 (or 0xC5CFA4) is known color: Pale Leaf. HEX triplet: C5, CF and A4. RGB value is (197,207,164). Sum of RGB (Red+Green+Blue) = 197+207+164=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 164 (64.45% from 255 or 28.87% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFA4 is #3A305B. Grayscale: #C7C7C7. Windows color (decimal): -3813468 or 10801093. OLE color: 10801093.
HSL color Cylindrical-coordinate representation of color #C5CFA4: hue angle of 73.95º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CFA4 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 164 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.19 |
| HSL | 73.95º | 0.31% | 0.73% | - |
| HSV(B) | 73.95º | 0.21% | 0.81% | - |
| XYZ | 52.04 | 59.18 | 43.8 | - |
| YUV | 199.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 164 | 0.05 | 0 | 0.21 | 0.19 | 73.95 | 0.31 | 0.73 |
| Hex | C5 | CF | A4 | 5 | 0 | 15 | 13 | 4A | 1F | 49 |
| Octal | 305 | 317 | 244 | 5 | 0 | 25 | 23 | 112 | 37 | 111 |
| Binary | 11000101 | 11001111 | 10100100 | 101 | 0 | 10101 | 10011 | 1001010 | 11111 | 1001001 |
Color Harmonies of #C5CFA4
Complementary color
Monochromatic Colors of #C5CFA4
Black with #C5CFA4
Text Example
Text Example
White with #C5CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFA4; }
p { color: rgb(197,207,164); }
H1.HeaderClassName
{
color: #C5CFA4;
}
.AnyTagClassName
{
color: #C5CFA4;
}
</style>
background-color css
<style>
a { background-color: #C5CFA4; }
a { background-color: rgb(197,207,164); }
div.DivClassName
{
background-color: #C5CFA4;
}
.BgClassName
{
background-color: #C5CFA4;
}
</style>
border-color css
<style>
span { border-color: #C5CFA4; }
span { border-color: rgb(197,207,164); }
td.TdClassName
{
border-color: #C5CFA4;
}
.TagClassName
{
border-color: #C5CFA4;
}
</style>