#CB5A96

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

Shades of Mulberry #CB5A96

Tints of Mulberry #CB5A96

Color information

#CB5A96 (or 0xCB5A96) is unknown color: approx Mulberry. HEX triplet: CB, 5A and 96. RGB value is (203,90,150). Sum of RGB (Red+Green+Blue) = 203+90+150=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5A96 is #34A569. Grayscale: #828282. Windows color (decimal): -3450218 or 9853643. OLE color: 9853643.

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

Color convert

RGB20390150-
CMYK00.560.260.20
HSL328.14º52.07%57.45%-
HSV(B)328.14º55.67%79.61%-
XYZ33.7922.2131.36-
YUV130.63138.94179.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=45.82%
G=20.32%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039015000.560.260.20328.1452.0757.45
HexCB5A960381A141483439
Octal31313222607032245106471
Binary1100101110110101001011001110001101010100101001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A96; }

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

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

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

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

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

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

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

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