#CB558C

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

Shades of Mulberry #CB558C

Tints of Mulberry #CB558C

Color information

#CB558C (or 0xCB558C) is unknown color: approx Mulberry. HEX triplet: CB, 55 and 8C. RGB value is (203,85,140). Sum of RGB (Red+Green+Blue) = 203+85+140=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB558C is #34AA73. Grayscale: #7E7E7E. Windows color (decimal): -3451508 or 9197003. OLE color: 9197003.

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

Color convert

RGB20385140-
CMYK00.580.310.20
HSL332.03º53.15%56.47%-
HSV(B)332.03º58.13%79.61%-
XYZ32.6121.0927.16-
YUV126.55135.59182.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=47.43%
G=19.86%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038514000.580.310.20332.0353.1556.47
HexCB558C03A1F1414c3538
Octal31312521407237245146570
Binary1100101110101011000110001110101111110100101001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB558C; }

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

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

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

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

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

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

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

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