Shades of Melanie #C8BFC1
Tints of Melanie #C8BFC1
RGB
CMYK
RGB Variations
Color information
#C8BFC1 (or 0xC8BFC1) is known color: Melanie. HEX triplet: C8, BF and C1. RGB value is (200,191,193). Sum of RGB (Red+Green+Blue) = 200+191+193=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFC1 is #37403E. Grayscale: #C1C1C1. Windows color (decimal): -3620927 or 12697544. OLE color: 12697544.
HSL color Cylindrical-coordinate representation of color #C8BFC1: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8BFC1 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 193 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.22 |
| HSL | 346.67º | 0.08% | 0.77% | - |
| HSV(B) | 346.67º | 0.05% | 0.78% | - |
| XYZ | 52.08 | 53.39 | 58.01 | - |
| YUV | 193.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 193 | 0 | 0.04 | 0.04 | 0.22 | 346.67 | 0.08 | 0.77 |
| Hex | C8 | BF | C1 | 0 | 4 | 4 | 16 | 15B | 8 | 4D |
| Octal | 310 | 277 | 301 | 0 | 4 | 4 | 26 | 533 | 10 | 115 |
| Binary | 11001000 | 10111111 | 11000001 | 0 | 100 | 100 | 10110 | 101011011 | 1000 | 1001101 |
Color Harmonies of #C8BFC1
Complementary color
Monochromatic Colors of #C8BFC1
Black with #C8BFC1
Text Example
Text Example
White with #C8BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFC1; }
p { color: rgb(200,191,193); }
H1.HeaderClassName
{
color: #C8BFC1;
}
.AnyTagClassName
{
color: #C8BFC1;
}
</style>
background-color css
<style>
a { background-color: #C8BFC1; }
a { background-color: rgb(200,191,193); }
div.DivClassName
{
background-color: #C8BFC1;
}
.BgClassName
{
background-color: #C8BFC1;
}
</style>
border-color css
<style>
span { border-color: #C8BFC1; }
span { border-color: rgb(200,191,193); }
td.TdClassName
{
border-color: #C8BFC1;
}
.TagClassName
{
border-color: #C8BFC1;
}
</style>