Shades of Melrose #C0AFE4
Tints of Melrose #C0AFE4
RGB
CMYK
RGB Variations
Color information
#C0AFE4 (or 0xC0AFE4) is known color: Melrose. HEX triplet: C0, AF and E4. RGB value is (192,175,228). Sum of RGB (Red+Green+Blue) = 192+175+228=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 228 - color contains mainly: blue. Hex color #C0AFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFE4 is #3F501B. Grayscale: #B9B9B9. Windows color (decimal): -4149276 or 14987200. OLE color: 14987200.
HSL color Cylindrical-coordinate representation of color #C0AFE4: hue angle of 259.25º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0AFE4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 175 | 228 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.11 |
| HSL | 259.25º | 0.5% | 0.79% | - |
| HSV(B) | 259.25º | 0.23% | 0.89% | - |
| XYZ | 51.07 | 47.47 | 79.87 | - |
| YUV | 186.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 228 | 0.16 | 0.23 | 0 | 0.11 | 259.25 | 0.5 | 0.79 |
| Hex | C0 | AF | E4 | 10 | 17 | 0 | B | 103 | 32 | 4F |
| Octal | 300 | 257 | 344 | 20 | 27 | 0 | 13 | 403 | 62 | 117 |
| Binary | 11000000 | 10101111 | 11100100 | 10000 | 10111 | 0 | 1011 | 100000011 | 110010 | 1001111 |
Color Harmonies of #C0AFE4
Complementary color
Monochromatic Colors of #C0AFE4
Black with #C0AFE4
Text Example
Text Example
White with #C0AFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFE4; }
p { color: rgb(192,175,228); }
H1.HeaderClassName
{
color: #C0AFE4;
}
.AnyTagClassName
{
color: #C0AFE4;
}
</style>
background-color css
<style>
a { background-color: #C0AFE4; }
a { background-color: rgb(192,175,228); }
div.DivClassName
{
background-color: #C0AFE4;
}
.BgClassName
{
background-color: #C0AFE4;
}
</style>
border-color css
<style>
span { border-color: #C0AFE4; }
span { border-color: rgb(192,175,228); }
td.TdClassName
{
border-color: #C0AFE4;
}
.TagClassName
{
border-color: #C0AFE4;
}
</style>