Shades of Mulberry #C75A92
Tints of Mulberry #C75A92
RGB
CMYK
RGB Variations
Color information
#C75A92 (or 0xC75A92) is known color: Mulberry. HEX triplet: C7, 5A and 92. RGB value is (199,90,146). Sum of RGB (Red+Green+Blue) = 199+90+146=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A92 is #38A56D. Grayscale: #808080. Windows color (decimal): -3712366 or 9591495. OLE color: 9591495.
HSL color Cylindrical-coordinate representation of color #C75A92: hue angle of 329.17º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A92 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 146 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.22 |
| HSL | 329.17º | 0.49% | 0.57% | - |
| HSV(B) | 329.17º | 0.55% | 0.78% | - |
| XYZ | 32.4 | 21.53 | 29.64 | - |
| YUV | 128.98 | 137.61 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 146 | 0 | 0.55 | 0.27 | 0.22 | 329.17 | 0.49 | 0.57 |
| Hex | C7 | 5A | 92 | 0 | 37 | 1B | 16 | 149 | 31 | 39 |
| Octal | 307 | 132 | 222 | 0 | 67 | 33 | 26 | 511 | 61 | 71 |
| Binary | 11000111 | 1011010 | 10010010 | 0 | 110111 | 11011 | 10110 | 101001001 | 110001 | 111001 |
Color Harmonies of #C75A92
Complementary color
Monochromatic Colors of #C75A92
Black with #C75A92
Text Example
Text Example
White with #C75A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A92; }
p { color: rgb(199,90,146); }
H1.HeaderClassName
{
color: #C75A92;
}
.AnyTagClassName
{
color: #C75A92;
}
</style>
background-color css
<style>
a { background-color: #C75A92; }
a { background-color: rgb(199,90,146); }
div.DivClassName
{
background-color: #C75A92;
}
.BgClassName
{
background-color: #C75A92;
}
</style>
border-color css
<style>
span { border-color: #C75A92; }
span { border-color: rgb(199,90,146); }
td.TdClassName
{
border-color: #C75A92;
}
.TagClassName
{
border-color: #C75A92;
}
</style>