Shades of Mulberry #C75385
Tints of Mulberry #C75385
RGB
CMYK
RGB Variations
Color information
#C75385 (or 0xC75385) is known color: Mulberry. HEX triplet: C7, 53 and 85. RGB value is (199,83,133). Sum of RGB (Red+Green+Blue) = 199+83+133=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C75385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75385 is #38AC7A. Grayscale: #7B7B7B. Windows color (decimal): -3714171 or 8737735. OLE color: 8737735.
HSL color Cylindrical-coordinate representation of color #C75385: hue angle of 334.14º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75385 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 133 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.22 |
| HSL | 334.14º | 0.51% | 0.55% | - |
| HSV(B) | 334.14º | 0.58% | 0.78% | - |
| XYZ | 30.88 | 20.02 | 24.43 | - |
| YUV | 123.38 | 133.43 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 133 | 0 | 0.58 | 0.33 | 0.22 | 334.14 | 0.51 | 0.55 |
| Hex | C7 | 53 | 85 | 0 | 3A | 21 | 16 | 14E | 33 | 37 |
| Octal | 307 | 123 | 205 | 0 | 72 | 41 | 26 | 516 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10000101 | 0 | 111010 | 100001 | 10110 | 101001110 | 110011 | 110111 |
Color Harmonies of #C75385
Complementary color
Monochromatic Colors of #C75385
Black with #C75385
Text Example
Text Example
White with #C75385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75385; }
p { color: rgb(199,83,133); }
H1.HeaderClassName
{
color: #C75385;
}
.AnyTagClassName
{
color: #C75385;
}
</style>
background-color css
<style>
a { background-color: #C75385; }
a { background-color: rgb(199,83,133); }
div.DivClassName
{
background-color: #C75385;
}
.BgClassName
{
background-color: #C75385;
}
</style>
border-color css
<style>
span { border-color: #C75385; }
span { border-color: rgb(199,83,133); }
td.TdClassName
{
border-color: #C75385;
}
.TagClassName
{
border-color: #C75385;
}
</style>