Shades of Mulberry #C85385
Tints of Mulberry #C85385
RGB
CMYK
RGB Variations
Color information
#C85385 (or 0xC85385) is known color: Mulberry. HEX triplet: C8, 53 and 85. RGB value is (200,83,133). Sum of RGB (Red+Green+Blue) = 200+83+133=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85385 is #37AC7A. Grayscale: #7B7B7B. Windows color (decimal): -3648635 or 8737736. OLE color: 8737736.
HSL color Cylindrical-coordinate representation of color #C85385: hue angle of 334.36º 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 #C85385 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 133 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.22 |
| HSL | 334.36º | 0.52% | 0.55% | - |
| HSV(B) | 334.36º | 0.59% | 0.78% | - |
| XYZ | 31.15 | 20.16 | 24.44 | - |
| YUV | 123.68 | 133.26 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 133 | 0 | 0.58 | 0.34 | 0.22 | 334.36 | 0.52 | 0.55 |
| Hex | C8 | 53 | 85 | 0 | 3A | 22 | 16 | 14E | 34 | 37 |
| Octal | 310 | 123 | 205 | 0 | 72 | 42 | 26 | 516 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10000101 | 0 | 111010 | 100010 | 10110 | 101001110 | 110100 | 110111 |
Color Harmonies of #C85385
Complementary color
Monochromatic Colors of #C85385
Black with #C85385
Text Example
Text Example
White with #C85385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85385; }
p { color: rgb(200,83,133); }
H1.HeaderClassName
{
color: #C85385;
}
.AnyTagClassName
{
color: #C85385;
}
</style>
background-color css
<style>
a { background-color: #C85385; }
a { background-color: rgb(200,83,133); }
div.DivClassName
{
background-color: #C85385;
}
.BgClassName
{
background-color: #C85385;
}
</style>
border-color css
<style>
span { border-color: #C85385; }
span { border-color: rgb(200,83,133); }
td.TdClassName
{
border-color: #C85385;
}
.TagClassName
{
border-color: #C85385;
}
</style>