Shades of Melrose #C0B6EA
Tints of Melrose #C0B6EA
RGB
CMYK
RGB Variations
Color information
#C0B6EA (or 0xC0B6EA) is known color: Melrose. HEX triplet: C0, B6 and EA. RGB value is (192,182,234). Sum of RGB (Red+Green+Blue) = 192+182+234=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0B6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6EA is #3F4915. Grayscale: #BEBEBE. Windows color (decimal): -4147478 or 15382208. OLE color: 15382208.
HSL color Cylindrical-coordinate representation of color #C0B6EA: hue angle of 251.54º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0B6EA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 182 | 234 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.08 |
| HSL | 251.54º | 0.55% | 0.82% | - |
| HSV(B) | 251.54º | 0.22% | 0.92% | - |
| XYZ | 53.32 | 50.6 | 84.8 | - |
| YUV | 190.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 234 | 0.18 | 0.22 | 0 | 0.08 | 251.54 | 0.55 | 0.82 |
| Hex | C0 | B6 | EA | 12 | 16 | 0 | 8 | FC | 37 | 52 |
| Octal | 300 | 266 | 352 | 22 | 26 | 0 | 10 | 374 | 67 | 122 |
| Binary | 11000000 | 10110110 | 11101010 | 10010 | 10110 | 0 | 1000 | 11111100 | 110111 | 1010010 |
Color Harmonies of #C0B6EA
Complementary color
Monochromatic Colors of #C0B6EA
Black with #C0B6EA
Text Example
Text Example
White with #C0B6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6EA; }
p { color: rgb(192,182,234); }
H1.HeaderClassName
{
color: #C0B6EA;
}
.AnyTagClassName
{
color: #C0B6EA;
}
</style>
background-color css
<style>
a { background-color: #C0B6EA; }
a { background-color: rgb(192,182,234); }
div.DivClassName
{
background-color: #C0B6EA;
}
.BgClassName
{
background-color: #C0B6EA;
}
</style>
border-color css
<style>
span { border-color: #C0B6EA; }
span { border-color: rgb(192,182,234); }
td.TdClassName
{
border-color: #C0B6EA;
}
.TagClassName
{
border-color: #C0B6EA;
}
</style>