Shades of Melrose #C0ACEC
Tints of Melrose #C0ACEC
RGB
CMYK
RGB Variations
Color information
#C0ACEC (or 0xC0ACEC) is known color: Melrose. HEX triplet: C0, AC and EC. RGB value is (192,172,236). Sum of RGB (Red+Green+Blue) = 192+172+236=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACEC is #3F5313. Grayscale: #B9B9B9. Windows color (decimal): -4150036 or 15510720. OLE color: 15510720.
HSL color Cylindrical-coordinate representation of color #C0ACEC: hue angle of 258.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0ACEC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 172 | 236 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.07 |
| HSL | 258.75º | 0.63% | 0.8% | - |
| HSV(B) | 258.75º | 0.27% | 0.93% | - |
| XYZ | 51.63 | 46.77 | 85.66 | - |
| YUV | 185.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 236 | 0.19 | 0.27 | 0 | 0.07 | 258.75 | 0.63 | 0.8 |
| Hex | C0 | AC | EC | 13 | 1B | 0 | 7 | 103 | 3F | 50 |
| Octal | 300 | 254 | 354 | 23 | 33 | 0 | 7 | 403 | 77 | 120 |
| Binary | 11000000 | 10101100 | 11101100 | 10011 | 11011 | 0 | 111 | 100000011 | 111111 | 1010000 |
Color Harmonies of #C0ACEC
Complementary color
Monochromatic Colors of #C0ACEC
Black with #C0ACEC
Text Example
Text Example
White with #C0ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACEC; }
p { color: rgb(192,172,236); }
H1.HeaderClassName
{
color: #C0ACEC;
}
.AnyTagClassName
{
color: #C0ACEC;
}
</style>
background-color css
<style>
a { background-color: #C0ACEC; }
a { background-color: rgb(192,172,236); }
div.DivClassName
{
background-color: #C0ACEC;
}
.BgClassName
{
background-color: #C0ACEC;
}
</style>
border-color css
<style>
span { border-color: #C0ACEC; }
span { border-color: rgb(192,172,236); }
td.TdClassName
{
border-color: #C0ACEC;
}
.TagClassName
{
border-color: #C0ACEC;
}
</style>