Shades of Mulberry #C05AA2
Tints of Mulberry #C05AA2
RGB
CMYK
RGB Variations
Color information
#C05AA2 (or 0xC05AA2) is known color: Mulberry. HEX triplet: C0, 5A and A2. RGB value is (192,90,162). Sum of RGB (Red+Green+Blue) = 192+90+162=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA2 is #3FA55D. Grayscale: #808080. Windows color (decimal): -4171102 or 10640064. OLE color: 10640064.
HSL color Cylindrical-coordinate representation of color #C05AA2: hue angle of 317.65º 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 #C05AA2 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 162 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.25 |
| HSL | 317.65º | 0.45% | 0.55% | - |
| HSV(B) | 317.65º | 0.53% | 0.75% | - |
| XYZ | 31.92 | 21.13 | 36.58 | - |
| YUV | 128.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 162 | 0 | 0.53 | 0.16 | 0.25 | 317.65 | 0.45 | 0.55 |
| Hex | C0 | 5A | A2 | 0 | 35 | 10 | 19 | 13E | 2D | 37 |
| Octal | 300 | 132 | 242 | 0 | 65 | 20 | 31 | 476 | 55 | 67 |
| Binary | 11000000 | 1011010 | 10100010 | 0 | 110101 | 10000 | 11001 | 100111110 | 101101 | 110111 |
Color Harmonies of #C05AA2
Complementary color
Monochromatic Colors of #C05AA2
Black with #C05AA2
Text Example
Text Example
White with #C05AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05AA2; }
p { color: rgb(192,90,162); }
H1.HeaderClassName
{
color: #C05AA2;
}
.AnyTagClassName
{
color: #C05AA2;
}
</style>
background-color css
<style>
a { background-color: #C05AA2; }
a { background-color: rgb(192,90,162); }
div.DivClassName
{
background-color: #C05AA2;
}
.BgClassName
{
background-color: #C05AA2;
}
</style>
border-color css
<style>
span { border-color: #C05AA2; }
span { border-color: rgb(192,90,162); }
td.TdClassName
{
border-color: #C05AA2;
}
.TagClassName
{
border-color: #C05AA2;
}
</style>