Shades of Melrose #C0ACF4
Tints of Melrose #C0ACF4
RGB
CMYK
RGB Variations
Color information
#C0ACF4 (or 0xC0ACF4) is known color: Melrose. HEX triplet: C0, AC and F4. RGB value is (192,172,244). Sum of RGB (Red+Green+Blue) = 192+172+244=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 244 (95.70% from 255 or 40.13% from 608); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0ACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF4 is #3F530B. Grayscale: #B9B9B9. Windows color (decimal): -4150028 or 16035008. OLE color: 16035008.
HSL color Cylindrical-coordinate representation of color #C0ACF4: hue angle of 256.67º degrees, saturation: 0.77, 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 #C0ACF4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 172 | 244 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.04 |
| HSL | 256.67º | 0.77% | 0.82% | - |
| HSV(B) | 256.67º | 0.3% | 0.96% | - |
| XYZ | 52.82 | 47.24 | 91.92 | - |
| YUV | 186.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 244 | 0.21 | 0.30 | 0 | 0.04 | 256.67 | 0.77 | 0.82 |
| Hex | C0 | AC | F4 | 15 | 1E | 0 | 4 | 101 | 4D | 52 |
| Octal | 300 | 254 | 364 | 25 | 36 | 0 | 4 | 401 | 115 | 122 |
| Binary | 11000000 | 10101100 | 11110100 | 10101 | 11110 | 0 | 100 | 100000001 | 1001101 | 1010010 |
Color Harmonies of #C0ACF4
Complementary color
Monochromatic Colors of #C0ACF4
Black with #C0ACF4
Text Example
Text Example
White with #C0ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACF4; }
p { color: rgb(192,172,244); }
H1.HeaderClassName
{
color: #C0ACF4;
}
.AnyTagClassName
{
color: #C0ACF4;
}
</style>
background-color css
<style>
a { background-color: #C0ACF4; }
a { background-color: rgb(192,172,244); }
div.DivClassName
{
background-color: #C0ACF4;
}
.BgClassName
{
background-color: #C0ACF4;
}
</style>
border-color css
<style>
span { border-color: #C0ACF4; }
span { border-color: rgb(192,172,244); }
td.TdClassName
{
border-color: #C0ACF4;
}
.TagClassName
{
border-color: #C0ACF4;
}
</style>