#CB3996

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

Shades of Mulberry #CB3996

Tints of Mulberry #CB3996

Color information

#CB3996 (or 0xCB3996) is unknown color: approx Mulberry. HEX triplet: CB, 39 and 96. RGB value is (203,57,150). Sum of RGB (Red+Green+Blue) = 203+57+150=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3996 is #34C669. Grayscale: #6F6F6F. Windows color (decimal): -3458666 or 9845195. OLE color: 9845195.

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

Color convert

RGB20357150-
CMYK00.720.260.20
HSL321.78º58.4%50.98%-
HSV(B)321.78º71.92%79.61%-
XYZ31.617.8230.63-
YUV111.26149.87193.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.51%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=49.51%
G=13.90%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035715000.720.260.20321.7858.450.98
HexCB39960481A141423a33
Octal31371226011032245027263
Binary1100101111100110010110010010001101010100101000010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3996; }

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

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

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

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

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

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

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

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