#CB578B

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

Shades of Mulberry #CB578B

Tints of Mulberry #CB578B

Color information

#CB578B (or 0xCB578B) is unknown color: approx Mulberry. HEX triplet: CB, 57 and 8B. RGB value is (203,87,139). Sum of RGB (Red+Green+Blue) = 203+87+139=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB578B is #34A874. Grayscale: #7F7F7F. Windows color (decimal): -3450997 or 9131979. OLE color: 9131979.

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

Color convert

RGB20387139-
CMYK00.570.320.20
HSL333.1º52.73%56.86%-
HSV(B)333.1º57.14%79.61%-
XYZ32.721.3826.83-
YUV127.61134.43181.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=47.32%
G=20.28%
B=32.40%

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
Decimal2038713900.570.320.20333.152.7356.86
HexCB578B039201414d3539
Octal31312721307140245156571
Binary11001011101011110001011011100110000010100101001101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB578B; }

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

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

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

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

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

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

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

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