Shades of Mulberry #C64BA6
Tints of Mulberry #C64BA6
RGB
CMYK
RGB Variations
Color information
#C64BA6 (or 0xC64BA6) is known color: Mulberry. HEX triplet: C6, 4B and A6. RGB value is (198,75,166). Sum of RGB (Red+Green+Blue) = 198+75+166=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C64BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64BA6 is #39B459. Grayscale: #797979. Windows color (decimal): -3781722 or 10898374. OLE color: 10898374.
HSL color Cylindrical-coordinate representation of color #C64BA6: hue angle of 315.61º 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 #C64BA6 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 166 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.22 |
| HSL | 315.61º | 0.52% | 0.54% | - |
| HSV(B) | 315.61º | 0.62% | 0.78% | - |
| XYZ | 32.69 | 19.79 | 38.17 | - |
| YUV | 122.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 166 | 0 | 0.62 | 0.16 | 0.22 | 315.61 | 0.52 | 0.54 |
| Hex | C6 | 4B | A6 | 0 | 3E | 10 | 16 | 13C | 34 | 36 |
| Octal | 306 | 113 | 246 | 0 | 76 | 20 | 26 | 474 | 64 | 66 |
| Binary | 11000110 | 1001011 | 10100110 | 0 | 111110 | 10000 | 10110 | 100111100 | 110100 | 110110 |
Color Harmonies of #C64BA6
Complementary color
Monochromatic Colors of #C64BA6
Black with #C64BA6
Text Example
Text Example
White with #C64BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BA6; }
p { color: rgb(198,75,166); }
H1.HeaderClassName
{
color: #C64BA6;
}
.AnyTagClassName
{
color: #C64BA6;
}
</style>
background-color css
<style>
a { background-color: #C64BA6; }
a { background-color: rgb(198,75,166); }
div.DivClassName
{
background-color: #C64BA6;
}
.BgClassName
{
background-color: #C64BA6;
}
</style>
border-color css
<style>
span { border-color: #C64BA6; }
span { border-color: rgb(198,75,166); }
td.TdClassName
{
border-color: #C64BA6;
}
.TagClassName
{
border-color: #C64BA6;
}
</style>