Shades of Mulberry #C05584
Tints of Mulberry #C05584
RGB
CMYK
RGB Variations
Color information
#C05584 (or 0xC05584) is known color: Mulberry. HEX triplet: C0, 55 and 84. RGB value is (192,85,132). Sum of RGB (Red+Green+Blue) = 192+85+132=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05584 is #3FAA7B. Grayscale: #7A7A7A. Windows color (decimal): -4172412 or 8672704. OLE color: 8672704.
HSL color Cylindrical-coordinate representation of color #C05584: hue angle of 333.64º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05584 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 132 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.25 |
| HSL | 333.64º | 0.46% | 0.54% | - |
| HSV(B) | 333.64º | 0.56% | 0.75% | - |
| XYZ | 29.15 | 19.37 | 24.03 | - |
| YUV | 122.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 132 | 0 | 0.56 | 0.31 | 0.25 | 333.64 | 0.46 | 0.54 |
| Hex | C0 | 55 | 84 | 0 | 38 | 1F | 19 | 14E | 2E | 36 |
| Octal | 300 | 125 | 204 | 0 | 70 | 37 | 31 | 516 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10000100 | 0 | 111000 | 11111 | 11001 | 101001110 | 101110 | 110110 |
Color Harmonies of #C05584
Complementary color
Monochromatic Colors of #C05584
Black with #C05584
Text Example
Text Example
White with #C05584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05584; }
p { color: rgb(192,85,132); }
H1.HeaderClassName
{
color: #C05584;
}
.AnyTagClassName
{
color: #C05584;
}
</style>
background-color css
<style>
a { background-color: #C05584; }
a { background-color: rgb(192,85,132); }
div.DivClassName
{
background-color: #C05584;
}
.BgClassName
{
background-color: #C05584;
}
</style>
border-color css
<style>
span { border-color: #C05584; }
span { border-color: rgb(192,85,132); }
td.TdClassName
{
border-color: #C05584;
}
.TagClassName
{
border-color: #C05584;
}
</style>