Shades of Mulberry #C0609B
Tints of Mulberry #C0609B
RGB
CMYK
RGB Variations
Color information
#C0609B (or 0xC0609B) is known color: Mulberry. HEX triplet: C0, 60 and 9B. RGB value is (192,96,155). Sum of RGB (Red+Green+Blue) = 192+96+155=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0609B is #3F9F64. Grayscale: #838383. Windows color (decimal): -4169573 or 10182848. OLE color: 10182848.
HSL color Cylindrical-coordinate representation of color #C0609B: hue angle of 323.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0609B is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 155 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.25 |
| HSL | 323.13º | 0.43% | 0.56% | - |
| HSV(B) | 323.13º | 0.5% | 0.75% | - |
| XYZ | 31.84 | 21.94 | 33.57 | - |
| YUV | 131.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 155 | 0 | 0.50 | 0.19 | 0.25 | 323.13 | 0.43 | 0.56 |
| Hex | C0 | 60 | 9B | 0 | 32 | 13 | 19 | 143 | 2B | 38 |
| Octal | 300 | 140 | 233 | 0 | 62 | 23 | 31 | 503 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10011011 | 0 | 110010 | 10011 | 11001 | 101000011 | 101011 | 111000 |
Color Harmonies of #C0609B
Complementary color
Monochromatic Colors of #C0609B
Black with #C0609B
Text Example
Text Example
White with #C0609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0609B; }
p { color: rgb(192,96,155); }
H1.HeaderClassName
{
color: #C0609B;
}
.AnyTagClassName
{
color: #C0609B;
}
</style>
background-color css
<style>
a { background-color: #C0609B; }
a { background-color: rgb(192,96,155); }
div.DivClassName
{
background-color: #C0609B;
}
.BgClassName
{
background-color: #C0609B;
}
</style>
border-color css
<style>
span { border-color: #C0609B; }
span { border-color: rgb(192,96,155); }
td.TdClassName
{
border-color: #C0609B;
}
.TagClassName
{
border-color: #C0609B;
}
</style>