#CB589A

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

Shades of Mulberry #CB589A

Tints of Mulberry #CB589A

Color information

#CB589A (or 0xCB589A) is unknown color: approx Mulberry. HEX triplet: CB, 58 and 9A. RGB value is (203,88,154). Sum of RGB (Red+Green+Blue) = 203+88+154=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB589A is #34A765. Grayscale: #818181. Windows color (decimal): -3450726 or 10115275. OLE color: 10115275.

HSL color Cylindrical-coordinate representation of color #CB589A: hue angle of 325.57º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB589A is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20388154-
CMYK00.570.240.20
HSL325.57º52.51%57.06%-
HSV(B)325.57º56.65%79.61%-
XYZ33.9522.0133.03-
YUV129.91141.6180.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=45.62%
G=19.78%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038815400.570.240.20325.5752.5157.06
HexCB589A03918141463539
Octal31313023207130245066571
Binary1100101110110001001101001110011100010100101000110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB589A; }

 p { color: rgb(203,88,154); }

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

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

 a { background-color: rgb(203,88,154); }

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

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

 span { border-color: rgb(203,88,154); }

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