Shades of Pale Leaf #C4D3AC
Tints of Pale Leaf #C4D3AC
RGB
CMYK
RGB Variations
Color information
#C4D3AC (or 0xC4D3AC) is known color: Pale Leaf. HEX triplet: C4, D3 and AC. RGB value is (196,211,172). Sum of RGB (Red+Green+Blue) = 196+211+172=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 172 (67.58% from 255 or 29.71% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D3AC is #3B2C53. Grayscale: #CACACA. Windows color (decimal): -3877972 or 11326404. OLE color: 11326404.
HSL color Cylindrical-coordinate representation of color #C4D3AC: hue angle of 83.08º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4D3AC is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 172 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.17 |
| HSL | 83.08º | 0.31% | 0.75% | - |
| HSV(B) | 83.08º | 0.18% | 0.83% | - |
| XYZ | 53.51 | 61.3 | 48.04 | - |
| YUV | 202.07 | 111.03 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 172 | 0.07 | 0 | 0.18 | 0.17 | 83.08 | 0.31 | 0.75 |
| Hex | C4 | D3 | AC | 7 | 0 | 12 | 11 | 53 | 1F | 4B |
| Octal | 304 | 323 | 254 | 7 | 0 | 22 | 21 | 123 | 37 | 113 |
| Binary | 11000100 | 11010011 | 10101100 | 111 | 0 | 10010 | 10001 | 1010011 | 11111 | 1001011 |
Color Harmonies of #C4D3AC
Complementary color
Monochromatic Colors of #C4D3AC
Black with #C4D3AC
Text Example
Text Example
White with #C4D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D3AC; }
p { color: rgb(196,211,172); }
H1.HeaderClassName
{
color: #C4D3AC;
}
.AnyTagClassName
{
color: #C4D3AC;
}
</style>
background-color css
<style>
a { background-color: #C4D3AC; }
a { background-color: rgb(196,211,172); }
div.DivClassName
{
background-color: #C4D3AC;
}
.BgClassName
{
background-color: #C4D3AC;
}
</style>
border-color css
<style>
span { border-color: #C4D3AC; }
span { border-color: rgb(196,211,172); }
td.TdClassName
{
border-color: #C4D3AC;
}
.TagClassName
{
border-color: #C4D3AC;
}
</style>