Shades of Pale Leaf #C4D3A3
Tints of Pale Leaf #C4D3A3
RGB
CMYK
RGB Variations
Color information
#C4D3A3 (or 0xC4D3A3) is known color: Pale Leaf. HEX triplet: C4, D3 and A3. RGB value is (196,211,163). Sum of RGB (Red+Green+Blue) = 196+211+163=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 163 (64.06% from 255 or 28.60% from 570); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D3A3 is #3B2C5C. Grayscale: #C9C9C9. Windows color (decimal): -3877981 or 10736580. OLE color: 10736580.
HSL color Cylindrical-coordinate representation of color #C4D3A3: hue angle of 78.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4D3A3 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 163 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.17 |
| HSL | 78.75º | 0.35% | 0.73% | - |
| HSV(B) | 78.75º | 0.23% | 0.83% | - |
| XYZ | 52.67 | 60.97 | 43.64 | - |
| YUV | 201.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 163 | 0.07 | 0 | 0.23 | 0.17 | 78.75 | 0.35 | 0.73 |
| Hex | C4 | D3 | A3 | 7 | 0 | 17 | 11 | 4F | 23 | 49 |
| Octal | 304 | 323 | 243 | 7 | 0 | 27 | 21 | 117 | 43 | 111 |
| Binary | 11000100 | 11010011 | 10100011 | 111 | 0 | 10111 | 10001 | 1001111 | 100011 | 1001001 |
Color Harmonies of #C4D3A3
Complementary color
Monochromatic Colors of #C4D3A3
Black with #C4D3A3
Text Example
Text Example
White with #C4D3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D3A3; }
p { color: rgb(196,211,163); }
H1.HeaderClassName
{
color: #C4D3A3;
}
.AnyTagClassName
{
color: #C4D3A3;
}
</style>
background-color css
<style>
a { background-color: #C4D3A3; }
a { background-color: rgb(196,211,163); }
div.DivClassName
{
background-color: #C4D3A3;
}
.BgClassName
{
background-color: #C4D3A3;
}
</style>
border-color css
<style>
span { border-color: #C4D3A3; }
span { border-color: rgb(196,211,163); }
td.TdClassName
{
border-color: #C4D3A3;
}
.TagClassName
{
border-color: #C4D3A3;
}
</style>