Shades of Melrose #C0AFED
Tints of Melrose #C0AFED
RGB
CMYK
RGB Variations
Color information
#C0AFED (or 0xC0AFED) is known color: Melrose. HEX triplet: C0, AF and ED. RGB value is (192,175,237). Sum of RGB (Red+Green+Blue) = 192+175+237=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFED is #3F5012. Grayscale: #BABABA. Windows color (decimal): -4149267 or 15577024. OLE color: 15577024.
HSL color Cylindrical-coordinate representation of color #C0AFED: hue angle of 256.45º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0AFED is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 175 | 237 | - |
CMYK | 0.19 | 0.26 | 0 | 0.07 |
HSL | 256.45º | 0.63% | 0.81% | - |
HSV(B) | 256.45º | 0.26% | 0.93% | - |
XYZ | 52.35 | 47.98 | 86.62 | - |
YUV | 187.15 | 156.13 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 175 | 237 | 0.19 | 0.26 | 0 | 0.07 | 256.45 | 0.63 | 0.81 |
Hex | C0 | AF | ED | 13 | 1A | 0 | 7 | 100 | 3F | 51 |
Octal | 300 | 257 | 355 | 23 | 32 | 0 | 7 | 400 | 77 | 121 |
Binary | 11000000 | 10101111 | 11101101 | 10011 | 11010 | 0 | 111 | 100000000 | 111111 | 1010001 |
Color Harmonies of #C0AFED
Complementary color
Monochromatic Colors of #C0AFED
Black with #C0AFED
Text Example
Text Example
White with #C0AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFED; }
p { color: rgb(192,175,237); }
H1.HeaderClassName
{
color: #C0AFED;
}
.AnyTagClassName
{
color: #C0AFED;
}
</style>
background-color css
<style>
a { background-color: #C0AFED; }
a { background-color: rgb(192,175,237); }
div.DivClassName
{
background-color: #C0AFED;
}
.BgClassName
{
background-color: #C0AFED;
}
</style>
border-color css
<style>
span { border-color: #C0AFED; }
span { border-color: rgb(192,175,237); }
td.TdClassName
{
border-color: #C0AFED;
}
.TagClassName
{
border-color: #C0AFED;
}
</style>