Shades of Melrose #C0B0F1
Tints of Melrose #C0B0F1
RGB
CMYK
RGB Variations
Color information
#C0B0F1 (or 0xC0B0F1) is known color: Melrose. HEX triplet: C0, B0 and F1. RGB value is (192,176,241). Sum of RGB (Red+Green+Blue) = 192+176+241=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0B0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0B0F1 is #3F4F0E. Grayscale: #BBBBBB. Windows color (decimal): -4149007 or 15839424. OLE color: 15839424.
HSL color Cylindrical-coordinate representation of color #C0B0F1: hue angle of 254.77º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0B0F1 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 176 | 241 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.05 |
| HSL | 254.77º | 0.7% | 0.82% | - |
| HSV(B) | 254.77º | 0.27% | 0.95% | - |
| XYZ | 53.14 | 48.61 | 89.8 | - |
| YUV | 188.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 241 | 0.20 | 0.27 | 0 | 0.05 | 254.77 | 0.7 | 0.82 |
| Hex | C0 | B0 | F1 | 14 | 1B | 0 | 5 | FF | 46 | 52 |
| Octal | 300 | 260 | 361 | 24 | 33 | 0 | 5 | 377 | 106 | 122 |
| Binary | 11000000 | 10110000 | 11110001 | 10100 | 11011 | 0 | 101 | 11111111 | 1000110 | 1010010 |
Color Harmonies of #C0B0F1
Complementary color
Monochromatic Colors of #C0B0F1
Black with #C0B0F1
Text Example
Text Example
White with #C0B0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0F1; }
p { color: rgb(192,176,241); }
H1.HeaderClassName
{
color: #C0B0F1;
}
.AnyTagClassName
{
color: #C0B0F1;
}
</style>
background-color css
<style>
a { background-color: #C0B0F1; }
a { background-color: rgb(192,176,241); }
div.DivClassName
{
background-color: #C0B0F1;
}
.BgClassName
{
background-color: #C0B0F1;
}
</style>
border-color css
<style>
span { border-color: #C0B0F1; }
span { border-color: rgb(192,176,241); }
td.TdClassName
{
border-color: #C0B0F1;
}
.TagClassName
{
border-color: #C0B0F1;
}
</style>