Shades of Pale Leaf #C4CFB0
Tints of Pale Leaf #C4CFB0
RGB
CMYK
RGB Variations
Color information
#C4CFB0 (or 0xC4CFB0) is known color: Pale Leaf. HEX triplet: C4, CF and B0. RGB value is (196,207,176). Sum of RGB (Red+Green+Blue) = 196+207+176=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFB0 is #3B304F. Grayscale: #C8C8C8. Windows color (decimal): -3878992 or 11587524. OLE color: 11587524.
HSL color Cylindrical-coordinate representation of color #C4CFB0: hue angle of 81.29º degrees, saturation: 0.24, 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 #C4CFB0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 176 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.19 |
| HSL | 81.29º | 0.24% | 0.75% | - |
| HSV(B) | 81.29º | 0.15% | 0.81% | - |
| XYZ | 52.91 | 59.5 | 49.77 | - |
| YUV | 200.18 | 114.36 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 176 | 0.05 | 0 | 0.15 | 0.19 | 81.29 | 0.24 | 0.75 |
| Hex | C4 | CF | B0 | 5 | 0 | F | 13 | 51 | 18 | 4B |
| Octal | 304 | 317 | 260 | 5 | 0 | 17 | 23 | 121 | 30 | 113 |
| Binary | 11000100 | 11001111 | 10110000 | 101 | 0 | 1111 | 10011 | 1010001 | 11000 | 1001011 |
Color Harmonies of #C4CFB0
Complementary color
Monochromatic Colors of #C4CFB0
Black with #C4CFB0
Text Example
Text Example
White with #C4CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFB0; }
p { color: rgb(196,207,176); }
H1.HeaderClassName
{
color: #C4CFB0;
}
.AnyTagClassName
{
color: #C4CFB0;
}
</style>
background-color css
<style>
a { background-color: #C4CFB0; }
a { background-color: rgb(196,207,176); }
div.DivClassName
{
background-color: #C4CFB0;
}
.BgClassName
{
background-color: #C4CFB0;
}
</style>
border-color css
<style>
span { border-color: #C4CFB0; }
span { border-color: rgb(196,207,176); }
td.TdClassName
{
border-color: #C4CFB0;
}
.TagClassName
{
border-color: #C4CFB0;
}
</style>