Shades of Mulberry #C75783
Tints of Mulberry #C75783
RGB
CMYK
RGB Variations
Color information
#C75783 (or 0xC75783) is known color: Mulberry. HEX triplet: C7, 57 and 83. RGB value is (199,87,131). Sum of RGB (Red+Green+Blue) = 199+87+131=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C75783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75783 is #38A87C. Grayscale: #7D7D7D. Windows color (decimal): -3713149 or 8607687. OLE color: 8607687.
HSL color Cylindrical-coordinate representation of color #C75783: hue angle of 336.43º 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 #C75783 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 131 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.22 |
| HSL | 336.43º | 0.5% | 0.56% | - |
| HSV(B) | 336.43º | 0.56% | 0.78% | - |
| XYZ | 31.06 | 20.6 | 23.81 | - |
| YUV | 125.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 131 | 0 | 0.56 | 0.34 | 0.22 | 336.43 | 0.5 | 0.56 |
| Hex | C7 | 57 | 83 | 0 | 38 | 22 | 16 | 150 | 32 | 38 |
| Octal | 307 | 127 | 203 | 0 | 70 | 42 | 26 | 520 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10000011 | 0 | 111000 | 100010 | 10110 | 101010000 | 110010 | 111000 |
Color Harmonies of #C75783
Complementary color
Monochromatic Colors of #C75783
Black with #C75783
Text Example
Text Example
White with #C75783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75783; }
p { color: rgb(199,87,131); }
H1.HeaderClassName
{
color: #C75783;
}
.AnyTagClassName
{
color: #C75783;
}
</style>
background-color css
<style>
a { background-color: #C75783; }
a { background-color: rgb(199,87,131); }
div.DivClassName
{
background-color: #C75783;
}
.BgClassName
{
background-color: #C75783;
}
</style>
border-color css
<style>
span { border-color: #C75783; }
span { border-color: rgb(199,87,131); }
td.TdClassName
{
border-color: #C75783;
}
.TagClassName
{
border-color: #C75783;
}
</style>