Shades of Pale Leaf #C1D0A5
Tints of Pale Leaf #C1D0A5
RGB
CMYK
RGB Variations
Color information
#C1D0A5 (or 0xC1D0A5) is known color: Pale Leaf. HEX triplet: C1, D0 and A5. RGB value is (193,208,165). Sum of RGB (Red+Green+Blue) = 193+208+165=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D0A5 is #3E2F5A. Grayscale: #C6C6C6. Windows color (decimal): -4075355 or 10866881. OLE color: 10866881.
HSL color Cylindrical-coordinate representation of color #C1D0A5: hue angle of 80.93º 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 #C1D0A5 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 208 | 165 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.18 |
| HSL | 80.93º | 0.31% | 0.73% | - |
| HSV(B) | 80.93º | 0.21% | 0.82% | - |
| XYZ | 51.34 | 59.17 | 44.31 | - |
| YUV | 198.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 208 | 165 | 0.07 | 0 | 0.21 | 0.18 | 80.93 | 0.31 | 0.73 |
| Hex | C1 | D0 | A5 | 7 | 0 | 15 | 12 | 51 | 1F | 49 |
| Octal | 301 | 320 | 245 | 7 | 0 | 25 | 22 | 121 | 37 | 111 |
| Binary | 11000001 | 11010000 | 10100101 | 111 | 0 | 10101 | 10010 | 1010001 | 11111 | 1001001 |
Color Harmonies of #C1D0A5
Complementary color
Monochromatic Colors of #C1D0A5
Black with #C1D0A5
Text Example
Text Example
White with #C1D0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D0A5; }
p { color: rgb(193,208,165); }
H1.HeaderClassName
{
color: #C1D0A5;
}
.AnyTagClassName
{
color: #C1D0A5;
}
</style>
background-color css
<style>
a { background-color: #C1D0A5; }
a { background-color: rgb(193,208,165); }
div.DivClassName
{
background-color: #C1D0A5;
}
.BgClassName
{
background-color: #C1D0A5;
}
</style>
border-color css
<style>
span { border-color: #C1D0A5; }
span { border-color: rgb(193,208,165); }
td.TdClassName
{
border-color: #C1D0A5;
}
.TagClassName
{
border-color: #C1D0A5;
}
</style>