Shades of Pale Leaf #C0CEA4
Tints of Pale Leaf #C0CEA4
RGB
CMYK
RGB Variations
Color information
#C0CEA4 (or 0xC0CEA4) is known color: Pale Leaf. HEX triplet: C0, CE and A4. RGB value is (192,206,164). Sum of RGB (Red+Green+Blue) = 192+206+164=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEA4 is #3F315B. Grayscale: #C5C5C5. Windows color (decimal): -4141404 or 10800832. OLE color: 10800832.
HSL color Cylindrical-coordinate representation of color #C0CEA4: hue angle of 80º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0CEA4 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 164 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.19 |
| HSL | 80º | 0.3% | 0.73% | - |
| HSV(B) | 80º | 0.2% | 0.81% | - |
| XYZ | 50.51 | 58.03 | 43.66 | - |
| YUV | 197.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 164 | 0.07 | 0 | 0.20 | 0.19 | 80 | 0.3 | 0.73 |
| Hex | C0 | CE | A4 | 7 | 0 | 14 | 13 | 50 | 1E | 49 |
| Octal | 300 | 316 | 244 | 7 | 0 | 24 | 23 | 120 | 36 | 111 |
| Binary | 11000000 | 11001110 | 10100100 | 111 | 0 | 10100 | 10011 | 1010000 | 11110 | 1001001 |
Color Harmonies of #C0CEA4
Complementary color
Monochromatic Colors of #C0CEA4
Black with #C0CEA4
Text Example
Text Example
White with #C0CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEA4; }
p { color: rgb(192,206,164); }
H1.HeaderClassName
{
color: #C0CEA4;
}
.AnyTagClassName
{
color: #C0CEA4;
}
</style>
background-color css
<style>
a { background-color: #C0CEA4; }
a { background-color: rgb(192,206,164); }
div.DivClassName
{
background-color: #C0CEA4;
}
.BgClassName
{
background-color: #C0CEA4;
}
</style>
border-color css
<style>
span { border-color: #C0CEA4; }
span { border-color: rgb(192,206,164); }
td.TdClassName
{
border-color: #C0CEA4;
}
.TagClassName
{
border-color: #C0CEA4;
}
</style>