Shades of Madang #C0DCAE
Tints of Madang #C0DCAE
RGB
CMYK
RGB Variations
Color information
#C0DCAE (or 0xC0DCAE) is known color: Madang. HEX triplet: C0, DC and AE. RGB value is (192,220,174). Sum of RGB (Red+Green+Blue) = 192+220+174=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCAE is #3F2351. Grayscale: #CECECE. Windows color (decimal): -4137810 or 11459776. OLE color: 11459776.
HSL color Cylindrical-coordinate representation of color #C0DCAE: hue angle of 96.52º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0DCAE is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 174 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.14 |
| HSL | 96.52º | 0.4% | 0.77% | - |
| HSV(B) | 96.52º | 0.21% | 0.86% | - |
| XYZ | 54.97 | 65.45 | 49.78 | - |
| YUV | 206.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 174 | 0.13 | 0 | 0.21 | 0.14 | 96.52 | 0.4 | 0.77 |
| Hex | C0 | DC | AE | D | 0 | 15 | E | 61 | 28 | 4D |
| Octal | 300 | 334 | 256 | 15 | 0 | 25 | 16 | 141 | 50 | 115 |
| Binary | 11000000 | 11011100 | 10101110 | 1101 | 0 | 10101 | 1110 | 1100001 | 101000 | 1001101 |
Color Harmonies of #C0DCAE
Complementary color
Monochromatic Colors of #C0DCAE
Black with #C0DCAE
Text Example
Text Example
White with #C0DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCAE; }
p { color: rgb(192,220,174); }
H1.HeaderClassName
{
color: #C0DCAE;
}
.AnyTagClassName
{
color: #C0DCAE;
}
</style>
background-color css
<style>
a { background-color: #C0DCAE; }
a { background-color: rgb(192,220,174); }
div.DivClassName
{
background-color: #C0DCAE;
}
.BgClassName
{
background-color: #C0DCAE;
}
</style>
border-color css
<style>
span { border-color: #C0DCAE; }
span { border-color: rgb(192,220,174); }
td.TdClassName
{
border-color: #C0DCAE;
}
.TagClassName
{
border-color: #C0DCAE;
}
</style>