Shades of Pale Leaf #C0CA9F
Tints of Pale Leaf #C0CA9F
RGB
CMYK
RGB Variations
Color information
#C0CA9F (or 0xC0CA9F) is known color: Pale Leaf. HEX triplet: C0, CA and 9F. RGB value is (192,202,159). Sum of RGB (Red+Green+Blue) = 192+202+159=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CA9F is #3F3560. Grayscale: #C2C2C2. Windows color (decimal): -4142433 or 10472128. OLE color: 10472128.
HSL color Cylindrical-coordinate representation of color #C0CA9F: hue angle of 73.95º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CA9F is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 159 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.21 |
| HSL | 73.95º | 0.29% | 0.71% | - |
| HSV(B) | 73.95º | 0.21% | 0.79% | - |
| XYZ | 49.12 | 55.95 | 41.01 | - |
| YUV | 194.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 159 | 0.05 | 0 | 0.21 | 0.21 | 73.95 | 0.29 | 0.71 |
| Hex | C0 | CA | 9F | 5 | 0 | 15 | 15 | 4A | 1D | 47 |
| Octal | 300 | 312 | 237 | 5 | 0 | 25 | 25 | 112 | 35 | 107 |
| Binary | 11000000 | 11001010 | 10011111 | 101 | 0 | 10101 | 10101 | 1001010 | 11101 | 1000111 |
Color Harmonies of #C0CA9F
Complementary color
Monochromatic Colors of #C0CA9F
Black with #C0CA9F
Text Example
Text Example
White with #C0CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CA9F; }
p { color: rgb(192,202,159); }
H1.HeaderClassName
{
color: #C0CA9F;
}
.AnyTagClassName
{
color: #C0CA9F;
}
</style>
background-color css
<style>
a { background-color: #C0CA9F; }
a { background-color: rgb(192,202,159); }
div.DivClassName
{
background-color: #C0CA9F;
}
.BgClassName
{
background-color: #C0CA9F;
}
</style>
border-color css
<style>
span { border-color: #C0CA9F; }
span { border-color: rgb(192,202,159); }
td.TdClassName
{
border-color: #C0CA9F;
}
.TagClassName
{
border-color: #C0CA9F;
}
</style>