Shades of Mulberry #C64A98
Tints of Mulberry #C64A98
RGB
CMYK
RGB Variations
Color information
#C64A98 (or 0xC64A98) is known color: Mulberry. HEX triplet: C6, 4A and 98. RGB value is (198,74,152). Sum of RGB (Red+Green+Blue) = 198+74+152=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A98 is #39B567. Grayscale: #777777. Windows color (decimal): -3781992 or 9980614. OLE color: 9980614.
HSL color Cylindrical-coordinate representation of color #C64A98: hue angle of 322.26º 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 #C64A98 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 152 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.22 |
| HSL | 322.26º | 0.52% | 0.53% | - |
| HSV(B) | 322.26º | 0.63% | 0.78% | - |
| XYZ | 31.4 | 19.17 | 31.75 | - |
| YUV | 119.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 152 | 0 | 0.63 | 0.23 | 0.22 | 322.26 | 0.52 | 0.53 |
| Hex | C6 | 4A | 98 | 0 | 3F | 17 | 16 | 142 | 34 | 35 |
| Octal | 306 | 112 | 230 | 0 | 77 | 27 | 26 | 502 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10011000 | 0 | 111111 | 10111 | 10110 | 101000010 | 110100 | 110101 |
Color Harmonies of #C64A98
Complementary color
Monochromatic Colors of #C64A98
Black with #C64A98
Text Example
Text Example
White with #C64A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A98; }
p { color: rgb(198,74,152); }
H1.HeaderClassName
{
color: #C64A98;
}
.AnyTagClassName
{
color: #C64A98;
}
</style>
background-color css
<style>
a { background-color: #C64A98; }
a { background-color: rgb(198,74,152); }
div.DivClassName
{
background-color: #C64A98;
}
.BgClassName
{
background-color: #C64A98;
}
</style>
border-color css
<style>
span { border-color: #C64A98; }
span { border-color: rgb(198,74,152); }
td.TdClassName
{
border-color: #C64A98;
}
.TagClassName
{
border-color: #C64A98;
}
</style>