Shades of Mulberry #C04C7F
Tints of Mulberry #C04C7F
RGB
CMYK
RGB Variations
Color information
#C04C7F (or 0xC04C7F) is known color: Mulberry. HEX triplet: C0, 4C and 7F. RGB value is (192,76,127). Sum of RGB (Red+Green+Blue) = 192+76+127=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C7F is #3FB380. Grayscale: #747474. Windows color (decimal): -4174721 or 8342720. OLE color: 8342720.
HSL color Cylindrical-coordinate representation of color #C04C7F: hue angle of 333.62º 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 #C04C7F is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 127 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.25 |
| HSL | 333.62º | 0.48% | 0.53% | - |
| HSV(B) | 333.62º | 0.6% | 0.75% | - |
| XYZ | 28.15 | 17.91 | 22.05 | - |
| YUV | 116.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 127 | 0 | 0.60 | 0.34 | 0.25 | 333.62 | 0.48 | 0.53 |
| Hex | C0 | 4C | 7F | 0 | 3C | 22 | 19 | 14E | 30 | 35 |
| Octal | 300 | 114 | 177 | 0 | 74 | 42 | 31 | 516 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1111111 | 0 | 111100 | 100010 | 11001 | 101001110 | 110000 | 110101 |
Color Harmonies of #C04C7F
Complementary color
Monochromatic Colors of #C04C7F
Black with #C04C7F
Text Example
Text Example
White with #C04C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C7F; }
p { color: rgb(192,76,127); }
H1.HeaderClassName
{
color: #C04C7F;
}
.AnyTagClassName
{
color: #C04C7F;
}
</style>
background-color css
<style>
a { background-color: #C04C7F; }
a { background-color: rgb(192,76,127); }
div.DivClassName
{
background-color: #C04C7F;
}
.BgClassName
{
background-color: #C04C7F;
}
</style>
border-color css
<style>
span { border-color: #C04C7F; }
span { border-color: rgb(192,76,127); }
td.TdClassName
{
border-color: #C04C7F;
}
.TagClassName
{
border-color: #C04C7F;
}
</style>