Shades of Pale Leaf #C0CDB0
Tints of Pale Leaf #C0CDB0
RGB
CMYK
RGB Variations
Color information
#C0CDB0 (or 0xC0CDB0) is known color: Pale Leaf. HEX triplet: C0, CD and B0. RGB value is (192,205,176). Sum of RGB (Red+Green+Blue) = 192+205+176=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDB0 is #3F324F. Grayscale: #C5C5C5. Windows color (decimal): -4141648 or 11587008. OLE color: 11587008.
HSL color Cylindrical-coordinate representation of color #C0CDB0: hue angle of 86.9º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0CDB0 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 176 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.20 |
| HSL | 86.9º | 0.22% | 0.75% | - |
| HSV(B) | 86.9º | 0.14% | 0.8% | - |
| XYZ | 51.41 | 58 | 49.56 | - |
| YUV | 197.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 176 | 0.06 | 0 | 0.14 | 0.20 | 86.9 | 0.22 | 0.75 |
| Hex | C0 | CD | B0 | 6 | 0 | E | 14 | 57 | 16 | 4B |
| Octal | 300 | 315 | 260 | 6 | 0 | 16 | 24 | 127 | 26 | 113 |
| Binary | 11000000 | 11001101 | 10110000 | 110 | 0 | 1110 | 10100 | 1010111 | 10110 | 1001011 |
Color Harmonies of #C0CDB0
Complementary color
Monochromatic Colors of #C0CDB0
Black with #C0CDB0
Text Example
Text Example
White with #C0CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CDB0; }
p { color: rgb(192,205,176); }
H1.HeaderClassName
{
color: #C0CDB0;
}
.AnyTagClassName
{
color: #C0CDB0;
}
</style>
background-color css
<style>
a { background-color: #C0CDB0; }
a { background-color: rgb(192,205,176); }
div.DivClassName
{
background-color: #C0CDB0;
}
.BgClassName
{
background-color: #C0CDB0;
}
</style>
border-color css
<style>
span { border-color: #C0CDB0; }
span { border-color: rgb(192,205,176); }
td.TdClassName
{
border-color: #C0CDB0;
}
.TagClassName
{
border-color: #C0CDB0;
}
</style>