Shades of Pale Leaf #C5CDA6
Tints of Pale Leaf #C5CDA6
RGB
CMYK
RGB Variations
Color information
#C5CDA6 (or 0xC5CDA6) is known color: Pale Leaf. HEX triplet: C5, CD and A6. RGB value is (197,205,166). Sum of RGB (Red+Green+Blue) = 197+205+166=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CDA6 is #3A3259. Grayscale: #C6C6C6. Windows color (decimal): -3813978 or 10931653. OLE color: 10931653.
HSL color Cylindrical-coordinate representation of color #C5CDA6: hue angle of 72.31º 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 #C5CDA6 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 205 | 166 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.20 |
| HSL | 72.31º | 0.28% | 0.73% | - |
| HSV(B) | 72.31º | 0.19% | 0.8% | - |
| XYZ | 51.74 | 58.29 | 44.6 | - |
| YUV | 198.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 205 | 166 | 0.04 | 0 | 0.19 | 0.20 | 72.31 | 0.28 | 0.73 |
| Hex | C5 | CD | A6 | 4 | 0 | 13 | 14 | 48 | 1C | 49 |
| Octal | 305 | 315 | 246 | 4 | 0 | 23 | 24 | 110 | 34 | 111 |
| Binary | 11000101 | 11001101 | 10100110 | 100 | 0 | 10011 | 10100 | 1001000 | 11100 | 1001001 |
Color Harmonies of #C5CDA6
Complementary color
Monochromatic Colors of #C5CDA6
Black with #C5CDA6
Text Example
Text Example
White with #C5CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CDA6; }
p { color: rgb(197,205,166); }
H1.HeaderClassName
{
color: #C5CDA6;
}
.AnyTagClassName
{
color: #C5CDA6;
}
</style>
background-color css
<style>
a { background-color: #C5CDA6; }
a { background-color: rgb(197,205,166); }
div.DivClassName
{
background-color: #C5CDA6;
}
.BgClassName
{
background-color: #C5CDA6;
}
</style>
border-color css
<style>
span { border-color: #C5CDA6; }
span { border-color: rgb(197,205,166); }
td.TdClassName
{
border-color: #C5CDA6;
}
.TagClassName
{
border-color: #C5CDA6;
}
</style>