Shades of Madang #C0DBAF
Tints of Madang #C0DBAF
RGB
CMYK
RGB Variations
Color information
#C0DBAF (or 0xC0DBAF) is known color: Madang. HEX triplet: C0, DB and AF. RGB value is (192,219,175). Sum of RGB (Red+Green+Blue) = 192+219+175=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DBAF is #3F2450. Grayscale: #CECECE. Windows color (decimal): -4138065 or 11525056. OLE color: 11525056.
HSL color Cylindrical-coordinate representation of color #C0DBAF: hue angle of 96.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0DBAF is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 175 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.14 |
| HSL | 96.82º | 0.38% | 0.77% | - |
| HSV(B) | 96.82º | 0.2% | 0.86% | - |
| XYZ | 54.81 | 64.96 | 50.21 | - |
| YUV | 205.91 | 110.55 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 175 | 0.12 | 0 | 0.20 | 0.14 | 96.82 | 0.38 | 0.77 |
| Hex | C0 | DB | AF | C | 0 | 14 | E | 61 | 26 | 4D |
| Octal | 300 | 333 | 257 | 14 | 0 | 24 | 16 | 141 | 46 | 115 |
| Binary | 11000000 | 11011011 | 10101111 | 1100 | 0 | 10100 | 1110 | 1100001 | 100110 | 1001101 |
Color Harmonies of #C0DBAF
Complementary color
Monochromatic Colors of #C0DBAF
Black with #C0DBAF
Text Example
Text Example
White with #C0DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBAF; }
p { color: rgb(192,219,175); }
H1.HeaderClassName
{
color: #C0DBAF;
}
.AnyTagClassName
{
color: #C0DBAF;
}
</style>
background-color css
<style>
a { background-color: #C0DBAF; }
a { background-color: rgb(192,219,175); }
div.DivClassName
{
background-color: #C0DBAF;
}
.BgClassName
{
background-color: #C0DBAF;
}
</style>
border-color css
<style>
span { border-color: #C0DBAF; }
span { border-color: rgb(192,219,175); }
td.TdClassName
{
border-color: #C0DBAF;
}
.TagClassName
{
border-color: #C0DBAF;
}
</style>