Shades of Melrose #C0ACFB
Tints of Melrose #C0ACFB
RGB
CMYK
RGB Variations
Color information
#C0ACFB (or 0xC0ACFB) is known color: Melrose. HEX triplet: C0, AC and FB. RGB value is (192,172,251). Sum of RGB (Red+Green+Blue) = 192+172+251=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0ACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFB is #3F5304. Grayscale: #BABABA. Windows color (decimal): -4150021 or 16493760. OLE color: 16493760.
HSL color Cylindrical-coordinate representation of color #C0ACFB: hue angle of 255.19º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ACFB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 172 | 251 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.02 |
| HSL | 255.19º | 0.91% | 0.83% | - |
| HSV(B) | 255.19º | 0.31% | 0.98% | - |
| XYZ | 53.9 | 47.68 | 97.63 | - |
| YUV | 186.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 251 | 0.24 | 0.31 | 0 | 0.02 | 255.19 | 0.91 | 0.83 |
| Hex | C0 | AC | FB | 18 | 1F | 0 | 2 | FF | 5B | 53 |
| Octal | 300 | 254 | 373 | 30 | 37 | 0 | 2 | 377 | 133 | 123 |
| Binary | 11000000 | 10101100 | 11111011 | 11000 | 11111 | 0 | 10 | 11111111 | 1011011 | 1010011 |
Color Harmonies of #C0ACFB
Complementary color
Monochromatic Colors of #C0ACFB
Black with #C0ACFB
Text Example
Text Example
White with #C0ACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACFB; }
p { color: rgb(192,172,251); }
H1.HeaderClassName
{
color: #C0ACFB;
}
.AnyTagClassName
{
color: #C0ACFB;
}
</style>
background-color css
<style>
a { background-color: #C0ACFB; }
a { background-color: rgb(192,172,251); }
div.DivClassName
{
background-color: #C0ACFB;
}
.BgClassName
{
background-color: #C0ACFB;
}
</style>
border-color css
<style>
span { border-color: #C0ACFB; }
span { border-color: rgb(192,172,251); }
td.TdClassName
{
border-color: #C0ACFB;
}
.TagClassName
{
border-color: #C0ACFB;
}
</style>