#CB549B

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

Shades of Mulberry #CB549B

Tints of Mulberry #CB549B

Color information

#CB549B (or 0xCB549B) is unknown color: approx Mulberry. HEX triplet: CB, 54 and 9B. RGB value is (203,84,155). Sum of RGB (Red+Green+Blue) = 203+84+155=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB549B is #34AB64. Grayscale: #7F7F7F. Windows color (decimal): -3451749 or 10179787. OLE color: 10179787.

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

Color convert

RGB20384155-
CMYK00.590.240.20
HSL324.2º53.36%56.27%-
HSV(B)324.2º58.62%79.61%-
XYZ33.7221.433.36-
YUV127.68143.42181.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.93%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=45.93%
G=19.00%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038415500.590.240.20324.253.3656.27
HexCB549B03B18141443538
Octal31312423307330245046570
Binary1100101110101001001101101110111100010100101000100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB549B; }

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

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

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

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

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

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

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

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