Shades of Melanie #C3BFC0
Tints of Melanie #C3BFC0
RGB
CMYK
RGB Variations
Color information
#C3BFC0 (or 0xC3BFC0) is known color: Melanie. HEX triplet: C3, BF and C0. RGB value is (195,191,192). Sum of RGB (Red+Green+Blue) = 195+191+192=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFC0 is #3C403F. Grayscale: #C0C0C0. Windows color (decimal): -3948608 or 12632003. OLE color: 12632003.
HSL color Cylindrical-coordinate representation of color #C3BFC0: hue angle of 345º degrees, saturation: 0.03, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C3BFC0 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 192 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.24 |
| HSL | 345º | 0.03% | 0.76% | - |
| HSV(B) | 345º | 0.02% | 0.76% | - |
| XYZ | 50.65 | 52.67 | 57.37 | - |
| YUV | 192.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 192 | 0 | 0.02 | 0.02 | 0.24 | 345 | 0.03 | 0.76 |
| Hex | C3 | BF | C0 | 0 | 2 | 2 | 18 | 159 | 3 | 4C |
| Octal | 303 | 277 | 300 | 0 | 2 | 2 | 30 | 531 | 3 | 114 |
| Binary | 11000011 | 10111111 | 11000000 | 0 | 10 | 10 | 11000 | 101011001 | 11 | 1001100 |
Color Harmonies of #C3BFC0
Complementary color
Monochromatic Colors of #C3BFC0
Black with #C3BFC0
Text Example
Text Example
White with #C3BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BFC0; }
p { color: rgb(195,191,192); }
H1.HeaderClassName
{
color: #C3BFC0;
}
.AnyTagClassName
{
color: #C3BFC0;
}
</style>
background-color css
<style>
a { background-color: #C3BFC0; }
a { background-color: rgb(195,191,192); }
div.DivClassName
{
background-color: #C3BFC0;
}
.BgClassName
{
background-color: #C3BFC0;
}
</style>
border-color css
<style>
span { border-color: #C3BFC0; }
span { border-color: rgb(195,191,192); }
td.TdClassName
{
border-color: #C3BFC0;
}
.TagClassName
{
border-color: #C3BFC0;
}
</style>