Shades of Melrose #C0ABED
Tints of Melrose #C0ABED
RGB
CMYK
RGB Variations
Color information
#C0ABED (or 0xC0ABED) is known color: Melrose. HEX triplet: C0, AB and ED. RGB value is (192,171,237). Sum of RGB (Red+Green+Blue) = 192+171+237=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABED is #3F5412. Grayscale: #B8B8B8. Windows color (decimal): -4150291 or 15576000. OLE color: 15576000.
HSL color Cylindrical-coordinate representation of color #C0ABED: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ABED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 171 | 237 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 259.09º | 0.65% | 0.8% | - |
| HSV(B) | 259.09º | 0.28% | 0.93% | - |
| XYZ | 51.59 | 46.45 | 86.37 | - |
| YUV | 184.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 237 | 0.19 | 0.28 | 0 | 0.07 | 259.09 | 0.65 | 0.8 |
| Hex | C0 | AB | ED | 13 | 1C | 0 | 7 | 103 | 41 | 50 |
| Octal | 300 | 253 | 355 | 23 | 34 | 0 | 7 | 403 | 101 | 120 |
| Binary | 11000000 | 10101011 | 11101101 | 10011 | 11100 | 0 | 111 | 100000011 | 1000001 | 1010000 |
Color Harmonies of #C0ABED
Complementary color
Monochromatic Colors of #C0ABED
Black with #C0ABED
Text Example
Text Example
White with #C0ABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABED; }
p { color: rgb(192,171,237); }
H1.HeaderClassName
{
color: #C0ABED;
}
.AnyTagClassName
{
color: #C0ABED;
}
</style>
background-color css
<style>
a { background-color: #C0ABED; }
a { background-color: rgb(192,171,237); }
div.DivClassName
{
background-color: #C0ABED;
}
.BgClassName
{
background-color: #C0ABED;
}
</style>
border-color css
<style>
span { border-color: #C0ABED; }
span { border-color: rgb(192,171,237); }
td.TdClassName
{
border-color: #C0ABED;
}
.TagClassName
{
border-color: #C0ABED;
}
</style>