Shades of Melrose #C0AEF2
Tints of Melrose #C0AEF2
RGB
CMYK
RGB Variations
Color information
#C0AEF2 (or 0xC0AEF2) is known color: Melrose. HEX triplet: C0, AE and F2. RGB value is (192,174,242). Sum of RGB (Red+Green+Blue) = 192+174+242=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEF2 is #3F510D. Grayscale: #BABABA. Windows color (decimal): -4149518 or 15904448. OLE color: 15904448.
HSL color Cylindrical-coordinate representation of color #C0AEF2: hue angle of 255.88º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0AEF2 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 192 | 174 | 242 | - |
CMYK | 0.21 | 0.28 | 0 | 0.05 |
HSL | 255.88º | 0.72% | 0.82% | - |
HSV(B) | 255.88º | 0.28% | 0.95% | - |
XYZ | 52.9 | 47.89 | 90.46 | - |
YUV | 187.13 | 158.96 | 131.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 242 | 0.21 | 0.28 | 0 | 0.05 | 255.88 | 0.72 | 0.82 |
Hex | C0 | AE | F2 | 15 | 1C | 0 | 5 | 100 | 48 | 52 |
Octal | 300 | 256 | 362 | 25 | 34 | 0 | 5 | 400 | 110 | 122 |
Binary | 11000000 | 10101110 | 11110010 | 10101 | 11100 | 0 | 101 | 100000000 | 1001000 | 1010010 |
Color Harmonies of #C0AEF2
Complementary color
Monochromatic Colors of #C0AEF2
Black with #C0AEF2
Text Example
Text Example
White with #C0AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEF2; }
p { color: rgb(192,174,242); }
H1.HeaderClassName
{
color: #C0AEF2;
}
.AnyTagClassName
{
color: #C0AEF2;
}
</style>
background-color css
<style>
a { background-color: #C0AEF2; }
a { background-color: rgb(192,174,242); }
div.DivClassName
{
background-color: #C0AEF2;
}
.BgClassName
{
background-color: #C0AEF2;
}
</style>
border-color css
<style>
span { border-color: #C0AEF2; }
span { border-color: rgb(192,174,242); }
td.TdClassName
{
border-color: #C0AEF2;
}
.TagClassName
{
border-color: #C0AEF2;
}
</style>