Shades of Melrose #C0B0F3
Tints of Melrose #C0B0F3
RGB
CMYK
RGB Variations
Color information
#C0B0F3 (or 0xC0B0F3) is known color: Melrose. HEX triplet: C0, B0 and F3. RGB value is (192,176,243). Sum of RGB (Red+Green+Blue) = 192+176+243=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0B0F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0F3 is #3F4F0C. Grayscale: #BCBCBC. Windows color (decimal): -4149005 or 15970496. OLE color: 15970496.
HSL color Cylindrical-coordinate representation of color #C0B0F3: hue angle of 254.33º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B0F3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 176 | 243 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.05 |
| HSL | 254.33º | 0.74% | 0.82% | - |
| HSV(B) | 254.33º | 0.28% | 0.95% | - |
| XYZ | 53.44 | 48.73 | 91.38 | - |
| YUV | 188.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 243 | 0.21 | 0.28 | 0 | 0.05 | 254.33 | 0.74 | 0.82 |
| Hex | C0 | B0 | F3 | 15 | 1C | 0 | 5 | FE | 4A | 52 |
| Octal | 300 | 260 | 363 | 25 | 34 | 0 | 5 | 376 | 112 | 122 |
| Binary | 11000000 | 10110000 | 11110011 | 10101 | 11100 | 0 | 101 | 11111110 | 1001010 | 1010010 |
Color Harmonies of #C0B0F3
Complementary color
Monochromatic Colors of #C0B0F3
Black with #C0B0F3
Text Example
Text Example
White with #C0B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0F3; }
p { color: rgb(192,176,243); }
H1.HeaderClassName
{
color: #C0B0F3;
}
.AnyTagClassName
{
color: #C0B0F3;
}
</style>
background-color css
<style>
a { background-color: #C0B0F3; }
a { background-color: rgb(192,176,243); }
div.DivClassName
{
background-color: #C0B0F3;
}
.BgClassName
{
background-color: #C0B0F3;
}
</style>
border-color css
<style>
span { border-color: #C0B0F3; }
span { border-color: rgb(192,176,243); }
td.TdClassName
{
border-color: #C0B0F3;
}
.TagClassName
{
border-color: #C0B0F3;
}
</style>