Shades of Pale Leaf #C1CDA0
Tints of Pale Leaf #C1CDA0
RGB
CMYK
RGB Variations
Color information
#C1CDA0 (or 0xC1CDA0) is known color: Pale Leaf. HEX triplet: C1, CD and A0. RGB value is (193,205,160). Sum of RGB (Red+Green+Blue) = 193+205+160=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDA0 is #3E325F. Grayscale: #C4C4C4. Windows color (decimal): -4076128 or 10538433. OLE color: 10538433.
HSL color Cylindrical-coordinate representation of color #C1CDA0: hue angle of 76º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1CDA0 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 160 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.20 |
| HSL | 76º | 0.31% | 0.72% | - |
| HSV(B) | 76º | 0.22% | 0.8% | - |
| XYZ | 50.17 | 57.54 | 41.72 | - |
| YUV | 196.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 160 | 0.06 | 0 | 0.22 | 0.20 | 76 | 0.31 | 0.72 |
| Hex | C1 | CD | A0 | 6 | 0 | 16 | 14 | 4C | 1F | 48 |
| Octal | 301 | 315 | 240 | 6 | 0 | 26 | 24 | 114 | 37 | 110 |
| Binary | 11000001 | 11001101 | 10100000 | 110 | 0 | 10110 | 10100 | 1001100 | 11111 | 1001000 |
Color Harmonies of #C1CDA0
Complementary color
Monochromatic Colors of #C1CDA0
Black with #C1CDA0
Text Example
Text Example
White with #C1CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDA0; }
p { color: rgb(193,205,160); }
H1.HeaderClassName
{
color: #C1CDA0;
}
.AnyTagClassName
{
color: #C1CDA0;
}
</style>
background-color css
<style>
a { background-color: #C1CDA0; }
a { background-color: rgb(193,205,160); }
div.DivClassName
{
background-color: #C1CDA0;
}
.BgClassName
{
background-color: #C1CDA0;
}
</style>
border-color css
<style>
span { border-color: #C1CDA0; }
span { border-color: rgb(193,205,160); }
td.TdClassName
{
border-color: #C1CDA0;
}
.TagClassName
{
border-color: #C1CDA0;
}
</style>