Shades of Pale Leaf #C0CDA8
Tints of Pale Leaf #C0CDA8
RGB
CMYK
RGB Variations
Color information
#C0CDA8 (or 0xC0CDA8) is known color: Pale Leaf. HEX triplet: C0, CD and A8. RGB value is (192,205,168). Sum of RGB (Red+Green+Blue) = 192+205+168=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDA8 is #3F3257. Grayscale: #C5C5C5. Windows color (decimal): -4141656 or 11062720. OLE color: 11062720.
HSL color Cylindrical-coordinate representation of color #C0CDA8: hue angle of 81.08º degrees, saturation: 0.27, 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 #C0CDA8 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 168 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.20 |
| HSL | 81.08º | 0.27% | 0.73% | - |
| HSV(B) | 81.08º | 0.18% | 0.8% | - |
| XYZ | 50.64 | 57.7 | 45.51 | - |
| YUV | 196.9 | 111.69 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 168 | 0.06 | 0 | 0.18 | 0.20 | 81.08 | 0.27 | 0.73 |
| Hex | C0 | CD | A8 | 6 | 0 | 12 | 14 | 51 | 1B | 49 |
| Octal | 300 | 315 | 250 | 6 | 0 | 22 | 24 | 121 | 33 | 111 |
| Binary | 11000000 | 11001101 | 10101000 | 110 | 0 | 10010 | 10100 | 1010001 | 11011 | 1001001 |
Color Harmonies of #C0CDA8
Complementary color
Monochromatic Colors of #C0CDA8
Black with #C0CDA8
Text Example
Text Example
White with #C0CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDA8; }
p { color: rgb(192,205,168); }
H1.HeaderClassName
{
color: #C0CDA8;
}
.AnyTagClassName
{
color: #C0CDA8;
}
</style>
background-color css
<style>
a { background-color: #C0CDA8; }
a { background-color: rgb(192,205,168); }
div.DivClassName
{
background-color: #C0CDA8;
}
.BgClassName
{
background-color: #C0CDA8;
}
</style>
border-color css
<style>
span { border-color: #C0CDA8; }
span { border-color: rgb(192,205,168); }
td.TdClassName
{
border-color: #C0CDA8;
}
.TagClassName
{
border-color: #C0CDA8;
}
</style>