Shades of Mulberry #CB498C
Tints of Mulberry #CB498C
RGB
CMYK
RGB Variations
Color information
#CB498C (or 0xCB498C) is known color: Mulberry. HEX triplet: CB, 49 and 8C. RGB value is (203,73,140). Sum of RGB (Red+Green+Blue) = 203+73+140=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB498C is #34B673. Grayscale: #777777. Windows color (decimal): -3454580 or 9193931. OLE color: 9193931.
HSL color Cylindrical-coordinate representation of color #CB498C: hue angle of 329.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB498C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 140 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.20 |
| HSL | 329.08º | 0.56% | 0.54% | - |
| HSV(B) | 329.08º | 0.64% | 0.8% | - |
| XYZ | 31.74 | 19.36 | 26.87 | - |
| YUV | 119.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 140 | 0 | 0.64 | 0.31 | 0.20 | 329.08 | 0.56 | 0.54 |
| Hex | CB | 49 | 8C | 0 | 40 | 1F | 14 | 149 | 38 | 36 |
| Octal | 313 | 111 | 214 | 0 | 100 | 37 | 24 | 511 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10001100 | 0 | 1000000 | 11111 | 10100 | 101001001 | 111000 | 110110 |
Color Harmonies of #CB498C
Complementary color
Monochromatic Colors of #CB498C
Black with #CB498C
Text Example
Text Example
White with #CB498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB498C; }
p { color: rgb(203,73,140); }
H1.HeaderClassName
{
color: #CB498C;
}
.AnyTagClassName
{
color: #CB498C;
}
</style>
background-color css
<style>
a { background-color: #CB498C; }
a { background-color: rgb(203,73,140); }
div.DivClassName
{
background-color: #CB498C;
}
.BgClassName
{
background-color: #CB498C;
}
</style>
border-color css
<style>
span { border-color: #CB498C; }
span { border-color: rgb(203,73,140); }
td.TdClassName
{
border-color: #CB498C;
}
.TagClassName
{
border-color: #CB498C;
}
</style>