Shades of Mulberry #C75B8C
Tints of Mulberry #C75B8C
RGB
CMYK
RGB Variations
Color information
#C75B8C (or 0xC75B8C) is known color: Mulberry. HEX triplet: C7, 5B and 8C. RGB value is (199,91,140). Sum of RGB (Red+Green+Blue) = 199+91+140=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75B8C is #38A473. Grayscale: #808080. Windows color (decimal): -3712116 or 9198535. OLE color: 9198535.
HSL color Cylindrical-coordinate representation of color #C75B8C: hue angle of 332.78º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75B8C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 140 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.22 |
| HSL | 332.78º | 0.49% | 0.57% | - |
| HSV(B) | 332.78º | 0.54% | 0.78% | - |
| XYZ | 32.03 | 21.52 | 27.28 | - |
| YUV | 128.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 140 | 0 | 0.54 | 0.30 | 0.22 | 332.78 | 0.49 | 0.57 |
| Hex | C7 | 5B | 8C | 0 | 36 | 1E | 16 | 14D | 31 | 39 |
| Octal | 307 | 133 | 214 | 0 | 66 | 36 | 26 | 515 | 61 | 71 |
| Binary | 11000111 | 1011011 | 10001100 | 0 | 110110 | 11110 | 10110 | 101001101 | 110001 | 111001 |
Color Harmonies of #C75B8C
Complementary color
Monochromatic Colors of #C75B8C
Black with #C75B8C
Text Example
Text Example
White with #C75B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75B8C; }
p { color: rgb(199,91,140); }
H1.HeaderClassName
{
color: #C75B8C;
}
.AnyTagClassName
{
color: #C75B8C;
}
</style>
background-color css
<style>
a { background-color: #C75B8C; }
a { background-color: rgb(199,91,140); }
div.DivClassName
{
background-color: #C75B8C;
}
.BgClassName
{
background-color: #C75B8C;
}
</style>
border-color css
<style>
span { border-color: #C75B8C; }
span { border-color: rgb(199,91,140); }
td.TdClassName
{
border-color: #C75B8C;
}
.TagClassName
{
border-color: #C75B8C;
}
</style>