#CB4890

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

Shades of Mulberry #CB4890

Tints of Mulberry #CB4890

Color information

#CB4890 (or 0xCB4890) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 90. RGB value is (203,72,144). Sum of RGB (Red+Green+Blue) = 203+72+144=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4890 is #34B76F. Grayscale: #777777. Windows color (decimal): -3454832 or 9455819. OLE color: 9455819.

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

Color convert

RGB20372144-
CMYK00.650.290.20
HSL327.02º55.74%53.92%-
HSV(B)327.02º64.53%79.61%-
XYZ31.9819.3428.43-
YUV119.38141.9187.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 144 (56.64% from 255) = 34.37%
R=48.45%
G=17.18%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037214400.650.290.20327.0255.7453.92
HexCB48900411D141473836
Octal313110220010135245077066
Binary11001011100100010010000010000011110110100101000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4890; }

 p { color: rgb(203,72,144); }

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

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

 a { background-color: rgb(203,72,144); }

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

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

 span { border-color: rgb(203,72,144); }

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