Shades of Pale Leaf #C4CBAC
Tints of Pale Leaf #C4CBAC
RGB
CMYK
RGB Variations
Color information
#C4CBAC (or 0xC4CBAC) is known color: Pale Leaf. HEX triplet: C4, CB and AC. RGB value is (196,203,172). Sum of RGB (Red+Green+Blue) = 196+203+172=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CBAC is #3B3453. Grayscale: #C5C5C5. Windows color (decimal): -3880020 or 11324356. OLE color: 11324356.
HSL color Cylindrical-coordinate representation of color #C4CBAC: hue angle of 73.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4CBAC is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 172 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.20 |
| HSL | 73.55º | 0.23% | 0.74% | - |
| HSV(B) | 73.55º | 0.15% | 0.8% | - |
| XYZ | 51.57 | 57.43 | 47.4 | - |
| YUV | 197.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 172 | 0.03 | 0 | 0.15 | 0.20 | 73.55 | 0.23 | 0.74 |
| Hex | C4 | CB | AC | 3 | 0 | F | 14 | 4A | 17 | 4A |
| Octal | 304 | 313 | 254 | 3 | 0 | 17 | 24 | 112 | 27 | 112 |
| Binary | 11000100 | 11001011 | 10101100 | 11 | 0 | 1111 | 10100 | 1001010 | 10111 | 1001010 |
Color Harmonies of #C4CBAC
Complementary color
Monochromatic Colors of #C4CBAC
Black with #C4CBAC
Text Example
Text Example
White with #C4CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBAC; }
p { color: rgb(196,203,172); }
H1.HeaderClassName
{
color: #C4CBAC;
}
.AnyTagClassName
{
color: #C4CBAC;
}
</style>
background-color css
<style>
a { background-color: #C4CBAC; }
a { background-color: rgb(196,203,172); }
div.DivClassName
{
background-color: #C4CBAC;
}
.BgClassName
{
background-color: #C4CBAC;
}
</style>
border-color css
<style>
span { border-color: #C4CBAC; }
span { border-color: rgb(196,203,172); }
td.TdClassName
{
border-color: #C4CBAC;
}
.TagClassName
{
border-color: #C4CBAC;
}
</style>