Shades of Mulberry #C85382
Tints of Mulberry #C85382
RGB
CMYK
RGB Variations
Color information
#C85382 (or 0xC85382) is known color: Mulberry. HEX triplet: C8, 53 and 82. RGB value is (200,83,130). Sum of RGB (Red+Green+Blue) = 200+83+130=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C85382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85382 is #37AC7D. Grayscale: #7B7B7B. Windows color (decimal): -3648638 or 8541128. OLE color: 8541128.
HSL color Cylindrical-coordinate representation of color #C85382: hue angle of 335.9º 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 #C85382 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 130 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.22 |
| HSL | 335.9º | 0.52% | 0.55% | - |
| HSV(B) | 335.9º | 0.59% | 0.78% | - |
| XYZ | 30.94 | 20.08 | 23.36 | - |
| YUV | 123.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 130 | 0 | 0.58 | 0.35 | 0.22 | 335.9 | 0.52 | 0.55 |
| Hex | C8 | 53 | 82 | 0 | 3A | 23 | 16 | 150 | 34 | 37 |
| Octal | 310 | 123 | 202 | 0 | 72 | 43 | 26 | 520 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10000010 | 0 | 111010 | 100011 | 10110 | 101010000 | 110100 | 110111 |
Color Harmonies of #C85382
Complementary color
Monochromatic Colors of #C85382
Black with #C85382
Text Example
Text Example
White with #C85382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85382; }
p { color: rgb(200,83,130); }
H1.HeaderClassName
{
color: #C85382;
}
.AnyTagClassName
{
color: #C85382;
}
</style>
background-color css
<style>
a { background-color: #C85382; }
a { background-color: rgb(200,83,130); }
div.DivClassName
{
background-color: #C85382;
}
.BgClassName
{
background-color: #C85382;
}
</style>
border-color css
<style>
span { border-color: #C85382; }
span { border-color: rgb(200,83,130); }
td.TdClassName
{
border-color: #C85382;
}
.TagClassName
{
border-color: #C85382;
}
</style>