Shades of Pale Leaf #C4CFAB
Tints of Pale Leaf #C4CFAB
RGB
CMYK
RGB Variations
Color information
#C4CFAB (or 0xC4CFAB) is known color: Pale Leaf. HEX triplet: C4, CF and AB. RGB value is (196,207,171). Sum of RGB (Red+Green+Blue) = 196+207+171=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 207 (81.25% from 255 or 36.06% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFAB is #3B3054. Grayscale: #C7C7C7. Windows color (decimal): -3878997 or 11259844. OLE color: 11259844.
HSL color Cylindrical-coordinate representation of color #C4CFAB: hue angle of 78.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CFAB is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 171 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.19 |
| HSL | 78.33º | 0.27% | 0.74% | - |
| HSV(B) | 78.33º | 0.17% | 0.81% | - |
| XYZ | 52.43 | 59.3 | 47.21 | - |
| YUV | 199.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 171 | 0.05 | 0 | 0.17 | 0.19 | 78.33 | 0.27 | 0.74 |
| Hex | C4 | CF | AB | 5 | 0 | 11 | 13 | 4E | 1B | 4A |
| Octal | 304 | 317 | 253 | 5 | 0 | 21 | 23 | 116 | 33 | 112 |
| Binary | 11000100 | 11001111 | 10101011 | 101 | 0 | 10001 | 10011 | 1001110 | 11011 | 1001010 |
Color Harmonies of #C4CFAB
Complementary color
Monochromatic Colors of #C4CFAB
Black with #C4CFAB
Text Example
Text Example
White with #C4CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFAB; }
p { color: rgb(196,207,171); }
H1.HeaderClassName
{
color: #C4CFAB;
}
.AnyTagClassName
{
color: #C4CFAB;
}
</style>
background-color css
<style>
a { background-color: #C4CFAB; }
a { background-color: rgb(196,207,171); }
div.DivClassName
{
background-color: #C4CFAB;
}
.BgClassName
{
background-color: #C4CFAB;
}
</style>
border-color css
<style>
span { border-color: #C4CFAB; }
span { border-color: rgb(196,207,171); }
td.TdClassName
{
border-color: #C4CFAB;
}
.TagClassName
{
border-color: #C4CFAB;
}
</style>