#CB4E96

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

Shades of Mulberry #CB4E96

Tints of Mulberry #CB4E96

Color information

#CB4E96 (or 0xCB4E96) is unknown color: approx Mulberry. HEX triplet: CB, 4E and 96. RGB value is (203,78,150). Sum of RGB (Red+Green+Blue) = 203+78+150=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E96 is #34B169. Grayscale: #7B7B7B. Windows color (decimal): -3453290 or 9850571. OLE color: 9850571.

HSL color Cylindrical-coordinate representation of color #CB4E96: hue angle of 325.44º 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 #CB4E96 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20378150-
CMYK00.620.260.20
HSL325.44º54.59%55.1%-
HSV(B)325.44º61.58%79.61%-
XYZ32.8620.3531.05-
YUV123.58142.91184.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=47.10%
G=18.10%
B=34.80%

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
Decimal2037815000.620.260.20325.4454.5955.1
HexCB4E9603E1A141453737
Octal31311622607632245056767
Binary1100101110011101001011001111101101010100101000101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4E96; }

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

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

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

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

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

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

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

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