Shades of Melrose #C0BAD6
Tints of Melrose #C0BAD6
RGB
CMYK
RGB Variations
Color information
#C0BAD6 (or 0xC0BAD6) is known color: Melrose. HEX triplet: C0, BA and D6. RGB value is (192,186,214). Sum of RGB (Red+Green+Blue) = 192+186+214=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAD6 is #3F4529. Grayscale: #BEBEBE. Windows color (decimal): -4146474 or 14072512. OLE color: 14072512.
HSL color Cylindrical-coordinate representation of color #C0BAD6: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BAD6 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 186 | 214 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.16 |
| HSL | 252.86º | 0.25% | 0.78% | - |
| HSV(B) | 252.86º | 0.13% | 0.84% | - |
| XYZ | 51.43 | 51.18 | 70.79 | - |
| YUV | 190.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 214 | 0.10 | 0.13 | 0 | 0.16 | 252.86 | 0.25 | 0.78 |
| Hex | C0 | BA | D6 | A | D | 0 | 10 | FD | 19 | 4E |
| Octal | 300 | 272 | 326 | 12 | 15 | 0 | 20 | 375 | 31 | 116 |
| Binary | 11000000 | 10111010 | 11010110 | 1010 | 1101 | 0 | 10000 | 11111101 | 11001 | 1001110 |
Color Harmonies of #C0BAD6
Complementary color
Monochromatic Colors of #C0BAD6
Black with #C0BAD6
Text Example
Text Example
White with #C0BAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BAD6; }
p { color: rgb(192,186,214); }
H1.HeaderClassName
{
color: #C0BAD6;
}
.AnyTagClassName
{
color: #C0BAD6;
}
</style>
background-color css
<style>
a { background-color: #C0BAD6; }
a { background-color: rgb(192,186,214); }
div.DivClassName
{
background-color: #C0BAD6;
}
.BgClassName
{
background-color: #C0BAD6;
}
</style>
border-color css
<style>
span { border-color: #C0BAD6; }
span { border-color: rgb(192,186,214); }
td.TdClassName
{
border-color: #C0BAD6;
}
.TagClassName
{
border-color: #C0BAD6;
}
</style>