Shades of Melrose #C0B7EA
Tints of Melrose #C0B7EA
RGB
CMYK
RGB Variations
Color information
#C0B7EA (or 0xC0B7EA) is known color: Melrose. HEX triplet: C0, B7 and EA. RGB value is (192,183,234). Sum of RGB (Red+Green+Blue) = 192+183+234=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0B7EA is #3F4815. Grayscale: #BFBFBF. Windows color (decimal): -4147222 or 15382464. OLE color: 15382464.
HSL color Cylindrical-coordinate representation of color #C0B7EA: hue angle of 250.59º 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 #C0B7EA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 183 | 234 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.08 |
| HSL | 250.59º | 0.55% | 0.82% | - |
| HSV(B) | 250.59º | 0.22% | 0.92% | - |
| XYZ | 53.52 | 51.01 | 84.87 | - |
| YUV | 191.51 | 151.98 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 234 | 0.18 | 0.22 | 0 | 0.08 | 250.59 | 0.55 | 0.82 |
| Hex | C0 | B7 | EA | 12 | 16 | 0 | 8 | FB | 37 | 52 |
| Octal | 300 | 267 | 352 | 22 | 26 | 0 | 10 | 373 | 67 | 122 |
| Binary | 11000000 | 10110111 | 11101010 | 10010 | 10110 | 0 | 1000 | 11111011 | 110111 | 1010010 |
Color Harmonies of #C0B7EA
Complementary color
Monochromatic Colors of #C0B7EA
Black with #C0B7EA
Text Example
Text Example
White with #C0B7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B7EA; }
p { color: rgb(192,183,234); }
H1.HeaderClassName
{
color: #C0B7EA;
}
.AnyTagClassName
{
color: #C0B7EA;
}
</style>
background-color css
<style>
a { background-color: #C0B7EA; }
a { background-color: rgb(192,183,234); }
div.DivClassName
{
background-color: #C0B7EA;
}
.BgClassName
{
background-color: #C0B7EA;
}
</style>
border-color css
<style>
span { border-color: #C0B7EA; }
span { border-color: rgb(192,183,234); }
td.TdClassName
{
border-color: #C0B7EA;
}
.TagClassName
{
border-color: #C0B7EA;
}
</style>