Shades of Madang #C2DCAF
Tints of Madang #C2DCAF
RGB
CMYK
RGB Variations
Color information
#C2DCAF (or 0xC2DCAF) is known color: Madang. HEX triplet: C2, DC and AF. RGB value is (194,220,175). Sum of RGB (Red+Green+Blue) = 194+220+175=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCAF is #3D2350. Grayscale: #CFCFCF. Windows color (decimal): -4006737 or 11525314. OLE color: 11525314.
HSL color Cylindrical-coordinate representation of color #C2DCAF: hue angle of 94.67º degrees, saturation: 0.39, 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 #C2DCAF is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 175 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.14 |
| HSL | 94.67º | 0.39% | 0.77% | - |
| HSV(B) | 94.67º | 0.2% | 0.86% | - |
| XYZ | 55.58 | 65.75 | 50.32 | - |
| YUV | 207.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 175 | 0.12 | 0 | 0.20 | 0.14 | 94.67 | 0.39 | 0.77 |
| Hex | C2 | DC | AF | C | 0 | 14 | E | 5F | 27 | 4D |
| Octal | 302 | 334 | 257 | 14 | 0 | 24 | 16 | 137 | 47 | 115 |
| Binary | 11000010 | 11011100 | 10101111 | 1100 | 0 | 10100 | 1110 | 1011111 | 100111 | 1001101 |
Color Harmonies of #C2DCAF
Complementary color
Monochromatic Colors of #C2DCAF
Black with #C2DCAF
Text Example
Text Example
White with #C2DCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCAF; }
p { color: rgb(194,220,175); }
H1.HeaderClassName
{
color: #C2DCAF;
}
.AnyTagClassName
{
color: #C2DCAF;
}
</style>
background-color css
<style>
a { background-color: #C2DCAF; }
a { background-color: rgb(194,220,175); }
div.DivClassName
{
background-color: #C2DCAF;
}
.BgClassName
{
background-color: #C2DCAF;
}
</style>
border-color css
<style>
span { border-color: #C2DCAF; }
span { border-color: rgb(194,220,175); }
td.TdClassName
{
border-color: #C2DCAF;
}
.TagClassName
{
border-color: #C2DCAF;
}
</style>