Shades of Melrose #C0AEEA
Tints of Melrose #C0AEEA
RGB
CMYK
RGB Variations
Color information
#C0AEEA (or 0xC0AEEA) is known color: Melrose. HEX triplet: C0, AE and EA. RGB value is (192,174,234). Sum of RGB (Red+Green+Blue) = 192+174+234=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEEA is #3F5115. Grayscale: #BABABA. Windows color (decimal): -4149526 or 15380160. OLE color: 15380160.
HSL color Cylindrical-coordinate representation of color #C0AEEA: hue angle of 258º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AEEA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 174 | 234 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.08 |
| HSL | 258º | 0.59% | 0.8% | - |
| HSV(B) | 258º | 0.26% | 0.92% | - |
| XYZ | 51.73 | 47.42 | 84.27 | - |
| YUV | 186.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 234 | 0.18 | 0.26 | 0 | 0.08 | 258 | 0.59 | 0.8 |
| Hex | C0 | AE | EA | 12 | 1A | 0 | 8 | 102 | 3B | 50 |
| Octal | 300 | 256 | 352 | 22 | 32 | 0 | 10 | 402 | 73 | 120 |
| Binary | 11000000 | 10101110 | 11101010 | 10010 | 11010 | 0 | 1000 | 100000010 | 111011 | 1010000 |
Color Harmonies of #C0AEEA
Complementary color
Monochromatic Colors of #C0AEEA
Black with #C0AEEA
Text Example
Text Example
White with #C0AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEEA; }
p { color: rgb(192,174,234); }
H1.HeaderClassName
{
color: #C0AEEA;
}
.AnyTagClassName
{
color: #C0AEEA;
}
</style>
background-color css
<style>
a { background-color: #C0AEEA; }
a { background-color: rgb(192,174,234); }
div.DivClassName
{
background-color: #C0AEEA;
}
.BgClassName
{
background-color: #C0AEEA;
}
</style>
border-color css
<style>
span { border-color: #C0AEEA; }
span { border-color: rgb(192,174,234); }
td.TdClassName
{
border-color: #C0AEEA;
}
.TagClassName
{
border-color: #C0AEEA;
}
</style>