#CB548C

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

Shades of Mulberry #CB548C

Tints of Mulberry #CB548C

Color information

#CB548C (or 0xCB548C) is unknown color: approx Mulberry. HEX triplet: CB, 54 and 8C. RGB value is (203,84,140). Sum of RGB (Red+Green+Blue) = 203+84+140=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB548C is #34AB73. Grayscale: #7D7D7D. Windows color (decimal): -3451764 or 9196747. OLE color: 9196747.

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

Color convert

RGB20384140-
CMYK00.590.310.20
HSL331.76º53.36%56.27%-
HSV(B)331.76º58.62%79.61%-
XYZ32.5320.9327.14-
YUV125.96135.92182.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=47.54%
G=19.67%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038414000.590.310.20331.7653.3656.27
HexCB548C03B1F1414c3538
Octal31312421407337245146570
Binary1100101110101001000110001110111111110100101001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB548C; }

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

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

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

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

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

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

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

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