Shades of Mulberry #C75C8B
Tints of Mulberry #C75C8B
RGB
CMYK
RGB Variations
Color information
#C75C8B (or 0xC75C8B) is known color: Mulberry. HEX triplet: C7, 5C and 8B. RGB value is (199,92,139). Sum of RGB (Red+Green+Blue) = 199+92+139=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C8B is #38A374. Grayscale: #818181. Windows color (decimal): -3711861 or 9133255. OLE color: 9133255.
HSL color Cylindrical-coordinate representation of color #C75C8B: hue angle of 333.64º 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 #C75C8B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 92 | 139 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.22 |
| HSL | 333.64º | 0.49% | 0.57% | - |
| HSV(B) | 333.64º | 0.54% | 0.78% | - |
| XYZ | 32.04 | 21.66 | 26.92 | - |
| YUV | 129.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 92 | 139 | 0 | 0.54 | 0.30 | 0.22 | 333.64 | 0.49 | 0.57 |
| Hex | C7 | 5C | 8B | 0 | 36 | 1E | 16 | 14E | 31 | 39 |
| Octal | 307 | 134 | 213 | 0 | 66 | 36 | 26 | 516 | 61 | 71 |
| Binary | 11000111 | 1011100 | 10001011 | 0 | 110110 | 11110 | 10110 | 101001110 | 110001 | 111001 |
Color Harmonies of #C75C8B
Complementary color
Monochromatic Colors of #C75C8B
Black with #C75C8B
Text Example
Text Example
White with #C75C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75C8B; }
p { color: rgb(199,92,139); }
H1.HeaderClassName
{
color: #C75C8B;
}
.AnyTagClassName
{
color: #C75C8B;
}
</style>
background-color css
<style>
a { background-color: #C75C8B; }
a { background-color: rgb(199,92,139); }
div.DivClassName
{
background-color: #C75C8B;
}
.BgClassName
{
background-color: #C75C8B;
}
</style>
border-color css
<style>
span { border-color: #C75C8B; }
span { border-color: rgb(199,92,139); }
td.TdClassName
{
border-color: #C75C8B;
}
.TagClassName
{
border-color: #C75C8B;
}
</style>