Shades of Pale Leaf #C4CDAC
Tints of Pale Leaf #C4CDAC
RGB
CMYK
RGB Variations
Color information
#C4CDAC (or 0xC4CDAC) is known color: Pale Leaf. HEX triplet: C4, CD and AC. RGB value is (196,205,172). Sum of RGB (Red+Green+Blue) = 196+205+172=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CDAC is #3B3253. Grayscale: #C6C6C6. Windows color (decimal): -3879508 or 11324868. OLE color: 11324868.
HSL color Cylindrical-coordinate representation of color #C4CDAC: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4CDAC is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 196 | 205 | 172 | - |
CMYK | 0.04 | 0 | 0.16 | 0.20 |
HSL | 76.36º | 0.25% | 0.74% | - |
HSV(B) | 76.36º | 0.16% | 0.8% | - |
XYZ | 52.04 | 58.38 | 47.55 | - |
YUV | 198.55 | 113.02 | 126.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 205 | 172 | 0.04 | 0 | 0.16 | 0.20 | 76.36 | 0.25 | 0.74 |
Hex | C4 | CD | AC | 4 | 0 | 10 | 14 | 4C | 19 | 4A |
Octal | 304 | 315 | 254 | 4 | 0 | 20 | 24 | 114 | 31 | 112 |
Binary | 11000100 | 11001101 | 10101100 | 100 | 0 | 10000 | 10100 | 1001100 | 11001 | 1001010 |
Color Harmonies of #C4CDAC
Complementary color
Monochromatic Colors of #C4CDAC
Black with #C4CDAC
Text Example
Text Example
White with #C4CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDAC; }
p { color: rgb(196,205,172); }
H1.HeaderClassName
{
color: #C4CDAC;
}
.AnyTagClassName
{
color: #C4CDAC;
}
</style>
background-color css
<style>
a { background-color: #C4CDAC; }
a { background-color: rgb(196,205,172); }
div.DivClassName
{
background-color: #C4CDAC;
}
.BgClassName
{
background-color: #C4CDAC;
}
</style>
border-color css
<style>
span { border-color: #C4CDAC; }
span { border-color: rgb(196,205,172); }
td.TdClassName
{
border-color: #C4CDAC;
}
.TagClassName
{
border-color: #C4CDAC;
}
</style>