#CB578C

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

Shades of Mulberry #CB578C

Tints of Mulberry #CB578C

Color information

#CB578C (or 0xCB578C) is unknown color: approx Mulberry. HEX triplet: CB, 57 and 8C. RGB value is (203,87,140). Sum of RGB (Red+Green+Blue) = 203+87+140=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB578C is #34A873. Grayscale: #7F7F7F. Windows color (decimal): -3450996 or 9197515. OLE color: 9197515.

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

Color convert

RGB20387140-
CMYK00.570.310.20
HSL332.59º52.73%56.86%-
HSV(B)332.59º57.14%79.61%-
XYZ32.7721.4127.22-
YUV127.73134.93181.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=47.21%
G=20.23%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038714000.570.310.20332.5952.7356.86
HexCB578C0391F1414d3539
Octal31312721407137245156571
Binary1100101110101111000110001110011111110100101001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB578C; }

 p { color: rgb(203,87,140); }

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

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

 a { background-color: rgb(203,87,140); }

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

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

 span { border-color: rgb(203,87,140); }

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