Shades of Mulberry #C75892
Tints of Mulberry #C75892
RGB
CMYK
RGB Variations
Color information
#C75892 (or 0xC75892) is known color: Mulberry. HEX triplet: C7, 58 and 92. RGB value is (199,88,146). Sum of RGB (Red+Green+Blue) = 199+88+146=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C75892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75892 is #38A76D. Grayscale: #7F7F7F. Windows color (decimal): -3712878 or 9590983. OLE color: 9590983.
HSL color Cylindrical-coordinate representation of color #C75892: hue angle of 328.65º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75892 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 88 | 146 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.22 |
| HSL | 328.65º | 0.5% | 0.56% | - |
| HSV(B) | 328.65º | 0.56% | 0.78% | - |
| XYZ | 32.23 | 21.2 | 29.59 | - |
| YUV | 127.8 | 138.27 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 88 | 146 | 0 | 0.56 | 0.27 | 0.22 | 328.65 | 0.5 | 0.56 |
| Hex | C7 | 58 | 92 | 0 | 38 | 1B | 16 | 149 | 32 | 38 |
| Octal | 307 | 130 | 222 | 0 | 70 | 33 | 26 | 511 | 62 | 70 |
| Binary | 11000111 | 1011000 | 10010010 | 0 | 111000 | 11011 | 10110 | 101001001 | 110010 | 111000 |
Color Harmonies of #C75892
Complementary color
Monochromatic Colors of #C75892
Black with #C75892
Text Example
Text Example
White with #C75892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75892; }
p { color: rgb(199,88,146); }
H1.HeaderClassName
{
color: #C75892;
}
.AnyTagClassName
{
color: #C75892;
}
</style>
background-color css
<style>
a { background-color: #C75892; }
a { background-color: rgb(199,88,146); }
div.DivClassName
{
background-color: #C75892;
}
.BgClassName
{
background-color: #C75892;
}
</style>
border-color css
<style>
span { border-color: #C75892; }
span { border-color: rgb(199,88,146); }
td.TdClassName
{
border-color: #C75892;
}
.TagClassName
{
border-color: #C75892;
}
</style>