Shades of Mulberry #C64BA3
Tints of Mulberry #C64BA3
RGB
CMYK
RGB Variations
Color information
#C64BA3 (or 0xC64BA3) is known color: Mulberry. HEX triplet: C6, 4B and A3. RGB value is (198,75,163). Sum of RGB (Red+Green+Blue) = 198+75+163=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA3 is #39B45C. Grayscale: #797979. Windows color (decimal): -3781725 or 10701766. OLE color: 10701766.
HSL color Cylindrical-coordinate representation of color #C64BA3: hue angle of 317.07º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64BA3 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 163 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.22 |
| HSL | 317.07º | 0.52% | 0.54% | - |
| HSV(B) | 317.07º | 0.62% | 0.78% | - |
| XYZ | 32.42 | 19.68 | 36.74 | - |
| YUV | 121.81 | 151.25 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 163 | 0 | 0.62 | 0.18 | 0.22 | 317.07 | 0.52 | 0.54 |
| Hex | C6 | 4B | A3 | 0 | 3E | 12 | 16 | 13D | 34 | 36 |
| Octal | 306 | 113 | 243 | 0 | 76 | 22 | 26 | 475 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10100011 | 0 | 111110 | 10010 | 10110 | 100111101 | 110100 | 110110 |
Color Harmonies of #C64BA3
Complementary color
Monochromatic Colors of #C64BA3
Black with #C64BA3
Text Example
Text Example
White with #C64BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BA3; }
p { color: rgb(198,75,163); }
H1.HeaderClassName
{
color: #C64BA3;
}
.AnyTagClassName
{
color: #C64BA3;
}
</style>
background-color css
<style>
a { background-color: #C64BA3; }
a { background-color: rgb(198,75,163); }
div.DivClassName
{
background-color: #C64BA3;
}
.BgClassName
{
background-color: #C64BA3;
}
</style>
border-color css
<style>
span { border-color: #C64BA3; }
span { border-color: rgb(198,75,163); }
td.TdClassName
{
border-color: #C64BA3;
}
.TagClassName
{
border-color: #C64BA3;
}
</style>