Shades of Mulberry #C05D9A
Tints of Mulberry #C05D9A
RGB
CMYK
RGB Variations
Color information
#C05D9A (or 0xC05D9A) is known color: Mulberry. HEX triplet: C0, 5D and 9A. RGB value is (192,93,154). Sum of RGB (Red+Green+Blue) = 192+93+154=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05D9A is #3FA265. Grayscale: #818181. Windows color (decimal): -4170342 or 10116544. OLE color: 10116544.
HSL color Cylindrical-coordinate representation of color #C05D9A: hue angle of 323.03º 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 #C05D9A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 93 | 154 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.25 |
| HSL | 323.03º | 0.44% | 0.56% | - |
| HSV(B) | 323.03º | 0.52% | 0.75% | - |
| XYZ | 31.49 | 21.37 | 33.04 | - |
| YUV | 129.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 154 | 0 | 0.52 | 0.20 | 0.25 | 323.03 | 0.44 | 0.56 |
| Hex | C0 | 5D | 9A | 0 | 34 | 14 | 19 | 143 | 2C | 38 |
| Octal | 300 | 135 | 232 | 0 | 64 | 24 | 31 | 503 | 54 | 70 |
| Binary | 11000000 | 1011101 | 10011010 | 0 | 110100 | 10100 | 11001 | 101000011 | 101100 | 111000 |
Color Harmonies of #C05D9A
Complementary color
Monochromatic Colors of #C05D9A
Black with #C05D9A
Text Example
Text Example
White with #C05D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05D9A; }
p { color: rgb(192,93,154); }
H1.HeaderClassName
{
color: #C05D9A;
}
.AnyTagClassName
{
color: #C05D9A;
}
</style>
background-color css
<style>
a { background-color: #C05D9A; }
a { background-color: rgb(192,93,154); }
div.DivClassName
{
background-color: #C05D9A;
}
.BgClassName
{
background-color: #C05D9A;
}
</style>
border-color css
<style>
span { border-color: #C05D9A; }
span { border-color: rgb(192,93,154); }
td.TdClassName
{
border-color: #C05D9A;
}
.TagClassName
{
border-color: #C05D9A;
}
</style>