Shades of Melrose #C0A6FB
Tints of Melrose #C0A6FB
RGB
CMYK
RGB Variations
Color information
#C0A6FB (or 0xC0A6FB) is known color: Melrose. HEX triplet: C0, A6 and FB. RGB value is (192,166,251). Sum of RGB (Red+Green+Blue) = 192+166+251=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A6FB is #3F5904. Grayscale: #B7B7B7. Windows color (decimal): -4151557 or 16492224. OLE color: 16492224.
HSL color Cylindrical-coordinate representation of color #C0A6FB: hue angle of 258.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0A6FB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 166 | 251 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.02 |
| HSL | 258.35º | 0.91% | 0.82% | - |
| HSV(B) | 258.35º | 0.34% | 0.98% | - |
| XYZ | 52.79 | 45.44 | 97.26 | - |
| YUV | 183.46 | 166.11 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 251 | 0.24 | 0.34 | 0 | 0.02 | 258.35 | 0.91 | 0.82 |
| Hex | C0 | A6 | FB | 18 | 22 | 0 | 2 | 102 | 5B | 52 |
| Octal | 300 | 246 | 373 | 30 | 42 | 0 | 2 | 402 | 133 | 122 |
| Binary | 11000000 | 10100110 | 11111011 | 11000 | 100010 | 0 | 10 | 100000010 | 1011011 | 1010010 |
Color Harmonies of #C0A6FB
Complementary color
Monochromatic Colors of #C0A6FB
Black with #C0A6FB
Text Example
Text Example
White with #C0A6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6FB; }
p { color: rgb(192,166,251); }
H1.HeaderClassName
{
color: #C0A6FB;
}
.AnyTagClassName
{
color: #C0A6FB;
}
</style>
background-color css
<style>
a { background-color: #C0A6FB; }
a { background-color: rgb(192,166,251); }
div.DivClassName
{
background-color: #C0A6FB;
}
.BgClassName
{
background-color: #C0A6FB;
}
</style>
border-color css
<style>
span { border-color: #C0A6FB; }
span { border-color: rgb(192,166,251); }
td.TdClassName
{
border-color: #C0A6FB;
}
.TagClassName
{
border-color: #C0A6FB;
}
</style>