Shades of Mulberry #CB5CA4
Tints of Mulberry #CB5CA4
RGB
CMYK
RGB Variations
Color information
#CB5CA4 (or 0xCB5CA4) is known color: Mulberry. HEX triplet: CB, 5C and A4. RGB value is (203,92,164). Sum of RGB (Red+Green+Blue) = 203+92+164=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5CA4 is #34A35B. Grayscale: #858585. Windows color (decimal): -3449692 or 10771659. OLE color: 10771659.
HSL color Cylindrical-coordinate representation of color #CB5CA4: hue angle of 321.08º 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 #CB5CA4 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 164 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.20 |
| HSL | 321.08º | 0.52% | 0.58% | - |
| HSV(B) | 321.08º | 0.55% | 0.8% | - |
| XYZ | 35.16 | 23.03 | 37.71 | - |
| YUV | 133.4 | 145.27 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 164 | 0 | 0.55 | 0.19 | 0.20 | 321.08 | 0.52 | 0.58 |
| Hex | CB | 5C | A4 | 0 | 37 | 13 | 14 | 141 | 34 | 3A |
| Octal | 313 | 134 | 244 | 0 | 67 | 23 | 24 | 501 | 64 | 72 |
| Binary | 11001011 | 1011100 | 10100100 | 0 | 110111 | 10011 | 10100 | 101000001 | 110100 | 111010 |
Color Harmonies of #CB5CA4
Complementary color
Monochromatic Colors of #CB5CA4
Black with #CB5CA4
Text Example
Text Example
White with #CB5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5CA4; }
p { color: rgb(203,92,164); }
H1.HeaderClassName
{
color: #CB5CA4;
}
.AnyTagClassName
{
color: #CB5CA4;
}
</style>
background-color css
<style>
a { background-color: #CB5CA4; }
a { background-color: rgb(203,92,164); }
div.DivClassName
{
background-color: #CB5CA4;
}
.BgClassName
{
background-color: #CB5CA4;
}
</style>
border-color css
<style>
span { border-color: #CB5CA4; }
span { border-color: rgb(203,92,164); }
td.TdClassName
{
border-color: #CB5CA4;
}
.TagClassName
{
border-color: #CB5CA4;
}
</style>