Shades of Melrose #C0B0EB
Tints of Melrose #C0B0EB
RGB
CMYK
RGB Variations
Color information
#C0B0EB (or 0xC0B0EB) is known color: Melrose. HEX triplet: C0, B0 and EB. RGB value is (192,176,235). Sum of RGB (Red+Green+Blue) = 192+176+235=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0EB is #3F4F14. Grayscale: #BBBBBB. Windows color (decimal): -4149013 or 15446208. OLE color: 15446208.
HSL color Cylindrical-coordinate representation of color #C0B0EB: hue angle of 256.27º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0B0EB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 176 | 235 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.08 |
| HSL | 256.27º | 0.6% | 0.81% | - |
| HSV(B) | 256.27º | 0.25% | 0.92% | - |
| XYZ | 52.26 | 48.26 | 85.16 | - |
| YUV | 187.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 235 | 0.18 | 0.25 | 0 | 0.08 | 256.27 | 0.6 | 0.81 |
| Hex | C0 | B0 | EB | 12 | 19 | 0 | 8 | 100 | 3C | 51 |
| Octal | 300 | 260 | 353 | 22 | 31 | 0 | 10 | 400 | 74 | 121 |
| Binary | 11000000 | 10110000 | 11101011 | 10010 | 11001 | 0 | 1000 | 100000000 | 111100 | 1010001 |
Color Harmonies of #C0B0EB
Complementary color
Monochromatic Colors of #C0B0EB
Black with #C0B0EB
Text Example
Text Example
White with #C0B0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0EB; }
p { color: rgb(192,176,235); }
H1.HeaderClassName
{
color: #C0B0EB;
}
.AnyTagClassName
{
color: #C0B0EB;
}
</style>
background-color css
<style>
a { background-color: #C0B0EB; }
a { background-color: rgb(192,176,235); }
div.DivClassName
{
background-color: #C0B0EB;
}
.BgClassName
{
background-color: #C0B0EB;
}
</style>
border-color css
<style>
span { border-color: #C0B0EB; }
span { border-color: rgb(192,176,235); }
td.TdClassName
{
border-color: #C0B0EB;
}
.TagClassName
{
border-color: #C0B0EB;
}
</style>