#CB5490

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

Shades of Mulberry #CB5490

Tints of Mulberry #CB5490

Color information

#CB5490 (or 0xCB5490) is unknown color: approx Mulberry. HEX triplet: CB, 54 and 90. RGB value is (203,84,144). Sum of RGB (Red+Green+Blue) = 203+84+144=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5490 is #34AB6F. Grayscale: #7E7E7E. Windows color (decimal): -3451760 or 9458891. OLE color: 9458891.

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

Color convert

RGB20384144-
CMYK00.590.290.20
HSL329.75º53.36%56.27%-
HSV(B)329.75º58.62%79.61%-
XYZ32.8321.0528.72-
YUV126.42137.92182.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=47.10%
G=19.49%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038414400.590.290.20329.7553.3656.27
HexCB549003B1D1414a3538
Octal31312422007335245126570
Binary1100101110101001001000001110111110110100101001010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5490; }

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

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

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

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

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

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

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

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