#CB4996

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

Shades of Mulberry #CB4996

Tints of Mulberry #CB4996

Color information

#CB4996 (or 0xCB4996) is unknown color: approx Mulberry. HEX triplet: CB, 49 and 96. RGB value is (203,73,150). Sum of RGB (Red+Green+Blue) = 203+73+150=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4996 is #34B669. Grayscale: #787878. Windows color (decimal): -3454570 or 9849291. OLE color: 9849291.

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

Color convert

RGB20373150-
CMYK00.640.260.20
HSL324.46º55.56%54.12%-
HSV(B)324.46º64.04%79.61%-
XYZ32.5219.6630.94-
YUV120.65144.57186.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 73 (28.91% from 255) = 17.14%
BLUE value IS 150 (58.98% from 255) = 35.21%
R=47.65%
G=17.14%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037315000.640.260.20324.4655.5654.12
HexCB49960401A141443836
Octal313111226010032245047066
Binary11001011100100110010110010000001101010100101000100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4996; }

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

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

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

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

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

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

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

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