Shades of Pale Leaf #C5CDA7
Tints of Pale Leaf #C5CDA7
RGB
CMYK
RGB Variations
Color information
#C5CDA7 (or 0xC5CDA7) is known color: Pale Leaf. HEX triplet: C5, CD and A7. RGB value is (197,205,167). Sum of RGB (Red+Green+Blue) = 197+205+167=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDA7 is #3A3258. Grayscale: #C6C6C6. Windows color (decimal): -3813977 or 10997189. OLE color: 10997189.
HSL color Cylindrical-coordinate representation of color #C5CDA7: hue angle of 72.63º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CDA7 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
RGB | 197 | 205 | 167 | - |
CMYK | 0.04 | 0 | 0.19 | 0.20 |
HSL | 72.63º | 0.28% | 0.73% | - |
HSV(B) | 72.63º | 0.19% | 0.8% | - |
XYZ | 51.83 | 58.32 | 45.08 | - |
YUV | 198.28 | 110.35 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 205 | 167 | 0.04 | 0 | 0.19 | 0.20 | 72.63 | 0.28 | 0.73 |
Hex | C5 | CD | A7 | 4 | 0 | 13 | 14 | 49 | 1C | 49 |
Octal | 305 | 315 | 247 | 4 | 0 | 23 | 24 | 111 | 34 | 111 |
Binary | 11000101 | 11001101 | 10100111 | 100 | 0 | 10011 | 10100 | 1001001 | 11100 | 1001001 |
Color Harmonies of #C5CDA7
Complementary color
Monochromatic Colors of #C5CDA7
Black with #C5CDA7
Text Example
Text Example
White with #C5CDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDA7; }
p { color: rgb(197,205,167); }
H1.HeaderClassName
{
color: #C5CDA7;
}
.AnyTagClassName
{
color: #C5CDA7;
}
</style>
background-color css
<style>
a { background-color: #C5CDA7; }
a { background-color: rgb(197,205,167); }
div.DivClassName
{
background-color: #C5CDA7;
}
.BgClassName
{
background-color: #C5CDA7;
}
</style>
border-color css
<style>
span { border-color: #C5CDA7; }
span { border-color: rgb(197,205,167); }
td.TdClassName
{
border-color: #C5CDA7;
}
.TagClassName
{
border-color: #C5CDA7;
}
</style>