Shades of Mulberry #C85D9B
Tints of Mulberry #C85D9B
RGB
CMYK
RGB Variations
Color information
#C85D9B (or 0xC85D9B) is known color: Mulberry. HEX triplet: C8, 5D and 9B. RGB value is (200,93,155). Sum of RGB (Red+Green+Blue) = 200+93+155=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D9B is #37A264. Grayscale: #838383. Windows color (decimal): -3646053 or 10182088. OLE color: 10182088.
HSL color Cylindrical-coordinate representation of color #C85D9B: hue angle of 325.23º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D9B is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 155 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.22 |
| HSL | 325.23º | 0.49% | 0.57% | - |
| HSV(B) | 325.23º | 0.54% | 0.78% | - |
| XYZ | 33.65 | 22.47 | 33.57 | - |
| YUV | 132.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 155 | 0 | 0.54 | 0.22 | 0.22 | 325.23 | 0.49 | 0.57 |
| Hex | C8 | 5D | 9B | 0 | 36 | 16 | 16 | 145 | 31 | 39 |
| Octal | 310 | 135 | 233 | 0 | 66 | 26 | 26 | 505 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10011011 | 0 | 110110 | 10110 | 10110 | 101000101 | 110001 | 111001 |
Color Harmonies of #C85D9B
Complementary color
Monochromatic Colors of #C85D9B
Black with #C85D9B
Text Example
Text Example
White with #C85D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D9B; }
p { color: rgb(200,93,155); }
H1.HeaderClassName
{
color: #C85D9B;
}
.AnyTagClassName
{
color: #C85D9B;
}
</style>
background-color css
<style>
a { background-color: #C85D9B; }
a { background-color: rgb(200,93,155); }
div.DivClassName
{
background-color: #C85D9B;
}
.BgClassName
{
background-color: #C85D9B;
}
</style>
border-color css
<style>
span { border-color: #C85D9B; }
span { border-color: rgb(200,93,155); }
td.TdClassName
{
border-color: #C85D9B;
}
.TagClassName
{
border-color: #C85D9B;
}
</style>