Shades of Mulberry #C05AA4
Tints of Mulberry #C05AA4
RGB
CMYK
RGB Variations
Color information
#C05AA4 (or 0xC05AA4) is known color: Mulberry. HEX triplet: C0, 5A and A4. RGB value is (192,90,164). Sum of RGB (Red+Green+Blue) = 192+90+164=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA4 is #3FA55B. Grayscale: #808080. Windows color (decimal): -4171100 or 10771136. OLE color: 10771136.
HSL color Cylindrical-coordinate representation of color #C05AA4: hue angle of 316.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 #C05AA4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 164 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.25 |
| HSL | 316.47º | 0.45% | 0.55% | - |
| HSV(B) | 316.47º | 0.53% | 0.75% | - |
| XYZ | 32.1 | 21.2 | 37.52 | - |
| YUV | 128.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 164 | 0 | 0.53 | 0.15 | 0.25 | 316.47 | 0.45 | 0.55 |
| Hex | C0 | 5A | A4 | 0 | 35 | F | 19 | 13C | 2D | 37 |
| Octal | 300 | 132 | 244 | 0 | 65 | 17 | 31 | 474 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10100100 | 0 | 110101 | 1111 | 11001 | 100111100 | 101101 | 110111 |
Color Harmonies of #C05AA4
Complementary color
Monochromatic Colors of #C05AA4
Black with #C05AA4
Text Example
Text Example
White with #C05AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AA4; }
p { color: rgb(192,90,164); }
H1.HeaderClassName
{
color: #C05AA4;
}
.AnyTagClassName
{
color: #C05AA4;
}
</style>
background-color css
<style>
a { background-color: #C05AA4; }
a { background-color: rgb(192,90,164); }
div.DivClassName
{
background-color: #C05AA4;
}
.BgClassName
{
background-color: #C05AA4;
}
</style>
border-color css
<style>
span { border-color: #C05AA4; }
span { border-color: rgb(192,90,164); }
td.TdClassName
{
border-color: #C05AA4;
}
.TagClassName
{
border-color: #C05AA4;
}
</style>