Shades of Pale Leaf #C1CDA9
Tints of Pale Leaf #C1CDA9
RGB
CMYK
RGB Variations
Color information
#C1CDA9 (or 0xC1CDA9) is known color: Pale Leaf. HEX triplet: C1, CD and A9. RGB value is (193,205,169). Sum of RGB (Red+Green+Blue) = 193+205+169=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CDA9 is #3E3256. Grayscale: #C5C5C5. Windows color (decimal): -4076119 or 11128257. OLE color: 11128257.
HSL color Cylindrical-coordinate representation of color #C1CDA9: hue angle of 80º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 169 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.20 |
| HSL | 80º | 0.26% | 0.73% | - |
| HSV(B) | 80º | 0.18% | 0.8% | - |
| XYZ | 50.99 | 57.86 | 46.02 | - |
| YUV | 197.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 169 | 0.06 | 0 | 0.18 | 0.20 | 80 | 0.26 | 0.73 |
| Hex | C1 | CD | A9 | 6 | 0 | 12 | 14 | 50 | 1A | 49 |
| Octal | 301 | 315 | 251 | 6 | 0 | 22 | 24 | 120 | 32 | 111 |
| Binary | 11000001 | 11001101 | 10101001 | 110 | 0 | 10010 | 10100 | 1010000 | 11010 | 1001001 |
Color Harmonies of #C1CDA9
Complementary color
Monochromatic Colors of #C1CDA9
Black with #C1CDA9
Text Example
Text Example
White with #C1CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDA9; }
p { color: rgb(193,205,169); }
H1.HeaderClassName
{
color: #C1CDA9;
}
.AnyTagClassName
{
color: #C1CDA9;
}
</style>
background-color css
<style>
a { background-color: #C1CDA9; }
a { background-color: rgb(193,205,169); }
div.DivClassName
{
background-color: #C1CDA9;
}
.BgClassName
{
background-color: #C1CDA9;
}
</style>
border-color css
<style>
span { border-color: #C1CDA9; }
span { border-color: rgb(193,205,169); }
td.TdClassName
{
border-color: #C1CDA9;
}
.TagClassName
{
border-color: #C1CDA9;
}
</style>