#CB3D96

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

Shades of Mulberry #CB3D96

Tints of Mulberry #CB3D96

Color information

#CB3D96 (or 0xCB3D96) is unknown color: approx Mulberry. HEX triplet: CB, 3D and 96. RGB value is (203,61,150). Sum of RGB (Red+Green+Blue) = 203+61+150=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3D96 is #34C269. Grayscale: #717171. Windows color (decimal): -3457642 or 9846219. OLE color: 9846219.

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

Color convert

RGB20361150-
CMYK00.700.260.20
HSL322.39º57.72%51.76%-
HSV(B)322.39º69.95%79.61%-
XYZ31.818.2430.7-
YUV113.6148.54191.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.03%
GREEN value IS 61 (24.22% from 255) = 14.73%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=49.03%
G=14.73%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2036115000.700.260.20322.3957.7251.76
HexCB3D960461A141423a34
Octal31375226010632245027264
Binary1100101111110110010110010001101101010100101000010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3D96; }

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

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

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

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

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

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

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

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