Shades of Mulberry #C646A1
Tints of Mulberry #C646A1
RGB
CMYK
RGB Variations
Color information
#C646A1 (or 0xC646A1) is known color: Mulberry. HEX triplet: C6, 46 and A1. RGB value is (198,70,161). Sum of RGB (Red+Green+Blue) = 198+70+161=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C646A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646A1 is #39B95E. Grayscale: #767676. Windows color (decimal): -3783007 or 10569414. OLE color: 10569414.
HSL color Cylindrical-coordinate representation of color #C646A1: hue angle of 317.34º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646A1 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 161 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.22 |
| HSL | 317.34º | 0.53% | 0.53% | - |
| HSV(B) | 317.34º | 0.65% | 0.78% | - |
| XYZ | 31.91 | 18.96 | 35.7 | - |
| YUV | 118.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 161 | 0 | 0.65 | 0.19 | 0.22 | 317.34 | 0.53 | 0.53 |
| Hex | C6 | 46 | A1 | 0 | 41 | 13 | 16 | 13D | 35 | 35 |
| Octal | 306 | 106 | 241 | 0 | 101 | 23 | 26 | 475 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10100001 | 0 | 1000001 | 10011 | 10110 | 100111101 | 110101 | 110101 |
Color Harmonies of #C646A1
Complementary color
Monochromatic Colors of #C646A1
Black with #C646A1
Text Example
Text Example
White with #C646A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646A1; }
p { color: rgb(198,70,161); }
H1.HeaderClassName
{
color: #C646A1;
}
.AnyTagClassName
{
color: #C646A1;
}
</style>
background-color css
<style>
a { background-color: #C646A1; }
a { background-color: rgb(198,70,161); }
div.DivClassName
{
background-color: #C646A1;
}
.BgClassName
{
background-color: #C646A1;
}
</style>
border-color css
<style>
span { border-color: #C646A1; }
span { border-color: rgb(198,70,161); }
td.TdClassName
{
border-color: #C646A1;
}
.TagClassName
{
border-color: #C646A1;
}
</style>