Shades of Mulberry #C845A2
Tints of Mulberry #C845A2
RGB
CMYK
RGB Variations
Color information
#C845A2 (or 0xC845A2) is known color: Mulberry. HEX triplet: C8, 45 and A2. RGB value is (200,69,162). Sum of RGB (Red+Green+Blue) = 200+69+162=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C845A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845A2 is #37BA5D. Grayscale: #767676. Windows color (decimal): -3652190 or 10634696. OLE color: 10634696.
HSL color Cylindrical-coordinate representation of color #C845A2: hue angle of 317.4º degrees, saturation: 0.54, 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 #C845A2 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 162 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.22 |
| HSL | 317.4º | 0.54% | 0.53% | - |
| HSV(B) | 317.4º | 0.66% | 0.78% | - |
| XYZ | 32.47 | 19.14 | 36.17 | - |
| YUV | 118.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 162 | 0 | 0.66 | 0.19 | 0.22 | 317.4 | 0.54 | 0.53 |
| Hex | C8 | 45 | A2 | 0 | 42 | 13 | 16 | 13D | 36 | 35 |
| Octal | 310 | 105 | 242 | 0 | 102 | 23 | 26 | 475 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10100010 | 0 | 1000010 | 10011 | 10110 | 100111101 | 110110 | 110101 |
Color Harmonies of #C845A2
Complementary color
Monochromatic Colors of #C845A2
Black with #C845A2
Text Example
Text Example
White with #C845A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845A2; }
p { color: rgb(200,69,162); }
H1.HeaderClassName
{
color: #C845A2;
}
.AnyTagClassName
{
color: #C845A2;
}
</style>
background-color css
<style>
a { background-color: #C845A2; }
a { background-color: rgb(200,69,162); }
div.DivClassName
{
background-color: #C845A2;
}
.BgClassName
{
background-color: #C845A2;
}
</style>
border-color css
<style>
span { border-color: #C845A2; }
span { border-color: rgb(200,69,162); }
td.TdClassName
{
border-color: #C845A2;
}
.TagClassName
{
border-color: #C845A2;
}
</style>