Shades of Mulberry #C05A93
Tints of Mulberry #C05A93
RGB
CMYK
RGB Variations
Color information
#C05A93 (or 0xC05A93) is known color: Mulberry. HEX triplet: C0, 5A and 93. RGB value is (192,90,147). Sum of RGB (Red+Green+Blue) = 192+90+147=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A93 is #3FA56C. Grayscale: #7E7E7E. Windows color (decimal): -4171117 or 9657024. OLE color: 9657024.
HSL color Cylindrical-coordinate representation of color #C05A93: hue angle of 326.47º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A93 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 147 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.25 |
| HSL | 326.47º | 0.45% | 0.55% | - |
| HSV(B) | 326.47º | 0.53% | 0.75% | - |
| XYZ | 30.66 | 20.63 | 29.97 | - |
| YUV | 127 | 139.29 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 147 | 0 | 0.53 | 0.23 | 0.25 | 326.47 | 0.45 | 0.55 |
| Hex | C0 | 5A | 93 | 0 | 35 | 17 | 19 | 146 | 2D | 37 |
| Octal | 300 | 132 | 223 | 0 | 65 | 27 | 31 | 506 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10010011 | 0 | 110101 | 10111 | 11001 | 101000110 | 101101 | 110111 |
Color Harmonies of #C05A93
Complementary color
Monochromatic Colors of #C05A93
Black with #C05A93
Text Example
Text Example
White with #C05A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A93; }
p { color: rgb(192,90,147); }
H1.HeaderClassName
{
color: #C05A93;
}
.AnyTagClassName
{
color: #C05A93;
}
</style>
background-color css
<style>
a { background-color: #C05A93; }
a { background-color: rgb(192,90,147); }
div.DivClassName
{
background-color: #C05A93;
}
.BgClassName
{
background-color: #C05A93;
}
</style>
border-color css
<style>
span { border-color: #C05A93; }
span { border-color: rgb(192,90,147); }
td.TdClassName
{
border-color: #C05A93;
}
.TagClassName
{
border-color: #C05A93;
}
</style>