Shades of Pale Leaf #C0CCA5
Tints of Pale Leaf #C0CCA5
RGB
CMYK
RGB Variations
Color information
#C0CCA5 (or 0xC0CCA5) is known color: Pale Leaf. HEX triplet: C0, CC and A5. RGB value is (192,204,165). Sum of RGB (Red+Green+Blue) = 192+204+165=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA5 is #3F335A. Grayscale: #C4C4C4. Windows color (decimal): -4141915 or 10865856. OLE color: 10865856.
HSL color Cylindrical-coordinate representation of color #C0CCA5: hue angle of 78.46º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CCA5 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 165 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.2 |
| HSL | 78.46º | 0.28% | 0.72% | - |
| HSV(B) | 78.46º | 0.19% | 0.8% | - |
| XYZ | 50.12 | 57.11 | 43.98 | - |
| YUV | 195.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 165 | 0.06 | 0 | 0.19 | 0.2 | 78.46 | 0.28 | 0.72 |
| Hex | C0 | CC | A5 | 6 | 0 | 13 | 14 | 4E | 1C | 48 |
| Octal | 300 | 314 | 245 | 6 | 0 | 23 | 24 | 116 | 34 | 110 |
| Binary | 11000000 | 11001100 | 10100101 | 110 | 0 | 10011 | 10100 | 1001110 | 11100 | 1001000 |
Color Harmonies of #C0CCA5
Complementary color
Monochromatic Colors of #C0CCA5
Black with #C0CCA5
Text Example
Text Example
White with #C0CCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CCA5; }
p { color: rgb(192,204,165); }
H1.HeaderClassName
{
color: #C0CCA5;
}
.AnyTagClassName
{
color: #C0CCA5;
}
</style>
background-color css
<style>
a { background-color: #C0CCA5; }
a { background-color: rgb(192,204,165); }
div.DivClassName
{
background-color: #C0CCA5;
}
.BgClassName
{
background-color: #C0CCA5;
}
</style>
border-color css
<style>
span { border-color: #C0CCA5; }
span { border-color: rgb(192,204,165); }
td.TdClassName
{
border-color: #C0CCA5;
}
.TagClassName
{
border-color: #C0CCA5;
}
</style>