Shades of Pale Leaf #C0CEB0
Tints of Pale Leaf #C0CEB0
RGB
CMYK
RGB Variations
Color information
#C0CEB0 (or 0xC0CEB0) is known color: Pale Leaf. HEX triplet: C0, CE and B0. RGB value is (192,206,176). Sum of RGB (Red+Green+Blue) = 192+206+176=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEB0 is #3F314F. Grayscale: #C6C6C6. Windows color (decimal): -4141392 or 11587264. OLE color: 11587264.
HSL color Cylindrical-coordinate representation of color #C0CEB0: hue angle of 88º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CEB0 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 206 | 176 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.19 |
| HSL | 88º | 0.23% | 0.75% | - |
| HSV(B) | 88º | 0.15% | 0.81% | - |
| XYZ | 51.65 | 58.48 | 49.64 | - |
| YUV | 198.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 206 | 176 | 0.07 | 0 | 0.15 | 0.19 | 88 | 0.23 | 0.75 |
| Hex | C0 | CE | B0 | 7 | 0 | F | 13 | 58 | 17 | 4B |
| Octal | 300 | 316 | 260 | 7 | 0 | 17 | 23 | 130 | 27 | 113 |
| Binary | 11000000 | 11001110 | 10110000 | 111 | 0 | 1111 | 10011 | 1011000 | 10111 | 1001011 |
Color Harmonies of #C0CEB0
Complementary color
Monochromatic Colors of #C0CEB0
Black with #C0CEB0
Text Example
Text Example
White with #C0CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CEB0; }
p { color: rgb(192,206,176); }
H1.HeaderClassName
{
color: #C0CEB0;
}
.AnyTagClassName
{
color: #C0CEB0;
}
</style>
background-color css
<style>
a { background-color: #C0CEB0; }
a { background-color: rgb(192,206,176); }
div.DivClassName
{
background-color: #C0CEB0;
}
.BgClassName
{
background-color: #C0CEB0;
}
</style>
border-color css
<style>
span { border-color: #C0CEB0; }
span { border-color: rgb(192,206,176); }
td.TdClassName
{
border-color: #C0CEB0;
}
.TagClassName
{
border-color: #C0CEB0;
}
</style>