#CB5A84

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

Shades of Mulberry #CB5A84

Tints of Mulberry #CB5A84

Color information

#CB5A84 (or 0xCB5A84) is unknown color: approx Mulberry. HEX triplet: CB, 5A and 84. RGB value is (203,90,132). Sum of RGB (Red+Green+Blue) = 203+90+132=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A84 is #34A57B. Grayscale: #808080. Windows color (decimal): -3450236 or 8673995. OLE color: 8673995.

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

Color convert

RGB20390132-
CMYK00.560.350.20
HSL337.7º52.07%57.45%-
HSV(B)337.7º55.67%79.61%-
XYZ32.4521.6724.3-
YUV128.57129.94181.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=47.76%
G=21.18%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039013200.560.350.20337.752.0757.45
HexCB5A8403823141523439
Octal31313220407043245226471
Binary11001011101101010000100011100010001110100101010010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A84; }

 p { color: rgb(203,90,132); }

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

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

 a { background-color: rgb(203,90,132); }

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

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

 span { border-color: rgb(203,90,132); }

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