Shades of Pale Leaf #C0CDA9
Tints of Pale Leaf #C0CDA9
RGB
CMYK
RGB Variations
Color information
#C0CDA9 (or 0xC0CDA9) is known color: Pale Leaf. HEX triplet: C0, CD and A9. RGB value is (192,205,169). Sum of RGB (Red+Green+Blue) = 192+205+169=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDA9 is #3F3256. Grayscale: #C5C5C5. Windows color (decimal): -4141655 or 11128256. OLE color: 11128256.
HSL color Cylindrical-coordinate representation of color #C0CDA9: hue angle of 81.67º 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 #C0CDA9 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 169 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.20 |
| HSL | 81.67º | 0.26% | 0.73% | - |
| HSV(B) | 81.67º | 0.18% | 0.8% | - |
| XYZ | 50.73 | 57.73 | 46.01 | - |
| YUV | 197.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 169 | 0.06 | 0 | 0.18 | 0.20 | 81.67 | 0.26 | 0.73 |
| Hex | C0 | CD | A9 | 6 | 0 | 12 | 14 | 52 | 1A | 49 |
| Octal | 300 | 315 | 251 | 6 | 0 | 22 | 24 | 122 | 32 | 111 |
| Binary | 11000000 | 11001101 | 10101001 | 110 | 0 | 10010 | 10100 | 1010010 | 11010 | 1001001 |
Color Harmonies of #C0CDA9
Complementary color
Monochromatic Colors of #C0CDA9
Black with #C0CDA9
Text Example
Text Example
White with #C0CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDA9; }
p { color: rgb(192,205,169); }
H1.HeaderClassName
{
color: #C0CDA9;
}
.AnyTagClassName
{
color: #C0CDA9;
}
</style>
background-color css
<style>
a { background-color: #C0CDA9; }
a { background-color: rgb(192,205,169); }
div.DivClassName
{
background-color: #C0CDA9;
}
.BgClassName
{
background-color: #C0CDA9;
}
</style>
border-color css
<style>
span { border-color: #C0CDA9; }
span { border-color: rgb(192,205,169); }
td.TdClassName
{
border-color: #C0CDA9;
}
.TagClassName
{
border-color: #C0CDA9;
}
</style>