#CB5BA1

Color #CB5BA1 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CB5BA1

Tints of Mulberry #CB5BA1

Color information

#CB5BA1 (or 0xCB5BA1) is unknown color: approx Mulberry. HEX triplet: CB, 5B and A1. RGB value is (203,91,161). Sum of RGB (Red+Green+Blue) = 203+91+161=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5BA1 is #34A45E. Grayscale: #848484. Windows color (decimal): -3449951 or 10574795. OLE color: 10574795.

HSL color Cylindrical-coordinate representation of color #CB5BA1: hue angle of 322.5º 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 #CB5BA1 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB20391161-
CMYK00.550.210.20
HSL322.5º51.85%57.65%-
HSV(B)322.5º55.17%79.61%-
XYZ34.822.7536.28-
YUV132.47144.11178.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=44.62%
G=20%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039116100.550.210.20322.551.8557.65
HexCB5BA10371514142343a
Octal31313324106725245026472
Binary1100101110110111010000101101111010110100101000010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5BA1; }

 p { color: rgb(203,91,161); }

 H1.HeaderClassName
 {
   color: #CB5BA1;
 }
 .AnyTagClassName
 {
   color: #CB5BA1;
 }
</style>
background-color css

<style>
 a { background-color: #CB5BA1; }

 a { background-color: rgb(203,91,161); }

 div.DivClassName
 {
   background-color: #CB5BA1;
 }
 .BgClassName
 {
   background-color: #CB5BA1;
 }
</style>
border-color css

<style>
 span { border-color: #CB5BA1; }

 span { border-color: rgb(203,91,161); }

 td.TdClassName
 {
   border-color: #CB5BA1;
 }
 .TagClassName
 {
   border-color: #CB5BA1;
 }
</style>