Shades of Madang #C0DEB2
Tints of Madang #C0DEB2
RGB
CMYK
RGB Variations
Color information
#C0DEB2 (or 0xC0DEB2) is known color: Madang. HEX triplet: C0, DE and B2. RGB value is (192,222,178). Sum of RGB (Red+Green+Blue) = 192+222+178=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEB2 is #3F214D. Grayscale: #D0D0D0. Windows color (decimal): -4137294 or 11722432. OLE color: 11722432.
HSL color Cylindrical-coordinate representation of color #C0DEB2: hue angle of 100.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DEB2 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 178 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.13 |
| HSL | 100.91º | 0.4% | 0.78% | - |
| HSV(B) | 100.91º | 0.2% | 0.87% | - |
| XYZ | 55.9 | 66.66 | 52.04 | - |
| YUV | 208.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 178 | 0.14 | 0 | 0.20 | 0.13 | 100.91 | 0.4 | 0.78 |
| Hex | C0 | DE | B2 | E | 0 | 14 | D | 65 | 28 | 4E |
| Octal | 300 | 336 | 262 | 16 | 0 | 24 | 15 | 145 | 50 | 116 |
| Binary | 11000000 | 11011110 | 10110010 | 1110 | 0 | 10100 | 1101 | 1100101 | 101000 | 1001110 |
Color Harmonies of #C0DEB2
Complementary color
Monochromatic Colors of #C0DEB2
Black with #C0DEB2
Text Example
Text Example
White with #C0DEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEB2; }
p { color: rgb(192,222,178); }
H1.HeaderClassName
{
color: #C0DEB2;
}
.AnyTagClassName
{
color: #C0DEB2;
}
</style>
background-color css
<style>
a { background-color: #C0DEB2; }
a { background-color: rgb(192,222,178); }
div.DivClassName
{
background-color: #C0DEB2;
}
.BgClassName
{
background-color: #C0DEB2;
}
</style>
border-color css
<style>
span { border-color: #C0DEB2; }
span { border-color: rgb(192,222,178); }
td.TdClassName
{
border-color: #C0DEB2;
}
.TagClassName
{
border-color: #C0DEB2;
}
</style>