Shades of Mulberry #C04B8C
Tints of Mulberry #C04B8C
RGB
CMYK
RGB Variations
Color information
#C04B8C (or 0xC04B8C) is known color: Mulberry. HEX triplet: C0, 4B and 8C. RGB value is (192,75,140). Sum of RGB (Red+Green+Blue) = 192+75+140=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04B8C is #3FB473. Grayscale: #757575. Windows color (decimal): -4174964 or 9194432. OLE color: 9194432.
HSL color Cylindrical-coordinate representation of color #C04B8C: hue angle of 326.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04B8C is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 75 | 140 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.25 |
| HSL | 326.67º | 0.48% | 0.52% | - |
| HSV(B) | 326.67º | 0.61% | 0.75% | - |
| XYZ | 28.99 | 18.13 | 26.78 | - |
| YUV | 117.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 75 | 140 | 0 | 0.61 | 0.27 | 0.25 | 326.67 | 0.48 | 0.52 |
| Hex | C0 | 4B | 8C | 0 | 3D | 1B | 19 | 147 | 30 | 34 |
| Octal | 300 | 113 | 214 | 0 | 75 | 33 | 31 | 507 | 60 | 64 |
| Binary | 11000000 | 1001011 | 10001100 | 0 | 111101 | 11011 | 11001 | 101000111 | 110000 | 110100 |
Color Harmonies of #C04B8C
Complementary color
Monochromatic Colors of #C04B8C
Black with #C04B8C
Text Example
Text Example
White with #C04B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04B8C; }
p { color: rgb(192,75,140); }
H1.HeaderClassName
{
color: #C04B8C;
}
.AnyTagClassName
{
color: #C04B8C;
}
</style>
background-color css
<style>
a { background-color: #C04B8C; }
a { background-color: rgb(192,75,140); }
div.DivClassName
{
background-color: #C04B8C;
}
.BgClassName
{
background-color: #C04B8C;
}
</style>
border-color css
<style>
span { border-color: #C04B8C; }
span { border-color: rgb(192,75,140); }
td.TdClassName
{
border-color: #C04B8C;
}
.TagClassName
{
border-color: #C04B8C;
}
</style>