Shades of Pale Leaf #C0CAA5
Tints of Pale Leaf #C0CAA5
RGB
CMYK
RGB Variations
Color information
#C0CAA5 (or 0xC0CAA5) is known color: Pale Leaf. HEX triplet: C0, CA and A5. RGB value is (192,202,165). Sum of RGB (Red+Green+Blue) = 192+202+165=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAA5 is #3F355A. Grayscale: #C2C2C2. Windows color (decimal): -4142427 or 10865344. OLE color: 10865344.
HSL color Cylindrical-coordinate representation of color #C0CAA5: hue angle of 76.22º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0CAA5 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 202 | 165 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.21 |
| HSL | 76.22º | 0.26% | 0.72% | - |
| HSV(B) | 76.22º | 0.18% | 0.79% | - |
| XYZ | 49.65 | 56.16 | 43.82 | - |
| YUV | 194.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 202 | 165 | 0.05 | 0 | 0.18 | 0.21 | 76.22 | 0.26 | 0.72 |
| Hex | C0 | CA | A5 | 5 | 0 | 12 | 15 | 4C | 1A | 48 |
| Octal | 300 | 312 | 245 | 5 | 0 | 22 | 25 | 114 | 32 | 110 |
| Binary | 11000000 | 11001010 | 10100101 | 101 | 0 | 10010 | 10101 | 1001100 | 11010 | 1001000 |
Color Harmonies of #C0CAA5
Complementary color
Monochromatic Colors of #C0CAA5
Black with #C0CAA5
Text Example
Text Example
White with #C0CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CAA5; }
p { color: rgb(192,202,165); }
H1.HeaderClassName
{
color: #C0CAA5;
}
.AnyTagClassName
{
color: #C0CAA5;
}
</style>
background-color css
<style>
a { background-color: #C0CAA5; }
a { background-color: rgb(192,202,165); }
div.DivClassName
{
background-color: #C0CAA5;
}
.BgClassName
{
background-color: #C0CAA5;
}
</style>
border-color css
<style>
span { border-color: #C0CAA5; }
span { border-color: rgb(192,202,165); }
td.TdClassName
{
border-color: #C0CAA5;
}
.TagClassName
{
border-color: #C0CAA5;
}
</style>