Shades of Mulberry #CB469F
Tints of Mulberry #CB469F
RGB
CMYK
RGB Variations
Color information
#CB469F (or 0xCB469F) is known color: Mulberry. HEX triplet: CB, 46 and 9F. RGB value is (203,70,159). Sum of RGB (Red+Green+Blue) = 203+70+159=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB469F is #34B960. Grayscale: #777777. Windows color (decimal): -3455329 or 10438347. OLE color: 10438347.
HSL color Cylindrical-coordinate representation of color #CB469F: hue angle of 319.85º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB469F is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 159 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.20 |
| HSL | 319.85º | 0.56% | 0.54% | - |
| HSV(B) | 319.85º | 0.66% | 0.8% | - |
| XYZ | 33.08 | 19.58 | 34.84 | - |
| YUV | 119.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 159 | 0 | 0.66 | 0.22 | 0.20 | 319.85 | 0.56 | 0.54 |
| Hex | CB | 46 | 9F | 0 | 42 | 16 | 14 | 140 | 38 | 36 |
| Octal | 313 | 106 | 237 | 0 | 102 | 26 | 24 | 500 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10011111 | 0 | 1000010 | 10110 | 10100 | 101000000 | 111000 | 110110 |
Color Harmonies of #CB469F
Complementary color
Monochromatic Colors of #CB469F
Black with #CB469F
Text Example
Text Example
White with #CB469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB469F; }
p { color: rgb(203,70,159); }
H1.HeaderClassName
{
color: #CB469F;
}
.AnyTagClassName
{
color: #CB469F;
}
</style>
background-color css
<style>
a { background-color: #CB469F; }
a { background-color: rgb(203,70,159); }
div.DivClassName
{
background-color: #CB469F;
}
.BgClassName
{
background-color: #CB469F;
}
</style>
border-color css
<style>
span { border-color: #CB469F; }
span { border-color: rgb(203,70,159); }
td.TdClassName
{
border-color: #CB469F;
}
.TagClassName
{
border-color: #CB469F;
}
</style>