Shades of Melanie #C8B2B9
Tints of Melanie #C8B2B9
RGB
CMYK
RGB Variations
Color information
#C8B2B9 (or 0xC8B2B9) is known color: Melanie. HEX triplet: C8, B2 and B9. RGB value is (200,178,185). Sum of RGB (Red+Green+Blue) = 200+178+185=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 178 (69.92% from 255 or 31.62% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B2B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B2B9 is #374D46. Grayscale: #B9B9B9. Windows color (decimal): -3624263 or 12169928. OLE color: 12169928.
HSL color Cylindrical-coordinate representation of color #C8B2B9: hue angle of 340.91º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8B2B9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 178 | 185 | - |
CMYK | 0 | 0.11 | 0.08 | 0.22 |
HSL | 340.91º | 0.17% | 0.74% | - |
HSV(B) | 340.91º | 0.11% | 0.78% | - |
XYZ | 48.5 | 47.62 | 52.54 | - |
YUV | 185.38 | 127.79 | 138.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 178 | 185 | 0 | 0.11 | 0.08 | 0.22 | 340.91 | 0.17 | 0.74 |
Hex | C8 | B2 | B9 | 0 | B | 8 | 16 | 155 | 11 | 4A |
Octal | 310 | 262 | 271 | 0 | 13 | 10 | 26 | 525 | 21 | 112 |
Binary | 11001000 | 10110010 | 10111001 | 0 | 1011 | 1000 | 10110 | 101010101 | 10001 | 1001010 |
Color Harmonies of #C8B2B9
Complementary color
Monochromatic Colors of #C8B2B9
Black with #C8B2B9
Text Example
Text Example
White with #C8B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2B9; }
p { color: rgb(200,178,185); }
H1.HeaderClassName
{
color: #C8B2B9;
}
.AnyTagClassName
{
color: #C8B2B9;
}
</style>
background-color css
<style>
a { background-color: #C8B2B9; }
a { background-color: rgb(200,178,185); }
div.DivClassName
{
background-color: #C8B2B9;
}
.BgClassName
{
background-color: #C8B2B9;
}
</style>
border-color css
<style>
span { border-color: #C8B2B9; }
span { border-color: rgb(200,178,185); }
td.TdClassName
{
border-color: #C8B2B9;
}
.TagClassName
{
border-color: #C8B2B9;
}
</style>