Shades of Mulberry #C857A8
Tints of Mulberry #C857A8
RGB
CMYK
RGB Variations
Color information
#C857A8 (or 0xC857A8) is known color: Mulberry. HEX triplet: C8, 57 and A8. RGB value is (200,87,168). Sum of RGB (Red+Green+Blue) = 200+87+168=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C857A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C857A8 is #37A857. Grayscale: #818181. Windows color (decimal): -3647576 or 11032520. OLE color: 11032520.
HSL color Cylindrical-coordinate representation of color #C857A8: hue angle of 316.99º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C857A8 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 168 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.22 |
| HSL | 316.99º | 0.51% | 0.56% | - |
| HSV(B) | 316.99º | 0.57% | 0.78% | - |
| XYZ | 34.3 | 21.92 | 39.47 | - |
| YUV | 130.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 168 | 0 | 0.56 | 0.16 | 0.22 | 316.99 | 0.51 | 0.56 |
| Hex | C8 | 57 | A8 | 0 | 38 | 10 | 16 | 13D | 33 | 38 |
| Octal | 310 | 127 | 250 | 0 | 70 | 20 | 26 | 475 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10101000 | 0 | 111000 | 10000 | 10110 | 100111101 | 110011 | 111000 |
Color Harmonies of #C857A8
Complementary color
Monochromatic Colors of #C857A8
Black with #C857A8
Text Example
Text Example
White with #C857A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C857A8; }
p { color: rgb(200,87,168); }
H1.HeaderClassName
{
color: #C857A8;
}
.AnyTagClassName
{
color: #C857A8;
}
</style>
background-color css
<style>
a { background-color: #C857A8; }
a { background-color: rgb(200,87,168); }
div.DivClassName
{
background-color: #C857A8;
}
.BgClassName
{
background-color: #C857A8;
}
</style>
border-color css
<style>
span { border-color: #C857A8; }
span { border-color: rgb(200,87,168); }
td.TdClassName
{
border-color: #C857A8;
}
.TagClassName
{
border-color: #C857A8;
}
</style>