Shades of Pale Leaf #C0CCA9
Tints of Pale Leaf #C0CCA9
RGB
CMYK
RGB Variations
Color information
#C0CCA9 (or 0xC0CCA9) is known color: Pale Leaf. HEX triplet: C0, CC and A9. RGB value is (192,204,169). Sum of RGB (Red+Green+Blue) = 192+204+169=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 169 (66.41% from 255 or 29.91% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA9 is #3F3356. Grayscale: #C4C4C4. Windows color (decimal): -4141911 or 11128000. OLE color: 11128000.
HSL color Cylindrical-coordinate representation of color #C0CCA9: hue angle of 80.57º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0CCA9 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 169 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.2 |
| HSL | 80.57º | 0.26% | 0.73% | - |
| HSV(B) | 80.57º | 0.17% | 0.8% | - |
| XYZ | 50.49 | 57.26 | 45.93 | - |
| YUV | 196.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 169 | 0.06 | 0 | 0.17 | 0.2 | 80.57 | 0.26 | 0.73 |
| Hex | C0 | CC | A9 | 6 | 0 | 11 | 14 | 51 | 1A | 49 |
| Octal | 300 | 314 | 251 | 6 | 0 | 21 | 24 | 121 | 32 | 111 |
| Binary | 11000000 | 11001100 | 10101001 | 110 | 0 | 10001 | 10100 | 1010001 | 11010 | 1001001 |
Color Harmonies of #C0CCA9
Complementary color
Monochromatic Colors of #C0CCA9
Black with #C0CCA9
Text Example
Text Example
White with #C0CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCA9; }
p { color: rgb(192,204,169); }
H1.HeaderClassName
{
color: #C0CCA9;
}
.AnyTagClassName
{
color: #C0CCA9;
}
</style>
background-color css
<style>
a { background-color: #C0CCA9; }
a { background-color: rgb(192,204,169); }
div.DivClassName
{
background-color: #C0CCA9;
}
.BgClassName
{
background-color: #C0CCA9;
}
</style>
border-color css
<style>
span { border-color: #C0CCA9; }
span { border-color: rgb(192,204,169); }
td.TdClassName
{
border-color: #C0CCA9;
}
.TagClassName
{
border-color: #C0CCA9;
}
</style>