#CB4D96

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

Shades of Mulberry #CB4D96

Tints of Mulberry #CB4D96

Color information

#CB4D96 (or 0xCB4D96) is unknown color: approx Mulberry. HEX triplet: CB, 4D and 96. RGB value is (203,77,150). Sum of RGB (Red+Green+Blue) = 203+77+150=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D96 is #34B269. Grayscale: #7A7A7A. Windows color (decimal): -3453546 or 9850315. OLE color: 9850315.

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

Color convert

RGB20377150-
CMYK00.620.260.20
HSL325.24º54.78%54.9%-
HSV(B)325.24º62.07%79.61%-
XYZ32.7920.2131.03-
YUV123143.24185.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 77 (30.47% from 255) = 17.91%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=47.21%
G=17.91%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037715000.620.260.20325.2454.7854.9
HexCB4D9603E1A141453737
Octal31311522607632245056767
Binary1100101110011011001011001111101101010100101000101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4D96; }

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

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

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

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

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

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

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

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