Shades of Melrose #C0B2E1
Tints of Melrose #C0B2E1
RGB
CMYK
RGB Variations
Color information
#C0B2E1 (or 0xC0B2E1) is known color: Melrose. HEX triplet: C0, B2 and E1. RGB value is (192,178,225). Sum of RGB (Red+Green+Blue) = 192+178+225=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0B2E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B2E1 is #3F4D1E. Grayscale: #BBBBBB. Windows color (decimal): -4148511 or 14791360. OLE color: 14791360.
HSL color Cylindrical-coordinate representation of color #C0B2E1: hue angle of 257.87º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0B2E1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 178 | 225 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.12 |
| HSL | 257.87º | 0.44% | 0.79% | - |
| HSV(B) | 257.87º | 0.21% | 0.88% | - |
| XYZ | 51.25 | 48.48 | 77.89 | - |
| YUV | 187.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 225 | 0.15 | 0.21 | 0 | 0.12 | 257.87 | 0.44 | 0.79 |
| Hex | C0 | B2 | E1 | F | 15 | 0 | C | 102 | 2C | 4F |
| Octal | 300 | 262 | 341 | 17 | 25 | 0 | 14 | 402 | 54 | 117 |
| Binary | 11000000 | 10110010 | 11100001 | 1111 | 10101 | 0 | 1100 | 100000010 | 101100 | 1001111 |
Color Harmonies of #C0B2E1
Complementary color
Monochromatic Colors of #C0B2E1
Black with #C0B2E1
Text Example
Text Example
White with #C0B2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B2E1; }
p { color: rgb(192,178,225); }
H1.HeaderClassName
{
color: #C0B2E1;
}
.AnyTagClassName
{
color: #C0B2E1;
}
</style>
background-color css
<style>
a { background-color: #C0B2E1; }
a { background-color: rgb(192,178,225); }
div.DivClassName
{
background-color: #C0B2E1;
}
.BgClassName
{
background-color: #C0B2E1;
}
</style>
border-color css
<style>
span { border-color: #C0B2E1; }
span { border-color: rgb(192,178,225); }
td.TdClassName
{
border-color: #C0B2E1;
}
.TagClassName
{
border-color: #C0B2E1;
}
</style>