Shades of Melrose #C0AAF2
Tints of Melrose #C0AAF2
RGB
CMYK
RGB Variations
Color information
#C0AAF2 (or 0xC0AAF2) is known color: Melrose. HEX triplet: C0, AA and F2. RGB value is (192,170,242). Sum of RGB (Red+Green+Blue) = 192+170+242=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF2 is #3F550D. Grayscale: #B8B8B8. Windows color (decimal): -4150542 or 15903424. OLE color: 15903424.
HSL color Cylindrical-coordinate representation of color #C0AAF2: hue angle of 258.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AAF2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 170 | 242 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.05 |
| HSL | 258.33º | 0.73% | 0.81% | - |
| HSV(B) | 258.33º | 0.3% | 0.95% | - |
| XYZ | 52.14 | 46.37 | 90.21 | - |
| YUV | 184.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 242 | 0.21 | 0.30 | 0 | 0.05 | 258.33 | 0.73 | 0.81 |
| Hex | C0 | AA | F2 | 15 | 1E | 0 | 5 | 102 | 49 | 51 |
| Octal | 300 | 252 | 362 | 25 | 36 | 0 | 5 | 402 | 111 | 121 |
| Binary | 11000000 | 10101010 | 11110010 | 10101 | 11110 | 0 | 101 | 100000010 | 1001001 | 1010001 |
Color Harmonies of #C0AAF2
Complementary color
Monochromatic Colors of #C0AAF2
Black with #C0AAF2
Text Example
Text Example
White with #C0AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAF2; }
p { color: rgb(192,170,242); }
H1.HeaderClassName
{
color: #C0AAF2;
}
.AnyTagClassName
{
color: #C0AAF2;
}
</style>
background-color css
<style>
a { background-color: #C0AAF2; }
a { background-color: rgb(192,170,242); }
div.DivClassName
{
background-color: #C0AAF2;
}
.BgClassName
{
background-color: #C0AAF2;
}
</style>
border-color css
<style>
span { border-color: #C0AAF2; }
span { border-color: rgb(192,170,242); }
td.TdClassName
{
border-color: #C0AAF2;
}
.TagClassName
{
border-color: #C0AAF2;
}
</style>