Shades of Melanie #D7C0C5
Tints of Melanie #D7C0C5
RGB
CMYK
RGB Variations
Color information
#D7C0C5 (or 0xD7C0C5) is known color: Melanie. HEX triplet: D7, C0 and C5. RGB value is (215,192,197). Sum of RGB (Red+Green+Blue) = 215+192+197=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C0C5 is #283F3A. Grayscale: #C7C7C7. Windows color (decimal): -2637627 or 12959959. OLE color: 12959959.
HSL color Cylindrical-coordinate representation of color #D7C0C5: hue angle of 346.96º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7C0C5 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 197 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.16 |
| HSL | 346.96º | 0.22% | 0.8% | - |
| HSV(B) | 346.96º | 0.11% | 0.84% | - |
| XYZ | 56.95 | 56.18 | 60.66 | - |
| YUV | 199.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 197 | 0 | 0.11 | 0.08 | 0.16 | 346.96 | 0.22 | 0.8 |
| Hex | D7 | C0 | C5 | 0 | B | 8 | 10 | 15B | 16 | 50 |
| Octal | 327 | 300 | 305 | 0 | 13 | 10 | 20 | 533 | 26 | 120 |
| Binary | 11010111 | 11000000 | 11000101 | 0 | 1011 | 1000 | 10000 | 101011011 | 10110 | 1010000 |
Color Harmonies of #D7C0C5
Complementary color
Monochromatic Colors of #D7C0C5
Black with #D7C0C5
Text Example
Text Example
White with #D7C0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C0C5; }
p { color: rgb(215,192,197); }
H1.HeaderClassName
{
color: #D7C0C5;
}
.AnyTagClassName
{
color: #D7C0C5;
}
</style>
background-color css
<style>
a { background-color: #D7C0C5; }
a { background-color: rgb(215,192,197); }
div.DivClassName
{
background-color: #D7C0C5;
}
.BgClassName
{
background-color: #D7C0C5;
}
</style>
border-color css
<style>
span { border-color: #D7C0C5; }
span { border-color: rgb(215,192,197); }
td.TdClassName
{
border-color: #D7C0C5;
}
.TagClassName
{
border-color: #D7C0C5;
}
</style>