#CB589D

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

Shades of Mulberry #CB589D

Tints of Mulberry #CB589D

Color information

#CB589D (or 0xCB589D) is unknown color: approx Mulberry. HEX triplet: CB, 58 and 9D. RGB value is (203,88,157). Sum of RGB (Red+Green+Blue) = 203+88+157=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB589D is #34A762. Grayscale: #828282. Windows color (decimal): -3450723 or 10311883. OLE color: 10311883.

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

Color convert

RGB20388157-
CMYK00.570.230.20
HSL324º52.51%57.06%-
HSV(B)324º56.65%79.61%-
XYZ34.222.1134.36-
YUV130.25143.1179.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=45.31%
G=19.64%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038815700.570.230.2032452.5157.06
HexCB589D03917141443539
Octal31313023507127245046571
Binary1100101110110001001110101110011011110100101000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB589D; }

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

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

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

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

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

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

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

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