Shades of Melrose #C0B0E7
Tints of Melrose #C0B0E7
RGB
CMYK
RGB Variations
Color information
#C0B0E7 (or 0xC0B0E7) is known color: Melrose. HEX triplet: C0, B0 and E7. RGB value is (192,176,231). Sum of RGB (Red+Green+Blue) = 192+176+231=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0B0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0E7 is #3F4F18. Grayscale: #BABABA. Windows color (decimal): -4149017 or 15184064. OLE color: 15184064.
HSL color Cylindrical-coordinate representation of color #C0B0E7: hue angle of 257.45º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0B0E7 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 176 | 231 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.09 |
| HSL | 257.45º | 0.53% | 0.8% | - |
| HSV(B) | 257.45º | 0.24% | 0.91% | - |
| XYZ | 51.69 | 48.03 | 82.15 | - |
| YUV | 187.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 231 | 0.17 | 0.24 | 0 | 0.09 | 257.45 | 0.53 | 0.8 |
| Hex | C0 | B0 | E7 | 11 | 18 | 0 | 9 | 101 | 35 | 50 |
| Octal | 300 | 260 | 347 | 21 | 30 | 0 | 11 | 401 | 65 | 120 |
| Binary | 11000000 | 10110000 | 11100111 | 10001 | 11000 | 0 | 1001 | 100000001 | 110101 | 1010000 |
Color Harmonies of #C0B0E7
Complementary color
Monochromatic Colors of #C0B0E7
Black with #C0B0E7
Text Example
Text Example
White with #C0B0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0E7; }
p { color: rgb(192,176,231); }
H1.HeaderClassName
{
color: #C0B0E7;
}
.AnyTagClassName
{
color: #C0B0E7;
}
</style>
background-color css
<style>
a { background-color: #C0B0E7; }
a { background-color: rgb(192,176,231); }
div.DivClassName
{
background-color: #C0B0E7;
}
.BgClassName
{
background-color: #C0B0E7;
}
</style>
border-color css
<style>
span { border-color: #C0B0E7; }
span { border-color: rgb(192,176,231); }
td.TdClassName
{
border-color: #C0B0E7;
}
.TagClassName
{
border-color: #C0B0E7;
}
</style>