Shades of Pale Leaf #C5D0A5
Tints of Pale Leaf #C5D0A5
RGB
CMYK
RGB Variations
Color information
#C5D0A5 (or 0xC5D0A5) is known color: Pale Leaf. HEX triplet: C5, D0 and A5. RGB value is (197,208,165). Sum of RGB (Red+Green+Blue) = 197+208+165=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D0A5 is #3A2F5A. Grayscale: #C7C7C7. Windows color (decimal): -3813211 or 10866885. OLE color: 10866885.
HSL color Cylindrical-coordinate representation of color #C5D0A5: hue angle of 75.35º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5D0A5 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 165 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.18 |
| HSL | 75.35º | 0.31% | 0.73% | - |
| HSV(B) | 75.35º | 0.21% | 0.82% | - |
| XYZ | 52.37 | 59.7 | 44.36 | - |
| YUV | 199.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 165 | 0.05 | 0 | 0.21 | 0.18 | 75.35 | 0.31 | 0.73 |
| Hex | C5 | D0 | A5 | 5 | 0 | 15 | 12 | 4B | 1F | 49 |
| Octal | 305 | 320 | 245 | 5 | 0 | 25 | 22 | 113 | 37 | 111 |
| Binary | 11000101 | 11010000 | 10100101 | 101 | 0 | 10101 | 10010 | 1001011 | 11111 | 1001001 |
Color Harmonies of #C5D0A5
Complementary color
Monochromatic Colors of #C5D0A5
Black with #C5D0A5
Text Example
Text Example
White with #C5D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D0A5; }
p { color: rgb(197,208,165); }
H1.HeaderClassName
{
color: #C5D0A5;
}
.AnyTagClassName
{
color: #C5D0A5;
}
</style>
background-color css
<style>
a { background-color: #C5D0A5; }
a { background-color: rgb(197,208,165); }
div.DivClassName
{
background-color: #C5D0A5;
}
.BgClassName
{
background-color: #C5D0A5;
}
</style>
border-color css
<style>
span { border-color: #C5D0A5; }
span { border-color: rgb(197,208,165); }
td.TdClassName
{
border-color: #C5D0A5;
}
.TagClassName
{
border-color: #C5D0A5;
}
</style>