Shades of Mulberry #C646A8
Tints of Mulberry #C646A8
RGB
CMYK
RGB Variations
Color information
#C646A8 (or 0xC646A8) is known color: Mulberry. HEX triplet: C6, 46 and A8. RGB value is (198,70,168). Sum of RGB (Red+Green+Blue) = 198+70+168=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C646A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C646A8 is #39B957. Grayscale: #777777. Windows color (decimal): -3783000 or 11028166. OLE color: 11028166.
HSL color Cylindrical-coordinate representation of color #C646A8: hue angle of 314.06º 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 #C646A8 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 168 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.22 |
| HSL | 314.06º | 0.53% | 0.53% | - |
| HSV(B) | 314.06º | 0.65% | 0.78% | - |
| XYZ | 32.55 | 19.21 | 39.04 | - |
| YUV | 119.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 168 | 0 | 0.65 | 0.15 | 0.22 | 314.06 | 0.53 | 0.53 |
| Hex | C6 | 46 | A8 | 0 | 41 | F | 16 | 13A | 35 | 35 |
| Octal | 306 | 106 | 250 | 0 | 101 | 17 | 26 | 472 | 65 | 65 |
| Binary | 11000110 | 1000110 | 10101000 | 0 | 1000001 | 1111 | 10110 | 100111010 | 110101 | 110101 |
Color Harmonies of #C646A8
Complementary color
Monochromatic Colors of #C646A8
Black with #C646A8
Text Example
Text Example
White with #C646A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646A8; }
p { color: rgb(198,70,168); }
H1.HeaderClassName
{
color: #C646A8;
}
.AnyTagClassName
{
color: #C646A8;
}
</style>
background-color css
<style>
a { background-color: #C646A8; }
a { background-color: rgb(198,70,168); }
div.DivClassName
{
background-color: #C646A8;
}
.BgClassName
{
background-color: #C646A8;
}
</style>
border-color css
<style>
span { border-color: #C646A8; }
span { border-color: rgb(198,70,168); }
td.TdClassName
{
border-color: #C646A8;
}
.TagClassName
{
border-color: #C646A8;
}
</style>