Shades of Madang #C0DEB1
Tints of Madang #C0DEB1
RGB
CMYK
RGB Variations
Color information
#C0DEB1 (or 0xC0DEB1) is known color: Madang. HEX triplet: C0, DE and B1. RGB value is (192,222,177). Sum of RGB (Red+Green+Blue) = 192+222+177=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DEB1 is #3F214E. Grayscale: #D0D0D0. Windows color (decimal): -4137295 or 11656896. OLE color: 11656896.
HSL color Cylindrical-coordinate representation of color #C0DEB1: hue angle of 100º degrees, saturation: 0.41, 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 #C0DEB1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 177 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.13 |
| HSL | 100º | 0.41% | 0.78% | - |
| HSV(B) | 100º | 0.2% | 0.87% | - |
| XYZ | 55.8 | 66.62 | 51.51 | - |
| YUV | 207.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 177 | 0.14 | 0 | 0.20 | 0.13 | 100 | 0.41 | 0.78 |
| Hex | C0 | DE | B1 | E | 0 | 14 | D | 64 | 29 | 4E |
| Octal | 300 | 336 | 261 | 16 | 0 | 24 | 15 | 144 | 51 | 116 |
| Binary | 11000000 | 11011110 | 10110001 | 1110 | 0 | 10100 | 1101 | 1100100 | 101001 | 1001110 |
Color Harmonies of #C0DEB1
Complementary color
Monochromatic Colors of #C0DEB1
Black with #C0DEB1
Text Example
Text Example
White with #C0DEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEB1; }
p { color: rgb(192,222,177); }
H1.HeaderClassName
{
color: #C0DEB1;
}
.AnyTagClassName
{
color: #C0DEB1;
}
</style>
background-color css
<style>
a { background-color: #C0DEB1; }
a { background-color: rgb(192,222,177); }
div.DivClassName
{
background-color: #C0DEB1;
}
.BgClassName
{
background-color: #C0DEB1;
}
</style>
border-color css
<style>
span { border-color: #C0DEB1; }
span { border-color: rgb(192,222,177); }
td.TdClassName
{
border-color: #C0DEB1;
}
.TagClassName
{
border-color: #C0DEB1;
}
</style>