Shades of Mulberry #C650A2
Tints of Mulberry #C650A2
RGB
CMYK
RGB Variations
Color information
#C650A2 (or 0xC650A2) is known color: Mulberry. HEX triplet: C6, 50 and A2. RGB value is (198,80,162). Sum of RGB (Red+Green+Blue) = 198+80+162=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C650A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650A2 is #39AF5D. Grayscale: #7C7C7C. Windows color (decimal): -3780446 or 10637510. OLE color: 10637510.
HSL color Cylindrical-coordinate representation of color #C650A2: hue angle of 318.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C650A2 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 162 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.22 |
| HSL | 318.31º | 0.51% | 0.55% | - |
| HSV(B) | 318.31º | 0.6% | 0.78% | - |
| XYZ | 32.68 | 20.35 | 36.39 | - |
| YUV | 124.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 162 | 0 | 0.60 | 0.18 | 0.22 | 318.31 | 0.51 | 0.55 |
| Hex | C6 | 50 | A2 | 0 | 3C | 12 | 16 | 13E | 33 | 37 |
| Octal | 306 | 120 | 242 | 0 | 74 | 22 | 26 | 476 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10100010 | 0 | 111100 | 10010 | 10110 | 100111110 | 110011 | 110111 |
Color Harmonies of #C650A2
Complementary color
Monochromatic Colors of #C650A2
Black with #C650A2
Text Example
Text Example
White with #C650A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650A2; }
p { color: rgb(198,80,162); }
H1.HeaderClassName
{
color: #C650A2;
}
.AnyTagClassName
{
color: #C650A2;
}
</style>
background-color css
<style>
a { background-color: #C650A2; }
a { background-color: rgb(198,80,162); }
div.DivClassName
{
background-color: #C650A2;
}
.BgClassName
{
background-color: #C650A2;
}
</style>
border-color css
<style>
span { border-color: #C650A2; }
span { border-color: rgb(198,80,162); }
td.TdClassName
{
border-color: #C650A2;
}
.TagClassName
{
border-color: #C650A2;
}
</style>