Shades of Mulberry #CB469C
Tints of Mulberry #CB469C
RGB
CMYK
RGB Variations
Color information
#CB469C (or 0xCB469C) is known color: Mulberry. HEX triplet: CB, 46 and 9C. RGB value is (203,70,156). Sum of RGB (Red+Green+Blue) = 203+70+156=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB469C is #34B963. Grayscale: #777777. Windows color (decimal): -3455332 or 10241739. OLE color: 10241739.
HSL color Cylindrical-coordinate representation of color #CB469C: hue angle of 321.2º 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 #CB469C is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 156 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.20 |
| HSL | 321.2º | 0.56% | 0.54% | - |
| HSV(B) | 321.2º | 0.66% | 0.8% | - |
| XYZ | 32.82 | 19.48 | 33.48 | - |
| YUV | 119.57 | 148.56 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 156 | 0 | 0.66 | 0.23 | 0.20 | 321.2 | 0.56 | 0.54 |
| Hex | CB | 46 | 9C | 0 | 42 | 17 | 14 | 141 | 38 | 36 |
| Octal | 313 | 106 | 234 | 0 | 102 | 27 | 24 | 501 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10011100 | 0 | 1000010 | 10111 | 10100 | 101000001 | 111000 | 110110 |
Color Harmonies of #CB469C
Complementary color
Monochromatic Colors of #CB469C
Black with #CB469C
Text Example
Text Example
White with #CB469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB469C; }
p { color: rgb(203,70,156); }
H1.HeaderClassName
{
color: #CB469C;
}
.AnyTagClassName
{
color: #CB469C;
}
</style>
background-color css
<style>
a { background-color: #CB469C; }
a { background-color: rgb(203,70,156); }
div.DivClassName
{
background-color: #CB469C;
}
.BgClassName
{
background-color: #CB469C;
}
</style>
border-color css
<style>
span { border-color: #CB469C; }
span { border-color: rgb(203,70,156); }
td.TdClassName
{
border-color: #CB469C;
}
.TagClassName
{
border-color: #CB469C;
}
</style>