#cb5796

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

Shades of Mulberry #CB5796

Tints of Mulberry #CB5796

Color information

#CB5796 (or 0xCB5796) is unknown color: approx Mulberry. HEX triplet: CB, 57 and 96. RGB value is (203,87,150). Sum of RGB (Red+Green+Blue) = 203+87+150=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5796 is #34A869. Grayscale: #808080. Windows color (decimal): -3450986 or 9852875. OLE color: 9852875.

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

Color convert

RGB20387150-
CMYK00.570.260.20
HSL327.41º52.73%56.86%-
HSV(B)327.41º57.14%79.61%-
XYZ33.5421.7131.28-
YUV128.87139.93180.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=46.14%
G=19.77%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038715000.570.260.20327.4152.7356.86
HexCB57960391A141473539
Octal31312722607132245076571
Binary1100101110101111001011001110011101010100101000111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb5796; }

 p { color: rgb(203,87,150); }

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

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

 a { background-color: rgb(203,87,150); }

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

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

 span { border-color: rgb(203,87,150); }

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