Shades of Melanie #C7BFC1
Tints of Melanie #C7BFC1
RGB
CMYK
RGB Variations
Color information
#C7BFC1 (or 0xC7BFC1) is known color: Melanie. HEX triplet: C7, BF and C1. RGB value is (199,191,193). Sum of RGB (Red+Green+Blue) = 199+191+193=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 193 (75.78% from 255 or 33.10% from 583); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFC1 is #38403E. Grayscale: #C1C1C1. Windows color (decimal): -3686463 or 12697543. OLE color: 12697543.
HSL color Cylindrical-coordinate representation of color #C7BFC1: hue angle of 345º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C7BFC1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 191 | 193 | - |
CMYK | 0 | 0.04 | 0.03 | 0.22 |
HSL | 345º | 0.07% | 0.76% | - |
HSV(B) | 345º | 0.04% | 0.78% | - |
XYZ | 51.81 | 53.25 | 58 | - |
YUV | 193.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 193 | 0 | 0.04 | 0.03 | 0.22 | 345 | 0.07 | 0.76 |
Hex | C7 | BF | C1 | 0 | 4 | 3 | 16 | 159 | 7 | 4C |
Octal | 307 | 277 | 301 | 0 | 4 | 3 | 26 | 531 | 7 | 114 |
Binary | 11000111 | 10111111 | 11000001 | 0 | 100 | 11 | 10110 | 101011001 | 111 | 1001100 |
Color Harmonies of #C7BFC1
Complementary color
Monochromatic Colors of #C7BFC1
Black with #C7BFC1
Text Example
Text Example
White with #C7BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFC1; }
p { color: rgb(199,191,193); }
H1.HeaderClassName
{
color: #C7BFC1;
}
.AnyTagClassName
{
color: #C7BFC1;
}
</style>
background-color css
<style>
a { background-color: #C7BFC1; }
a { background-color: rgb(199,191,193); }
div.DivClassName
{
background-color: #C7BFC1;
}
.BgClassName
{
background-color: #C7BFC1;
}
</style>
border-color css
<style>
span { border-color: #C7BFC1; }
span { border-color: rgb(199,191,193); }
td.TdClassName
{
border-color: #C7BFC1;
}
.TagClassName
{
border-color: #C7BFC1;
}
</style>