Shades of Mulberry #C04985
Tints of Mulberry #C04985
RGB
CMYK
RGB Variations
Color information
#C04985 (or 0xC04985) is known color: Mulberry. HEX triplet: C0, 49 and 85. RGB value is (192,73,133). Sum of RGB (Red+Green+Blue) = 192+73+133=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C04985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04985 is #3FB67A. Grayscale: #737373. Windows color (decimal): -4175483 or 8735168. OLE color: 8735168.
HSL color Cylindrical-coordinate representation of color #C04985: hue angle of 329.75º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04985 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 133 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.25 |
| HSL | 329.75º | 0.49% | 0.52% | - |
| HSV(B) | 329.75º | 0.62% | 0.75% | - |
| XYZ | 28.35 | 17.67 | 24.11 | - |
| YUV | 115.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 133 | 0 | 0.62 | 0.31 | 0.25 | 329.75 | 0.49 | 0.52 |
| Hex | C0 | 49 | 85 | 0 | 3E | 1F | 19 | 14A | 31 | 34 |
| Octal | 300 | 111 | 205 | 0 | 76 | 37 | 31 | 512 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10000101 | 0 | 111110 | 11111 | 11001 | 101001010 | 110001 | 110100 |
Color Harmonies of #C04985
Complementary color
Monochromatic Colors of #C04985
Black with #C04985
Text Example
Text Example
White with #C04985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04985; }
p { color: rgb(192,73,133); }
H1.HeaderClassName
{
color: #C04985;
}
.AnyTagClassName
{
color: #C04985;
}
</style>
background-color css
<style>
a { background-color: #C04985; }
a { background-color: rgb(192,73,133); }
div.DivClassName
{
background-color: #C04985;
}
.BgClassName
{
background-color: #C04985;
}
</style>
border-color css
<style>
span { border-color: #C04985; }
span { border-color: rgb(192,73,133); }
td.TdClassName
{
border-color: #C04985;
}
.TagClassName
{
border-color: #C04985;
}
</style>