Shades of Mulberry #C04C8B
Tints of Mulberry #C04C8B
RGB
CMYK
RGB Variations
Color information
#C04C8B (or 0xC04C8B) is known color: Mulberry. HEX triplet: C0, 4C and 8B. RGB value is (192,76,139). Sum of RGB (Red+Green+Blue) = 192+76+139=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C8B is #3FB374. Grayscale: #757575. Windows color (decimal): -4174709 or 9129152. OLE color: 9129152.
HSL color Cylindrical-coordinate representation of color #C04C8B: hue angle of 327.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C8B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 139 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.25 |
| HSL | 327.41º | 0.48% | 0.53% | - |
| HSV(B) | 327.41º | 0.6% | 0.75% | - |
| XYZ | 28.98 | 18.24 | 26.42 | - |
| YUV | 117.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 139 | 0 | 0.60 | 0.28 | 0.25 | 327.41 | 0.48 | 0.53 |
| Hex | C0 | 4C | 8B | 0 | 3C | 1C | 19 | 147 | 30 | 35 |
| Octal | 300 | 114 | 213 | 0 | 74 | 34 | 31 | 507 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10001011 | 0 | 111100 | 11100 | 11001 | 101000111 | 110000 | 110101 |
Color Harmonies of #C04C8B
Complementary color
Monochromatic Colors of #C04C8B
Black with #C04C8B
Text Example
Text Example
White with #C04C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C8B; }
p { color: rgb(192,76,139); }
H1.HeaderClassName
{
color: #C04C8B;
}
.AnyTagClassName
{
color: #C04C8B;
}
</style>
background-color css
<style>
a { background-color: #C04C8B; }
a { background-color: rgb(192,76,139); }
div.DivClassName
{
background-color: #C04C8B;
}
.BgClassName
{
background-color: #C04C8B;
}
</style>
border-color css
<style>
span { border-color: #C04C8B; }
span { border-color: rgb(192,76,139); }
td.TdClassName
{
border-color: #C04C8B;
}
.TagClassName
{
border-color: #C04C8B;
}
</style>