Shades of Mulberry #C64BA2
Tints of Mulberry #C64BA2
RGB
CMYK
RGB Variations
Color information
#C64BA2 (or 0xC64BA2) is known color: Mulberry. HEX triplet: C6, 4B and A2. RGB value is (198,75,162). Sum of RGB (Red+Green+Blue) = 198+75+162=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA2 is #39B45D. Grayscale: #797979. Windows color (decimal): -3781726 or 10636230. OLE color: 10636230.
HSL color Cylindrical-coordinate representation of color #C64BA2: hue angle of 317.56º 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 #C64BA2 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 162 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.22 |
| HSL | 317.56º | 0.52% | 0.54% | - |
| HSV(B) | 317.56º | 0.62% | 0.78% | - |
| XYZ | 32.33 | 19.65 | 36.27 | - |
| YUV | 121.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 162 | 0 | 0.62 | 0.18 | 0.22 | 317.56 | 0.52 | 0.54 |
| Hex | C6 | 4B | A2 | 0 | 3E | 12 | 16 | 13E | 34 | 36 |
| Octal | 306 | 113 | 242 | 0 | 76 | 22 | 26 | 476 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10100010 | 0 | 111110 | 10010 | 10110 | 100111110 | 110100 | 110110 |
Color Harmonies of #C64BA2
Complementary color
Monochromatic Colors of #C64BA2
Black with #C64BA2
Text Example
Text Example
White with #C64BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BA2; }
p { color: rgb(198,75,162); }
H1.HeaderClassName
{
color: #C64BA2;
}
.AnyTagClassName
{
color: #C64BA2;
}
</style>
background-color css
<style>
a { background-color: #C64BA2; }
a { background-color: rgb(198,75,162); }
div.DivClassName
{
background-color: #C64BA2;
}
.BgClassName
{
background-color: #C64BA2;
}
</style>
border-color css
<style>
span { border-color: #C64BA2; }
span { border-color: rgb(198,75,162); }
td.TdClassName
{
border-color: #C64BA2;
}
.TagClassName
{
border-color: #C64BA2;
}
</style>