Shades of Pale Leaf #C4CDAB
Tints of Pale Leaf #C4CDAB
RGB
CMYK
RGB Variations
Color information
#C4CDAB (or 0xC4CDAB) is known color: Pale Leaf. HEX triplet: C4, CD and AB. RGB value is (196,205,171). Sum of RGB (Red+Green+Blue) = 196+205+171=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDAB is #3B3254. Grayscale: #C6C6C6. Windows color (decimal): -3879509 or 11259332. OLE color: 11259332.
HSL color Cylindrical-coordinate representation of color #C4CDAB: hue angle of 75.88º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CDAB is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 205 | 171 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.20 |
| HSL | 75.88º | 0.25% | 0.74% | - |
| HSV(B) | 75.88º | 0.17% | 0.8% | - |
| XYZ | 51.95 | 58.34 | 47.05 | - |
| YUV | 198.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 171 | 0.04 | 0 | 0.17 | 0.20 | 75.88 | 0.25 | 0.74 |
| Hex | C4 | CD | AB | 4 | 0 | 11 | 14 | 4C | 19 | 4A |
| Octal | 304 | 315 | 253 | 4 | 0 | 21 | 24 | 114 | 31 | 112 |
| Binary | 11000100 | 11001101 | 10101011 | 100 | 0 | 10001 | 10100 | 1001100 | 11001 | 1001010 |
Color Harmonies of #C4CDAB
Complementary color
Monochromatic Colors of #C4CDAB
Black with #C4CDAB
Text Example
Text Example
White with #C4CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDAB; }
p { color: rgb(196,205,171); }
H1.HeaderClassName
{
color: #C4CDAB;
}
.AnyTagClassName
{
color: #C4CDAB;
}
</style>
background-color css
<style>
a { background-color: #C4CDAB; }
a { background-color: rgb(196,205,171); }
div.DivClassName
{
background-color: #C4CDAB;
}
.BgClassName
{
background-color: #C4CDAB;
}
</style>
border-color css
<style>
span { border-color: #C4CDAB; }
span { border-color: rgb(196,205,171); }
td.TdClassName
{
border-color: #C4CDAB;
}
.TagClassName
{
border-color: #C4CDAB;
}
</style>