Shades of Mulberry #C05B9D
Tints of Mulberry #C05B9D
RGB
CMYK
RGB Variations
Color information
#C05B9D (or 0xC05B9D) is known color: Mulberry. HEX triplet: C0, 5B and 9D. RGB value is (192,91,157). Sum of RGB (Red+Green+Blue) = 192+91+157=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05B9D is #3FA462. Grayscale: #808080. Windows color (decimal): -4170851 or 10312640. OLE color: 10312640.
HSL color Cylindrical-coordinate representation of color #C05B9D: hue angle of 320.79º degrees, saturation: 0.44, 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 #C05B9D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 157 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.25 |
| HSL | 320.79º | 0.44% | 0.55% | - |
| HSV(B) | 320.79º | 0.53% | 0.75% | - |
| XYZ | 31.57 | 21.12 | 34.31 | - |
| YUV | 128.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 157 | 0 | 0.53 | 0.18 | 0.25 | 320.79 | 0.44 | 0.55 |
| Hex | C0 | 5B | 9D | 0 | 35 | 12 | 19 | 141 | 2C | 37 |
| Octal | 300 | 133 | 235 | 0 | 65 | 22 | 31 | 501 | 54 | 67 |
| Binary | 11000000 | 1011011 | 10011101 | 0 | 110101 | 10010 | 11001 | 101000001 | 101100 | 110111 |
Color Harmonies of #C05B9D
Complementary color
Monochromatic Colors of #C05B9D
Black with #C05B9D
Text Example
Text Example
White with #C05B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B9D; }
p { color: rgb(192,91,157); }
H1.HeaderClassName
{
color: #C05B9D;
}
.AnyTagClassName
{
color: #C05B9D;
}
</style>
background-color css
<style>
a { background-color: #C05B9D; }
a { background-color: rgb(192,91,157); }
div.DivClassName
{
background-color: #C05B9D;
}
.BgClassName
{
background-color: #C05B9D;
}
</style>
border-color css
<style>
span { border-color: #C05B9D; }
span { border-color: rgb(192,91,157); }
td.TdClassName
{
border-color: #C05B9D;
}
.TagClassName
{
border-color: #C05B9D;
}
</style>