Shades of Mulberry #C75691
Tints of Mulberry #C75691
RGB
CMYK
RGB Variations
Color information
#C75691 (or 0xC75691) is known color: Mulberry. HEX triplet: C7, 56 and 91. RGB value is (199,86,145). Sum of RGB (Red+Green+Blue) = 199+86+145=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C75691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75691 is #38A96E. Grayscale: #7E7E7E. Windows color (decimal): -3713391 or 9524935. OLE color: 9524935.
HSL color Cylindrical-coordinate representation of color #C75691: hue angle of 328.67º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75691 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 145 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.22 |
| HSL | 328.67º | 0.5% | 0.56% | - |
| HSV(B) | 328.67º | 0.57% | 0.78% | - |
| XYZ | 31.99 | 20.84 | 29.12 | - |
| YUV | 126.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 145 | 0 | 0.57 | 0.27 | 0.22 | 328.67 | 0.5 | 0.56 |
| Hex | C7 | 56 | 91 | 0 | 39 | 1B | 16 | 149 | 32 | 38 |
| Octal | 307 | 126 | 221 | 0 | 71 | 33 | 26 | 511 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10010001 | 0 | 111001 | 11011 | 10110 | 101001001 | 110010 | 111000 |
Color Harmonies of #C75691
Complementary color
Monochromatic Colors of #C75691
Black with #C75691
Text Example
Text Example
White with #C75691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75691; }
p { color: rgb(199,86,145); }
H1.HeaderClassName
{
color: #C75691;
}
.AnyTagClassName
{
color: #C75691;
}
</style>
background-color css
<style>
a { background-color: #C75691; }
a { background-color: rgb(199,86,145); }
div.DivClassName
{
background-color: #C75691;
}
.BgClassName
{
background-color: #C75691;
}
</style>
border-color css
<style>
span { border-color: #C75691; }
span { border-color: rgb(199,86,145); }
td.TdClassName
{
border-color: #C75691;
}
.TagClassName
{
border-color: #C75691;
}
</style>