Shades of Madang #C0DDAC
Tints of Madang #C0DDAC
RGB
CMYK
RGB Variations
Color information
#C0DDAC (or 0xC0DDAC) is known color: Madang. HEX triplet: C0, DD and AC. RGB value is (192,221,172). Sum of RGB (Red+Green+Blue) = 192+221+172=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DDAC is #3F2253. Grayscale: #CECECE. Windows color (decimal): -4137556 or 11328960. OLE color: 11328960.
HSL color Cylindrical-coordinate representation of color #C0DDAC: hue angle of 95.51º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0DDAC is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 172 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.13 |
| HSL | 95.51º | 0.42% | 0.77% | - |
| HSV(B) | 95.51º | 0.22% | 0.87% | - |
| XYZ | 55.04 | 65.9 | 48.85 | - |
| YUV | 206.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 172 | 0.13 | 0 | 0.22 | 0.13 | 95.51 | 0.42 | 0.77 |
| Hex | C0 | DD | AC | D | 0 | 16 | D | 60 | 2A | 4D |
| Octal | 300 | 335 | 254 | 15 | 0 | 26 | 15 | 140 | 52 | 115 |
| Binary | 11000000 | 11011101 | 10101100 | 1101 | 0 | 10110 | 1101 | 1100000 | 101010 | 1001101 |
Color Harmonies of #C0DDAC
Complementary color
Monochromatic Colors of #C0DDAC
Black with #C0DDAC
Text Example
Text Example
White with #C0DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDAC; }
p { color: rgb(192,221,172); }
H1.HeaderClassName
{
color: #C0DDAC;
}
.AnyTagClassName
{
color: #C0DDAC;
}
</style>
background-color css
<style>
a { background-color: #C0DDAC; }
a { background-color: rgb(192,221,172); }
div.DivClassName
{
background-color: #C0DDAC;
}
.BgClassName
{
background-color: #C0DDAC;
}
</style>
border-color css
<style>
span { border-color: #C0DDAC; }
span { border-color: rgb(192,221,172); }
td.TdClassName
{
border-color: #C0DDAC;
}
.TagClassName
{
border-color: #C0DDAC;
}
</style>