Shades of Mulberry #C853A7
Tints of Mulberry #C853A7
RGB
CMYK
RGB Variations
Color information
#C853A7 (or 0xC853A7) is known color: Mulberry. HEX triplet: C8, 53 and A7. RGB value is (200,83,167). Sum of RGB (Red+Green+Blue) = 200+83+167=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C853A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853A7 is #37AC58. Grayscale: #7F7F7F. Windows color (decimal): -3648601 or 10965960. OLE color: 10965960.
HSL color Cylindrical-coordinate representation of color #C853A7: hue angle of 316.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C853A7 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 167 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.22 |
| HSL | 316.92º | 0.52% | 0.55% | - |
| HSV(B) | 316.92º | 0.59% | 0.78% | - |
| XYZ | 33.89 | 21.26 | 38.88 | - |
| YUV | 127.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 167 | 0 | 0.58 | 0.16 | 0.22 | 316.92 | 0.52 | 0.55 |
| Hex | C8 | 53 | A7 | 0 | 3A | 10 | 16 | 13D | 34 | 37 |
| Octal | 310 | 123 | 247 | 0 | 72 | 20 | 26 | 475 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10100111 | 0 | 111010 | 10000 | 10110 | 100111101 | 110100 | 110111 |
Color Harmonies of #C853A7
Complementary color
Monochromatic Colors of #C853A7
Black with #C853A7
Text Example
Text Example
White with #C853A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853A7; }
p { color: rgb(200,83,167); }
H1.HeaderClassName
{
color: #C853A7;
}
.AnyTagClassName
{
color: #C853A7;
}
</style>
background-color css
<style>
a { background-color: #C853A7; }
a { background-color: rgb(200,83,167); }
div.DivClassName
{
background-color: #C853A7;
}
.BgClassName
{
background-color: #C853A7;
}
</style>
border-color css
<style>
span { border-color: #C853A7; }
span { border-color: rgb(200,83,167); }
td.TdClassName
{
border-color: #C853A7;
}
.TagClassName
{
border-color: #C853A7;
}
</style>