Shades of Pale Leaf #C0CCAA
Tints of Pale Leaf #C0CCAA
RGB
CMYK
RGB Variations
Color information
#C0CCAA (or 0xC0CCAA) is known color: Pale Leaf. HEX triplet: C0, CC and AA. RGB value is (192,204,170). Sum of RGB (Red+Green+Blue) = 192+204+170=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAA is #3F3355. Grayscale: #C4C4C4. Windows color (decimal): -4141910 or 11193536. OLE color: 11193536.
HSL color Cylindrical-coordinate representation of color #C0CCAA: hue angle of 81.18º degrees, saturation: 0.25, 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 #C0CCAA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 192 | 204 | 170 | - |
CMYK | 0.06 | 0 | 0.17 | 0.2 |
HSL | 81.18º | 0.25% | 0.73% | - |
HSV(B) | 81.18º | 0.17% | 0.8% | - |
XYZ | 50.59 | 57.29 | 46.42 | - |
YUV | 196.54 | 113.02 | 124.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 204 | 170 | 0.06 | 0 | 0.17 | 0.2 | 81.18 | 0.25 | 0.73 |
Hex | C0 | CC | AA | 6 | 0 | 11 | 14 | 51 | 19 | 49 |
Octal | 300 | 314 | 252 | 6 | 0 | 21 | 24 | 121 | 31 | 111 |
Binary | 11000000 | 11001100 | 10101010 | 110 | 0 | 10001 | 10100 | 1010001 | 11001 | 1001001 |
Color Harmonies of #C0CCAA
Complementary color
Monochromatic Colors of #C0CCAA
Black with #C0CCAA
Text Example
Text Example
White with #C0CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCAA; }
p { color: rgb(192,204,170); }
H1.HeaderClassName
{
color: #C0CCAA;
}
.AnyTagClassName
{
color: #C0CCAA;
}
</style>
background-color css
<style>
a { background-color: #C0CCAA; }
a { background-color: rgb(192,204,170); }
div.DivClassName
{
background-color: #C0CCAA;
}
.BgClassName
{
background-color: #C0CCAA;
}
</style>
border-color css
<style>
span { border-color: #C0CCAA; }
span { border-color: rgb(192,204,170); }
td.TdClassName
{
border-color: #C0CCAA;
}
.TagClassName
{
border-color: #C0CCAA;
}
</style>