Shades of Pale Leaf #C5CDAC
Tints of Pale Leaf #C5CDAC
RGB
CMYK
RGB Variations
Color information
#C5CDAC (or 0xC5CDAC) is known color: Pale Leaf. HEX triplet: C5, CD and AC. RGB value is (197,205,172). Sum of RGB (Red+Green+Blue) = 197+205+172=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 172 (67.58% from 255 or 29.97% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDAC is #3A3253. Grayscale: #C6C6C6. Windows color (decimal): -3813972 or 11324869. OLE color: 11324869.
HSL color Cylindrical-coordinate representation of color #C5CDAC: hue angle of 74.55º 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 #C5CDAC is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 172 | - |
CMYK | 0.04 | 0 | 0.16 | 0.20 |
HSL | 74.55º | 0.25% | 0.74% | - |
HSV(B) | 74.55º | 0.16% | 0.8% | - |
XYZ | 52.3 | 58.51 | 47.57 | - |
YUV | 198.85 | 112.85 | 126.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 172 | 0.04 | 0 | 0.16 | 0.20 | 74.55 | 0.25 | 0.74 |
Hex | C5 | CD | AC | 4 | 0 | 10 | 14 | 4B | 19 | 4A |
Octal | 305 | 315 | 254 | 4 | 0 | 20 | 24 | 113 | 31 | 112 |
Binary | 11000101 | 11001101 | 10101100 | 100 | 0 | 10000 | 10100 | 1001011 | 11001 | 1001010 |
Color Harmonies of #C5CDAC
Complementary color
Monochromatic Colors of #C5CDAC
Black with #C5CDAC
Text Example
Text Example
White with #C5CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDAC; }
p { color: rgb(197,205,172); }
H1.HeaderClassName
{
color: #C5CDAC;
}
.AnyTagClassName
{
color: #C5CDAC;
}
</style>
background-color css
<style>
a { background-color: #C5CDAC; }
a { background-color: rgb(197,205,172); }
div.DivClassName
{
background-color: #C5CDAC;
}
.BgClassName
{
background-color: #C5CDAC;
}
</style>
border-color css
<style>
span { border-color: #C5CDAC; }
span { border-color: rgb(197,205,172); }
td.TdClassName
{
border-color: #C5CDAC;
}
.TagClassName
{
border-color: #C5CDAC;
}
</style>