Shades of Mulberry #CB5092
Tints of Mulberry #CB5092
RGB
CMYK
RGB Variations
Color information
#CB5092 (or 0xCB5092) is known color: Mulberry. HEX triplet: CB, 50 and 92. RGB value is (203,80,146). Sum of RGB (Red+Green+Blue) = 203+80+146=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5092 is #34AF6D. Grayscale: #7C7C7C. Windows color (decimal): -3452782 or 9588939. OLE color: 9588939.
HSL color Cylindrical-coordinate representation of color #CB5092: hue angle of 327.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5092 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 146 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.20 |
| HSL | 327.8º | 0.54% | 0.55% | - |
| HSV(B) | 327.8º | 0.61% | 0.8% | - |
| XYZ | 32.69 | 20.51 | 29.43 | - |
| YUV | 124.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 146 | 0 | 0.61 | 0.28 | 0.20 | 327.8 | 0.54 | 0.55 |
| Hex | CB | 50 | 92 | 0 | 3D | 1C | 14 | 148 | 36 | 37 |
| Octal | 313 | 120 | 222 | 0 | 75 | 34 | 24 | 510 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10010010 | 0 | 111101 | 11100 | 10100 | 101001000 | 110110 | 110111 |
Color Harmonies of #CB5092
Complementary color
Monochromatic Colors of #CB5092
Black with #CB5092
Text Example
Text Example
White with #CB5092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5092; }
p { color: rgb(203,80,146); }
H1.HeaderClassName
{
color: #CB5092;
}
.AnyTagClassName
{
color: #CB5092;
}
</style>
background-color css
<style>
a { background-color: #CB5092; }
a { background-color: rgb(203,80,146); }
div.DivClassName
{
background-color: #CB5092;
}
.BgClassName
{
background-color: #CB5092;
}
</style>
border-color css
<style>
span { border-color: #CB5092; }
span { border-color: rgb(203,80,146); }
td.TdClassName
{
border-color: #CB5092;
}
.TagClassName
{
border-color: #CB5092;
}
</style>