Shades of Melrose #C0ACF9
Tints of Melrose #C0ACF9
RGB
CMYK
RGB Variations
Color information
#C0ACF9 (or 0xC0ACF9) is known color: Melrose. HEX triplet: C0, AC and F9. RGB value is (192,172,249). Sum of RGB (Red+Green+Blue) = 192+172+249=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF9 is #3F5306. Grayscale: #BABABA. Windows color (decimal): -4150023 or 16362688. OLE color: 16362688.
HSL color Cylindrical-coordinate representation of color #C0ACF9: hue angle of 255.58º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ACF9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 172 | 249 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.02 |
| HSL | 255.58º | 0.87% | 0.83% | - |
| HSV(B) | 255.58º | 0.31% | 0.98% | - |
| XYZ | 53.59 | 47.55 | 95.98 | - |
| YUV | 186.76 | 163.13 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 249 | 0.23 | 0.31 | 0 | 0.02 | 255.58 | 0.87 | 0.83 |
| Hex | C0 | AC | F9 | 17 | 1F | 0 | 2 | 100 | 57 | 53 |
| Octal | 300 | 254 | 371 | 27 | 37 | 0 | 2 | 400 | 127 | 123 |
| Binary | 11000000 | 10101100 | 11111001 | 10111 | 11111 | 0 | 10 | 100000000 | 1010111 | 1010011 |
Color Harmonies of #C0ACF9
Complementary color
Monochromatic Colors of #C0ACF9
Black with #C0ACF9
Text Example
Text Example
White with #C0ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACF9; }
p { color: rgb(192,172,249); }
H1.HeaderClassName
{
color: #C0ACF9;
}
.AnyTagClassName
{
color: #C0ACF9;
}
</style>
background-color css
<style>
a { background-color: #C0ACF9; }
a { background-color: rgb(192,172,249); }
div.DivClassName
{
background-color: #C0ACF9;
}
.BgClassName
{
background-color: #C0ACF9;
}
</style>
border-color css
<style>
span { border-color: #C0ACF9; }
span { border-color: rgb(192,172,249); }
td.TdClassName
{
border-color: #C0ACF9;
}
.TagClassName
{
border-color: #C0ACF9;
}
</style>