Shades of Mulberry #C05A8C
Tints of Mulberry #C05A8C
RGB
CMYK
RGB Variations
Color information
#C05A8C (or 0xC05A8C) is known color: Mulberry. HEX triplet: C0, 5A and 8C. RGB value is (192,90,140). Sum of RGB (Red+Green+Blue) = 192+90+140=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05A8C is #3FA573. Grayscale: #7E7E7E. Windows color (decimal): -4171124 or 9198272. OLE color: 9198272.
HSL color Cylindrical-coordinate representation of color #C05A8C: hue angle of 330.59º 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 #C05A8C is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 140 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.25 |
| HSL | 330.59º | 0.45% | 0.55% | - |
| HSV(B) | 330.59º | 0.53% | 0.75% | - |
| XYZ | 30.13 | 20.41 | 27.16 | - |
| YUV | 126.2 | 135.79 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 140 | 0 | 0.53 | 0.27 | 0.25 | 330.59 | 0.45 | 0.55 |
| Hex | C0 | 5A | 8C | 0 | 35 | 1B | 19 | 14B | 2D | 37 |
| Octal | 300 | 132 | 214 | 0 | 65 | 33 | 31 | 513 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10001100 | 0 | 110101 | 11011 | 11001 | 101001011 | 101101 | 110111 |
Color Harmonies of #C05A8C
Complementary color
Monochromatic Colors of #C05A8C
Black with #C05A8C
Text Example
Text Example
White with #C05A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A8C; }
p { color: rgb(192,90,140); }
H1.HeaderClassName
{
color: #C05A8C;
}
.AnyTagClassName
{
color: #C05A8C;
}
</style>
background-color css
<style>
a { background-color: #C05A8C; }
a { background-color: rgb(192,90,140); }
div.DivClassName
{
background-color: #C05A8C;
}
.BgClassName
{
background-color: #C05A8C;
}
</style>
border-color css
<style>
span { border-color: #C05A8C; }
span { border-color: rgb(192,90,140); }
td.TdClassName
{
border-color: #C05A8C;
}
.TagClassName
{
border-color: #C05A8C;
}
</style>