Shades of Mulberry #C05C9A
Tints of Mulberry #C05C9A
RGB
CMYK
RGB Variations
Color information
#C05C9A (or 0xC05C9A) is known color: Mulberry. HEX triplet: C0, 5C and 9A. RGB value is (192,92,154). Sum of RGB (Red+Green+Blue) = 192+92+154=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C9A is #3FA365. Grayscale: #808080. Windows color (decimal): -4170598 or 10116288. OLE color: 10116288.
HSL color Cylindrical-coordinate representation of color #C05C9A: hue angle of 322.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C9A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 154 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.25 |
| HSL | 322.8º | 0.44% | 0.56% | - |
| HSV(B) | 322.8º | 0.52% | 0.75% | - |
| XYZ | 31.4 | 21.19 | 33.01 | - |
| YUV | 128.97 | 142.13 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 154 | 0 | 0.52 | 0.20 | 0.25 | 322.8 | 0.44 | 0.56 |
| Hex | C0 | 5C | 9A | 0 | 34 | 14 | 19 | 143 | 2C | 38 |
| Octal | 300 | 134 | 232 | 0 | 64 | 24 | 31 | 503 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10011010 | 0 | 110100 | 10100 | 11001 | 101000011 | 101100 | 111000 |
Color Harmonies of #C05C9A
Complementary color
Monochromatic Colors of #C05C9A
Black with #C05C9A
Text Example
Text Example
White with #C05C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C9A; }
p { color: rgb(192,92,154); }
H1.HeaderClassName
{
color: #C05C9A;
}
.AnyTagClassName
{
color: #C05C9A;
}
</style>
background-color css
<style>
a { background-color: #C05C9A; }
a { background-color: rgb(192,92,154); }
div.DivClassName
{
background-color: #C05C9A;
}
.BgClassName
{
background-color: #C05C9A;
}
</style>
border-color css
<style>
span { border-color: #C05C9A; }
span { border-color: rgb(192,92,154); }
td.TdClassName
{
border-color: #C05C9A;
}
.TagClassName
{
border-color: #C05C9A;
}
</style>