Shades of Melrose #C0AAFC
Tints of Melrose #C0AAFC
RGB
CMYK
RGB Variations
Color information
#C0AAFC (or 0xC0AAFC) is known color: Melrose. HEX triplet: C0, AA and FC. RGB value is (192,170,252). Sum of RGB (Red+Green+Blue) = 192+170+252=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 252 (98.83% from 255 or 41.04% from 614); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAFC is #3F5503. Grayscale: #B9B9B9. Windows color (decimal): -4150532 or 16558784. OLE color: 16558784.
HSL color Cylindrical-coordinate representation of color #C0AAFC: hue angle of 256.1º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0AAFC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 170 | 252 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.01 |
| HSL | 256.1º | 0.93% | 0.83% | - |
| HSV(B) | 256.1º | 0.33% | 0.99% | - |
| XYZ | 53.68 | 46.98 | 98.33 | - |
| YUV | 185.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 252 | 0.24 | 0.33 | 0 | 0.01 | 256.1 | 0.93 | 0.83 |
| Hex | C0 | AA | FC | 18 | 21 | 0 | 1 | 100 | 5D | 53 |
| Octal | 300 | 252 | 374 | 30 | 41 | 0 | 1 | 400 | 135 | 123 |
| Binary | 11000000 | 10101010 | 11111100 | 11000 | 100001 | 0 | 1 | 100000000 | 1011101 | 1010011 |
Color Harmonies of #C0AAFC
Complementary color
Monochromatic Colors of #C0AAFC
Black with #C0AAFC
Text Example
Text Example
White with #C0AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAFC; }
p { color: rgb(192,170,252); }
H1.HeaderClassName
{
color: #C0AAFC;
}
.AnyTagClassName
{
color: #C0AAFC;
}
</style>
background-color css
<style>
a { background-color: #C0AAFC; }
a { background-color: rgb(192,170,252); }
div.DivClassName
{
background-color: #C0AAFC;
}
.BgClassName
{
background-color: #C0AAFC;
}
</style>
border-color css
<style>
span { border-color: #C0AAFC; }
span { border-color: rgb(192,170,252); }
td.TdClassName
{
border-color: #C0AAFC;
}
.TagClassName
{
border-color: #C0AAFC;
}
</style>