Shades of Mulberry #C64998
Tints of Mulberry #C64998
RGB
CMYK
RGB Variations
Color information
#C64998 (or 0xC64998) is known color: Mulberry. HEX triplet: C6, 49 and 98. RGB value is (198,73,152). Sum of RGB (Red+Green+Blue) = 198+73+152=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64998 is #39B667. Grayscale: #777777. Windows color (decimal): -3782248 or 9980358. OLE color: 9980358.
HSL color Cylindrical-coordinate representation of color #C64998: hue angle of 322.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64998 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 152 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.22 |
| HSL | 322.08º | 0.52% | 0.53% | - |
| HSV(B) | 322.08º | 0.63% | 0.78% | - |
| XYZ | 31.34 | 19.04 | 31.73 | - |
| YUV | 119.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 152 | 0 | 0.63 | 0.23 | 0.22 | 322.08 | 0.52 | 0.53 |
| Hex | C6 | 49 | 98 | 0 | 3F | 17 | 16 | 142 | 34 | 35 |
| Octal | 306 | 111 | 230 | 0 | 77 | 27 | 26 | 502 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10011000 | 0 | 111111 | 10111 | 10110 | 101000010 | 110100 | 110101 |
Color Harmonies of #C64998
Complementary color
Monochromatic Colors of #C64998
Black with #C64998
Text Example
Text Example
White with #C64998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64998; }
p { color: rgb(198,73,152); }
H1.HeaderClassName
{
color: #C64998;
}
.AnyTagClassName
{
color: #C64998;
}
</style>
background-color css
<style>
a { background-color: #C64998; }
a { background-color: rgb(198,73,152); }
div.DivClassName
{
background-color: #C64998;
}
.BgClassName
{
background-color: #C64998;
}
</style>
border-color css
<style>
span { border-color: #C64998; }
span { border-color: rgb(198,73,152); }
td.TdClassName
{
border-color: #C64998;
}
.TagClassName
{
border-color: #C64998;
}
</style>