Shades of Madang #C0DEB0
Tints of Madang #C0DEB0
RGB
CMYK
RGB Variations
Color information
#C0DEB0 (or 0xC0DEB0) is known color: Madang. HEX triplet: C0, DE and B0. RGB value is (192,222,176). Sum of RGB (Red+Green+Blue) = 192+222+176=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEB0 is #3F214F. Grayscale: #CFCFCF. Windows color (decimal): -4137296 or 11591360. OLE color: 11591360.
HSL color Cylindrical-coordinate representation of color #C0DEB0: hue angle of 99.13º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DEB0 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 176 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.13 |
| HSL | 99.13º | 0.41% | 0.78% | - |
| HSV(B) | 99.13º | 0.21% | 0.87% | - |
| XYZ | 55.7 | 66.58 | 50.99 | - |
| YUV | 207.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 176 | 0.14 | 0 | 0.21 | 0.13 | 99.13 | 0.41 | 0.78 |
| Hex | C0 | DE | B0 | E | 0 | 15 | D | 63 | 29 | 4E |
| Octal | 300 | 336 | 260 | 16 | 0 | 25 | 15 | 143 | 51 | 116 |
| Binary | 11000000 | 11011110 | 10110000 | 1110 | 0 | 10101 | 1101 | 1100011 | 101001 | 1001110 |
Color Harmonies of #C0DEB0
Complementary color
Monochromatic Colors of #C0DEB0
Black with #C0DEB0
Text Example
Text Example
White with #C0DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEB0; }
p { color: rgb(192,222,176); }
H1.HeaderClassName
{
color: #C0DEB0;
}
.AnyTagClassName
{
color: #C0DEB0;
}
</style>
background-color css
<style>
a { background-color: #C0DEB0; }
a { background-color: rgb(192,222,176); }
div.DivClassName
{
background-color: #C0DEB0;
}
.BgClassName
{
background-color: #C0DEB0;
}
</style>
border-color css
<style>
span { border-color: #C0DEB0; }
span { border-color: rgb(192,222,176); }
td.TdClassName
{
border-color: #C0DEB0;
}
.TagClassName
{
border-color: #C0DEB0;
}
</style>