#CB4390

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

Shades of Mulberry #CB4390

Tints of Mulberry #CB4390

Color information

#CB4390 (or 0xCB4390) is unknown color: approx Mulberry. HEX triplet: CB, 43 and 90. RGB value is (203,67,144). Sum of RGB (Red+Green+Blue) = 203+67+144=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4390 is #34BC6F. Grayscale: #747474. Windows color (decimal): -3456112 or 9454539. OLE color: 9454539.

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

Color convert

RGB20367144-
CMYK00.670.290.20
HSL326.03º56.67%52.94%-
HSV(B)326.03º67%79.61%-
XYZ31.6718.7228.33-
YUV116.44143.56189.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=49.03%
G=16.18%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036714400.670.290.20326.0356.6752.94
HexCB43900431D141463935
Octal313103220010335245067165
Binary11001011100001110010000010000111110110100101000110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4390; }

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

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

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

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

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

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

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

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