Shades of Melanie #C8BDC0
Tints of Melanie #C8BDC0
RGB
CMYK
RGB Variations
Color information
#C8BDC0 (or 0xC8BDC0) is known color: Melanie. HEX triplet: C8, BD and C0. RGB value is (200,189,192). Sum of RGB (Red+Green+Blue) = 200+189+192=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDC0 is #37423F. Grayscale: #C0C0C0. Windows color (decimal): -3621440 or 12631496. OLE color: 12631496.
HSL color Cylindrical-coordinate representation of color #C8BDC0: hue angle of 343.64º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8BDC0 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 192 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.22 |
| HSL | 343.64º | 0.09% | 0.76% | - |
| HSV(B) | 343.64º | 0.06% | 0.78% | - |
| XYZ | 51.53 | 52.48 | 57.28 | - |
| YUV | 192.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 192 | 0 | 0.06 | 0.04 | 0.22 | 343.64 | 0.09 | 0.76 |
| Hex | C8 | BD | C0 | 0 | 6 | 4 | 16 | 158 | 9 | 4C |
| Octal | 310 | 275 | 300 | 0 | 6 | 4 | 26 | 530 | 11 | 114 |
| Binary | 11001000 | 10111101 | 11000000 | 0 | 110 | 100 | 10110 | 101011000 | 1001 | 1001100 |
Color Harmonies of #C8BDC0
Complementary color
Monochromatic Colors of #C8BDC0
Black with #C8BDC0
Text Example
Text Example
White with #C8BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDC0; }
p { color: rgb(200,189,192); }
H1.HeaderClassName
{
color: #C8BDC0;
}
.AnyTagClassName
{
color: #C8BDC0;
}
</style>
background-color css
<style>
a { background-color: #C8BDC0; }
a { background-color: rgb(200,189,192); }
div.DivClassName
{
background-color: #C8BDC0;
}
.BgClassName
{
background-color: #C8BDC0;
}
</style>
border-color css
<style>
span { border-color: #C8BDC0; }
span { border-color: rgb(200,189,192); }
td.TdClassName
{
border-color: #C8BDC0;
}
.TagClassName
{
border-color: #C8BDC0;
}
</style>