Shades of Mulberry #C75BA5
Tints of Mulberry #C75BA5
RGB
CMYK
RGB Variations
Color information
#C75BA5 (or 0xC75BA5) is known color: Mulberry. HEX triplet: C7, 5B and A5. RGB value is (199,91,165). Sum of RGB (Red+Green+Blue) = 199+91+165=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BA5 is #38A45A. Grayscale: #838383. Windows color (decimal): -3712091 or 10836935. OLE color: 10836935.
HSL color Cylindrical-coordinate representation of color #C75BA5: hue angle of 318.89º 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 #C75BA5 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 91 | 165 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.22 |
| HSL | 318.89º | 0.49% | 0.57% | - |
| HSV(B) | 318.89º | 0.54% | 0.78% | - |
| XYZ | 34.09 | 22.34 | 38.11 | - |
| YUV | 131.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 91 | 165 | 0 | 0.54 | 0.17 | 0.22 | 318.89 | 0.49 | 0.57 |
| Hex | C7 | 5B | A5 | 0 | 36 | 11 | 16 | 13F | 31 | 39 |
| Octal | 307 | 133 | 245 | 0 | 66 | 21 | 26 | 477 | 61 | 71 |
| Binary | 11000111 | 1011011 | 10100101 | 0 | 110110 | 10001 | 10110 | 100111111 | 110001 | 111001 |
Color Harmonies of #C75BA5
Complementary color
Monochromatic Colors of #C75BA5
Black with #C75BA5
Text Example
Text Example
White with #C75BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75BA5; }
p { color: rgb(199,91,165); }
H1.HeaderClassName
{
color: #C75BA5;
}
.AnyTagClassName
{
color: #C75BA5;
}
</style>
background-color css
<style>
a { background-color: #C75BA5; }
a { background-color: rgb(199,91,165); }
div.DivClassName
{
background-color: #C75BA5;
}
.BgClassName
{
background-color: #C75BA5;
}
</style>
border-color css
<style>
span { border-color: #C75BA5; }
span { border-color: rgb(199,91,165); }
td.TdClassName
{
border-color: #C75BA5;
}
.TagClassName
{
border-color: #C75BA5;
}
</style>