Shades of Mulberry #C648A0
Tints of Mulberry #C648A0
RGB
CMYK
RGB Variations
Color information
#C648A0 (or 0xC648A0) is known color: Mulberry. HEX triplet: C6, 48 and A0. RGB value is (198,72,160). Sum of RGB (Red+Green+Blue) = 198+72+160=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C648A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C648A0 is #39B75F. Grayscale: #777777. Windows color (decimal): -3782496 or 10504390. OLE color: 10504390.
HSL color Cylindrical-coordinate representation of color #C648A0: hue angle of 318.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C648A0 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 160 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.22 |
| HSL | 318.1º | 0.53% | 0.53% | - |
| HSV(B) | 318.1º | 0.64% | 0.78% | - |
| XYZ | 31.95 | 19.18 | 35.28 | - |
| YUV | 119.71 | 150.74 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 160 | 0 | 0.64 | 0.19 | 0.22 | 318.1 | 0.53 | 0.53 |
| Hex | C6 | 48 | A0 | 0 | 40 | 13 | 16 | 13E | 34 | 35 |
| Octal | 306 | 110 | 240 | 0 | 100 | 23 | 26 | 476 | 64 | 65 |
| Binary | 11000110 | 1001000 | 10100000 | 0 | 1000000 | 10011 | 10110 | 100111110 | 110100 | 110101 |
Color Harmonies of #C648A0
Complementary color
Monochromatic Colors of #C648A0
Black with #C648A0
Text Example
Text Example
White with #C648A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C648A0; }
p { color: rgb(198,72,160); }
H1.HeaderClassName
{
color: #C648A0;
}
.AnyTagClassName
{
color: #C648A0;
}
</style>
background-color css
<style>
a { background-color: #C648A0; }
a { background-color: rgb(198,72,160); }
div.DivClassName
{
background-color: #C648A0;
}
.BgClassName
{
background-color: #C648A0;
}
</style>
border-color css
<style>
span { border-color: #C648A0; }
span { border-color: rgb(198,72,160); }
td.TdClassName
{
border-color: #C648A0;
}
.TagClassName
{
border-color: #C648A0;
}
</style>