Shades of Melrose #C4B0F0
Tints of Melrose #C4B0F0
RGB
CMYK
RGB Variations
Color information
#C4B0F0 (or 0xC4B0F0) is known color: Melrose. HEX triplet: C4, B0 and F0. RGB value is (196,176,240). Sum of RGB (Red+Green+Blue) = 196+176+240=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #C4B0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4B0F0 is #3B4F0F. Grayscale: #BDBDBD. Windows color (decimal): -3886864 or 15773892. OLE color: 15773892.
HSL color Cylindrical-coordinate representation of color #C4B0F0: hue angle of 258.75º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4B0F0 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 176 | 240 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.06 |
| HSL | 258.75º | 0.68% | 0.82% | - |
| HSV(B) | 258.75º | 0.27% | 0.94% | - |
| XYZ | 54.02 | 49.08 | 89.06 | - |
| YUV | 189.28 | 156.63 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 240 | 0.18 | 0.27 | 0 | 0.06 | 258.75 | 0.68 | 0.82 |
| Hex | C4 | B0 | F0 | 12 | 1B | 0 | 6 | 103 | 44 | 52 |
| Octal | 304 | 260 | 360 | 22 | 33 | 0 | 6 | 403 | 104 | 122 |
| Binary | 11000100 | 10110000 | 11110000 | 10010 | 11011 | 0 | 110 | 100000011 | 1000100 | 1010010 |
Color Harmonies of #C4B0F0
Complementary color
Monochromatic Colors of #C4B0F0
Black with #C4B0F0
Text Example
Text Example
White with #C4B0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0F0; }
p { color: rgb(196,176,240); }
H1.HeaderClassName
{
color: #C4B0F0;
}
.AnyTagClassName
{
color: #C4B0F0;
}
</style>
background-color css
<style>
a { background-color: #C4B0F0; }
a { background-color: rgb(196,176,240); }
div.DivClassName
{
background-color: #C4B0F0;
}
.BgClassName
{
background-color: #C4B0F0;
}
</style>
border-color css
<style>
span { border-color: #C4B0F0; }
span { border-color: rgb(196,176,240); }
td.TdClassName
{
border-color: #C4B0F0;
}
.TagClassName
{
border-color: #C4B0F0;
}
</style>