#CB4589

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

Shades of Mulberry #CB4589

Tints of Mulberry #CB4589

Color information

#CB4589 (or 0xCB4589) is unknown color: approx Mulberry. HEX triplet: CB, 45 and 89. RGB value is (203,69,137). Sum of RGB (Red+Green+Blue) = 203+69+137=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4589 is #34BA76. Grayscale: #747474. Windows color (decimal): -3455607 or 8996299. OLE color: 8996299.

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

Color convert

RGB20369137-
CMYK00.660.330.20
HSL329.55º56.3%53.33%-
HSV(B)329.55º66.01%79.61%-
XYZ31.2718.7625.64-
YUV116.82139.39189.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 69 (27.34% from 255) = 16.87%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=49.63%
G=16.87%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036913700.660.330.20329.5556.353.33
HexCB4589042211414a3835
Octal313105211010241245127065
Binary110010111000101100010010100001010000110100101001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4589; }

 p { color: rgb(203,69,137); }

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

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

 a { background-color: rgb(203,69,137); }

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

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

 span { border-color: rgb(203,69,137); }

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