Shades of Pale Leaf #C5CFB1
Tints of Pale Leaf #C5CFB1
RGB
CMYK
RGB Variations
Color information
#C5CFB1 (or 0xC5CFB1) is known color: Pale Leaf. HEX triplet: C5, CF and B1. RGB value is (197,207,177). Sum of RGB (Red+Green+Blue) = 197+207+177=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFB1 is #3A304E. Grayscale: #C8C8C8. Windows color (decimal): -3813455 or 11653061. OLE color: 11653061.
HSL color Cylindrical-coordinate representation of color #C5CFB1: hue angle of 80º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CFB1 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 177 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.19 |
| HSL | 80º | 0.24% | 0.75% | - |
| HSV(B) | 80º | 0.14% | 0.81% | - |
| XYZ | 53.27 | 59.67 | 50.3 | - |
| YUV | 200.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 177 | 0.05 | 0 | 0.14 | 0.19 | 80 | 0.24 | 0.75 |
| Hex | C5 | CF | B1 | 5 | 0 | E | 13 | 50 | 18 | 4B |
| Octal | 305 | 317 | 261 | 5 | 0 | 16 | 23 | 120 | 30 | 113 |
| Binary | 11000101 | 11001111 | 10110001 | 101 | 0 | 1110 | 10011 | 1010000 | 11000 | 1001011 |
Color Harmonies of #C5CFB1
Complementary color
Monochromatic Colors of #C5CFB1
Black with #C5CFB1
Text Example
Text Example
White with #C5CFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFB1; }
p { color: rgb(197,207,177); }
H1.HeaderClassName
{
color: #C5CFB1;
}
.AnyTagClassName
{
color: #C5CFB1;
}
</style>
background-color css
<style>
a { background-color: #C5CFB1; }
a { background-color: rgb(197,207,177); }
div.DivClassName
{
background-color: #C5CFB1;
}
.BgClassName
{
background-color: #C5CFB1;
}
</style>
border-color css
<style>
span { border-color: #C5CFB1; }
span { border-color: rgb(197,207,177); }
td.TdClassName
{
border-color: #C5CFB1;
}
.TagClassName
{
border-color: #C5CFB1;
}
</style>