#cb528b

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

Shades of Mulberry #CB528B

Tints of Mulberry #CB528B

Color information

#CB528B (or 0xCB528B) is unknown color: approx Mulberry. HEX triplet: CB, 52 and 8B. RGB value is (203,82,139). Sum of RGB (Red+Green+Blue) = 203+82+139=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB528B is #34AD74. Grayscale: #7C7C7C. Windows color (decimal): -3452277 or 9130699. OLE color: 9130699.

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

Color convert

RGB20382139-
CMYK00.600.320.20
HSL331.74º53.78%55.88%-
HSV(B)331.74º59.61%79.61%-
XYZ32.3120.626.7-
YUV124.68136.09183.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=47.88%
G=19.34%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038213900.600.320.20331.7453.7855.88
HexCB528B03C201414c3638
Octal31312221307440245146670
Binary11001011101001010001011011110010000010100101001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb528b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb528b; }

 p { color: rgb(203,82,139); }

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

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

 a { background-color: rgb(203,82,139); }

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

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

 span { border-color: rgb(203,82,139); }

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