Shades of Melrose #C0B7EC
Tints of Melrose #C0B7EC
RGB
CMYK
RGB Variations
Color information
#C0B7EC (or 0xC0B7EC) is known color: Melrose. HEX triplet: C0, B7 and EC. RGB value is (192,183,236). Sum of RGB (Red+Green+Blue) = 192+183+236=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0B7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7EC is #3F4813. Grayscale: #BFBFBF. Windows color (decimal): -4147220 or 15513536. OLE color: 15513536.
HSL color Cylindrical-coordinate representation of color #C0B7EC: hue angle of 250.19º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B7EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 183 | 236 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.07 |
| HSL | 250.19º | 0.58% | 0.82% | - |
| HSV(B) | 250.19º | 0.22% | 0.93% | - |
| XYZ | 53.81 | 51.13 | 86.39 | - |
| YUV | 191.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 236 | 0.19 | 0.22 | 0 | 0.07 | 250.19 | 0.58 | 0.82 |
| Hex | C0 | B7 | EC | 13 | 16 | 0 | 7 | FA | 3A | 52 |
| Octal | 300 | 267 | 354 | 23 | 26 | 0 | 7 | 372 | 72 | 122 |
| Binary | 11000000 | 10110111 | 11101100 | 10011 | 10110 | 0 | 111 | 11111010 | 111010 | 1010010 |
Color Harmonies of #C0B7EC
Complementary color
Monochromatic Colors of #C0B7EC
Black with #C0B7EC
Text Example
Text Example
White with #C0B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7EC; }
p { color: rgb(192,183,236); }
H1.HeaderClassName
{
color: #C0B7EC;
}
.AnyTagClassName
{
color: #C0B7EC;
}
</style>
background-color css
<style>
a { background-color: #C0B7EC; }
a { background-color: rgb(192,183,236); }
div.DivClassName
{
background-color: #C0B7EC;
}
.BgClassName
{
background-color: #C0B7EC;
}
</style>
border-color css
<style>
span { border-color: #C0B7EC; }
span { border-color: rgb(192,183,236); }
td.TdClassName
{
border-color: #C0B7EC;
}
.TagClassName
{
border-color: #C0B7EC;
}
</style>