Shades of Melrose #C0ABF6
Tints of Melrose #C0ABF6
RGB
CMYK
RGB Variations
Color information
#C0ABF6 (or 0xC0ABF6) is known color: Melrose. HEX triplet: C0, AB and F6. RGB value is (192,171,246). Sum of RGB (Red+Green+Blue) = 192+171+246=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0ABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF6 is #3F5409. Grayscale: #B9B9B9. Windows color (decimal): -4150282 or 16165824. OLE color: 16165824.
HSL color Cylindrical-coordinate representation of color #C0ABF6: hue angle of 256.8º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0ABF6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 171 | 246 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.04 |
| HSL | 256.8º | 0.81% | 0.82% | - |
| HSV(B) | 256.8º | 0.3% | 0.96% | - |
| XYZ | 52.94 | 46.99 | 93.47 | - |
| YUV | 185.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 246 | 0.22 | 0.30 | 0 | 0.04 | 256.8 | 0.81 | 0.82 |
| Hex | C0 | AB | F6 | 16 | 1E | 0 | 4 | 101 | 51 | 52 |
| Octal | 300 | 253 | 366 | 26 | 36 | 0 | 4 | 401 | 121 | 122 |
| Binary | 11000000 | 10101011 | 11110110 | 10110 | 11110 | 0 | 100 | 100000001 | 1010001 | 1010010 |
Color Harmonies of #C0ABF6
Complementary color
Monochromatic Colors of #C0ABF6
Black with #C0ABF6
Text Example
Text Example
White with #C0ABF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABF6; }
p { color: rgb(192,171,246); }
H1.HeaderClassName
{
color: #C0ABF6;
}
.AnyTagClassName
{
color: #C0ABF6;
}
</style>
background-color css
<style>
a { background-color: #C0ABF6; }
a { background-color: rgb(192,171,246); }
div.DivClassName
{
background-color: #C0ABF6;
}
.BgClassName
{
background-color: #C0ABF6;
}
</style>
border-color css
<style>
span { border-color: #C0ABF6; }
span { border-color: rgb(192,171,246); }
td.TdClassName
{
border-color: #C0ABF6;
}
.TagClassName
{
border-color: #C0ABF6;
}
</style>