Shades of Mulberry #C85CA3
Tints of Mulberry #C85CA3
RGB
CMYK
RGB Variations
Color information
#C85CA3 (or 0xC85CA3) is known color: Mulberry. HEX triplet: C8, 5C and A3. RGB value is (200,92,163). Sum of RGB (Red+Green+Blue) = 200+92+163=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CA3 is #37A35C. Grayscale: #848484. Windows color (decimal): -3646301 or 10706120. OLE color: 10706120.
HSL color Cylindrical-coordinate representation of color #C85CA3: hue angle of 320.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CA3 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 163 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.22 |
| HSL | 320.56º | 0.5% | 0.57% | - |
| HSV(B) | 320.56º | 0.54% | 0.78% | - |
| XYZ | 34.26 | 22.58 | 37.2 | - |
| YUV | 132.39 | 145.28 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 163 | 0 | 0.54 | 0.18 | 0.22 | 320.56 | 0.5 | 0.57 |
| Hex | C8 | 5C | A3 | 0 | 36 | 12 | 16 | 141 | 32 | 39 |
| Octal | 310 | 134 | 243 | 0 | 66 | 22 | 26 | 501 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10100011 | 0 | 110110 | 10010 | 10110 | 101000001 | 110010 | 111001 |
Color Harmonies of #C85CA3
Complementary color
Monochromatic Colors of #C85CA3
Black with #C85CA3
Text Example
Text Example
White with #C85CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CA3; }
p { color: rgb(200,92,163); }
H1.HeaderClassName
{
color: #C85CA3;
}
.AnyTagClassName
{
color: #C85CA3;
}
</style>
background-color css
<style>
a { background-color: #C85CA3; }
a { background-color: rgb(200,92,163); }
div.DivClassName
{
background-color: #C85CA3;
}
.BgClassName
{
background-color: #C85CA3;
}
</style>
border-color css
<style>
span { border-color: #C85CA3; }
span { border-color: rgb(200,92,163); }
td.TdClassName
{
border-color: #C85CA3;
}
.TagClassName
{
border-color: #C85CA3;
}
</style>