Shades of Mulberry #CB5B92
Tints of Mulberry #CB5B92
RGB
CMYK
RGB Variations
Color information
#CB5B92 (or 0xCB5B92) is known color: Mulberry. HEX triplet: CB, 5B and 92. RGB value is (203,91,146). Sum of RGB (Red+Green+Blue) = 203+91+146=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 146 (57.42% from 255 or 33.18% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5B92 is #34A46D. Grayscale: #828282. Windows color (decimal): -3449966 or 9591755. OLE color: 9591755.
HSL color Cylindrical-coordinate representation of color #CB5B92: hue angle of 330.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B92 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 146 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.20 |
| HSL | 330.54º | 0.52% | 0.58% | - |
| HSV(B) | 330.54º | 0.55% | 0.8% | - |
| XYZ | 33.56 | 22.25 | 29.72 | - |
| YUV | 130.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 146 | 0 | 0.55 | 0.28 | 0.20 | 330.54 | 0.52 | 0.58 |
| Hex | CB | 5B | 92 | 0 | 37 | 1C | 14 | 14B | 34 | 3A |
| Octal | 313 | 133 | 222 | 0 | 67 | 34 | 24 | 513 | 64 | 72 |
| Binary | 11001011 | 1011011 | 10010010 | 0 | 110111 | 11100 | 10100 | 101001011 | 110100 | 111010 |
Color Harmonies of #CB5B92
Complementary color
Monochromatic Colors of #CB5B92
Black with #CB5B92
Text Example
Text Example
White with #CB5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B92; }
p { color: rgb(203,91,146); }
H1.HeaderClassName
{
color: #CB5B92;
}
.AnyTagClassName
{
color: #CB5B92;
}
</style>
background-color css
<style>
a { background-color: #CB5B92; }
a { background-color: rgb(203,91,146); }
div.DivClassName
{
background-color: #CB5B92;
}
.BgClassName
{
background-color: #CB5B92;
}
</style>
border-color css
<style>
span { border-color: #CB5B92; }
span { border-color: rgb(203,91,146); }
td.TdClassName
{
border-color: #CB5B92;
}
.TagClassName
{
border-color: #CB5B92;
}
</style>