Shades of Melrose #C0B6E7
Tints of Melrose #C0B6E7
RGB
CMYK
RGB Variations
Color information
#C0B6E7 (or 0xC0B6E7) is known color: Melrose. HEX triplet: C0, B6 and E7. RGB value is (192,182,231). Sum of RGB (Red+Green+Blue) = 192+182+231=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0B6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B6E7 is #3F4918. Grayscale: #BEBEBE. Windows color (decimal): -4147481 or 15185600. OLE color: 15185600.
HSL color Cylindrical-coordinate representation of color #C0B6E7: hue angle of 252.24º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B6E7 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 182 | 231 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.09 |
| HSL | 252.24º | 0.51% | 0.81% | - |
| HSV(B) | 252.24º | 0.21% | 0.91% | - |
| XYZ | 52.89 | 50.43 | 82.55 | - |
| YUV | 190.58 | 150.81 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 182 | 231 | 0.17 | 0.21 | 0 | 0.09 | 252.24 | 0.51 | 0.81 |
| Hex | C0 | B6 | E7 | 11 | 15 | 0 | 9 | FC | 33 | 51 |
| Octal | 300 | 266 | 347 | 21 | 25 | 0 | 11 | 374 | 63 | 121 |
| Binary | 11000000 | 10110110 | 11100111 | 10001 | 10101 | 0 | 1001 | 11111100 | 110011 | 1010001 |
Color Harmonies of #C0B6E7
Complementary color
Monochromatic Colors of #C0B6E7
Black with #C0B6E7
Text Example
Text Example
White with #C0B6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B6E7; }
p { color: rgb(192,182,231); }
H1.HeaderClassName
{
color: #C0B6E7;
}
.AnyTagClassName
{
color: #C0B6E7;
}
</style>
background-color css
<style>
a { background-color: #C0B6E7; }
a { background-color: rgb(192,182,231); }
div.DivClassName
{
background-color: #C0B6E7;
}
.BgClassName
{
background-color: #C0B6E7;
}
</style>
border-color css
<style>
span { border-color: #C0B6E7; }
span { border-color: rgb(192,182,231); }
td.TdClassName
{
border-color: #C0B6E7;
}
.TagClassName
{
border-color: #C0B6E7;
}
</style>