Shades of Mulberry #C649A6
Tints of Mulberry #C649A6
RGB
CMYK
RGB Variations
Color information
#C649A6 (or 0xC649A6) is known color: Mulberry. HEX triplet: C6, 49 and A6. RGB value is (198,73,166). Sum of RGB (Red+Green+Blue) = 198+73+166=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C649A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C649A6 is #39B659. Grayscale: #787878. Windows color (decimal): -3782234 or 10897862. OLE color: 10897862.
HSL color Cylindrical-coordinate representation of color #C649A6: hue angle of 315.36º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C649A6 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 166 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.22 |
| HSL | 315.36º | 0.52% | 0.53% | - |
| HSV(B) | 315.36º | 0.63% | 0.78% | - |
| XYZ | 32.55 | 19.52 | 38.13 | - |
| YUV | 120.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 166 | 0 | 0.63 | 0.16 | 0.22 | 315.36 | 0.52 | 0.53 |
| Hex | C6 | 49 | A6 | 0 | 3F | 10 | 16 | 13B | 34 | 35 |
| Octal | 306 | 111 | 246 | 0 | 77 | 20 | 26 | 473 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10100110 | 0 | 111111 | 10000 | 10110 | 100111011 | 110100 | 110101 |
Color Harmonies of #C649A6
Complementary color
Monochromatic Colors of #C649A6
Black with #C649A6
Text Example
Text Example
White with #C649A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649A6; }
p { color: rgb(198,73,166); }
H1.HeaderClassName
{
color: #C649A6;
}
.AnyTagClassName
{
color: #C649A6;
}
</style>
background-color css
<style>
a { background-color: #C649A6; }
a { background-color: rgb(198,73,166); }
div.DivClassName
{
background-color: #C649A6;
}
.BgClassName
{
background-color: #C649A6;
}
</style>
border-color css
<style>
span { border-color: #C649A6; }
span { border-color: rgb(198,73,166); }
td.TdClassName
{
border-color: #C649A6;
}
.TagClassName
{
border-color: #C649A6;
}
</style>