Shades of Melrose #C0B0E3
Tints of Melrose #C0B0E3
RGB
CMYK
RGB Variations
Color information
#C0B0E3 (or 0xC0B0E3) is known color: Melrose. HEX triplet: C0, B0 and E3. RGB value is (192,176,227). Sum of RGB (Red+Green+Blue) = 192+176+227=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 227 (89.06% from 255 or 38.15% from 595); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0B0E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0E3 is #3F4F1C. Grayscale: #BABABA. Windows color (decimal): -4149021 or 14921920. OLE color: 14921920.
HSL color Cylindrical-coordinate representation of color #C0B0E3: hue angle of 258.82º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B0E3 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 176 | 227 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.11 |
| HSL | 258.82º | 0.48% | 0.79% | - |
| HSV(B) | 258.82º | 0.22% | 0.89% | - |
| XYZ | 51.13 | 47.8 | 79.21 | - |
| YUV | 186.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 227 | 0.15 | 0.22 | 0 | 0.11 | 258.82 | 0.48 | 0.79 |
| Hex | C0 | B0 | E3 | F | 16 | 0 | B | 103 | 30 | 4F |
| Octal | 300 | 260 | 343 | 17 | 26 | 0 | 13 | 403 | 60 | 117 |
| Binary | 11000000 | 10110000 | 11100011 | 1111 | 10110 | 0 | 1011 | 100000011 | 110000 | 1001111 |
Color Harmonies of #C0B0E3
Complementary color
Monochromatic Colors of #C0B0E3
Black with #C0B0E3
Text Example
Text Example
White with #C0B0E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0E3; }
p { color: rgb(192,176,227); }
H1.HeaderClassName
{
color: #C0B0E3;
}
.AnyTagClassName
{
color: #C0B0E3;
}
</style>
background-color css
<style>
a { background-color: #C0B0E3; }
a { background-color: rgb(192,176,227); }
div.DivClassName
{
background-color: #C0B0E3;
}
.BgClassName
{
background-color: #C0B0E3;
}
</style>
border-color css
<style>
span { border-color: #C0B0E3; }
span { border-color: rgb(192,176,227); }
td.TdClassName
{
border-color: #C0B0E3;
}
.TagClassName
{
border-color: #C0B0E3;
}
</style>