#CB588A

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

Shades of Mulberry #CB588A

Tints of Mulberry #CB588A

Color information

#CB588A (or 0xCB588A) is unknown color: approx Mulberry. HEX triplet: CB, 58 and 8A. RGB value is (203,88,138). Sum of RGB (Red+Green+Blue) = 203+88+138=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB588A is #34A775. Grayscale: #808080. Windows color (decimal): -3450742 or 9066699. OLE color: 9066699.

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

Color convert

RGB20388138-
CMYK00.570.320.20
HSL333.91º52.51%57.06%-
HSV(B)333.91º56.65%79.61%-
XYZ32.7121.5126.47-
YUV128.08133.6181.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 88 (34.77% from 255) = 20.51%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=47.32%
G=20.51%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038813800.570.320.20333.9152.5157.06
HexCB588A039201414e3539
Octal31313021207140245166571
Binary11001011101100010001010011100110000010100101001110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB588A; }

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

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

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

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

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

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

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

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