Shades of Mulberry #C75295
Tints of Mulberry #C75295
RGB
CMYK
RGB Variations
Color information
#C75295 (or 0xC75295) is known color: Mulberry. HEX triplet: C7, 52 and 95. RGB value is (199,82,149). Sum of RGB (Red+Green+Blue) = 199+82+149=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C75295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75295 is #38AD6A. Grayscale: #7C7C7C. Windows color (decimal): -3714411 or 9786055. OLE color: 9786055.
HSL color Cylindrical-coordinate representation of color #C75295: hue angle of 325.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C75295 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 149 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.22 |
| HSL | 325.64º | 0.51% | 0.55% | - |
| HSV(B) | 325.64º | 0.59% | 0.78% | - |
| XYZ | 32 | 20.35 | 30.67 | - |
| YUV | 124.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 149 | 0 | 0.59 | 0.25 | 0.22 | 325.64 | 0.51 | 0.55 |
| Hex | C7 | 52 | 95 | 0 | 3B | 19 | 16 | 146 | 33 | 37 |
| Octal | 307 | 122 | 225 | 0 | 73 | 31 | 26 | 506 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10010101 | 0 | 111011 | 11001 | 10110 | 101000110 | 110011 | 110111 |
Color Harmonies of #C75295
Complementary color
Monochromatic Colors of #C75295
Black with #C75295
Text Example
Text Example
White with #C75295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75295; }
p { color: rgb(199,82,149); }
H1.HeaderClassName
{
color: #C75295;
}
.AnyTagClassName
{
color: #C75295;
}
</style>
background-color css
<style>
a { background-color: #C75295; }
a { background-color: rgb(199,82,149); }
div.DivClassName
{
background-color: #C75295;
}
.BgClassName
{
background-color: #C75295;
}
</style>
border-color css
<style>
span { border-color: #C75295; }
span { border-color: rgb(199,82,149); }
td.TdClassName
{
border-color: #C75295;
}
.TagClassName
{
border-color: #C75295;
}
</style>