#CB509B

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

Shades of Mulberry #CB509B

Tints of Mulberry #CB509B

Color information

#CB509B (or 0xCB509B) is unknown color: approx Mulberry. HEX triplet: CB, 50 and 9B. RGB value is (203,80,155). Sum of RGB (Red+Green+Blue) = 203+80+155=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB509B is #34AF64. Grayscale: #7D7D7D. Windows color (decimal): -3452773 or 10178763. OLE color: 10178763.

HSL color Cylindrical-coordinate representation of color #CB509B: hue angle of 323.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB509B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20380155-
CMYK00.610.240.20
HSL323.41º54.19%55.49%-
HSV(B)323.41º60.59%79.61%-
XYZ33.4120.833.26-
YUV125.33144.75183.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=46.35%
G=18.26%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2038015500.610.240.20323.4154.1955.49
HexCB509B03D18141433637
Octal31312023307530245036667
Binary1100101110100001001101101111011100010100101000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB509B; }

 p { color: rgb(203,80,155); }

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

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

 a { background-color: rgb(203,80,155); }

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

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

 span { border-color: rgb(203,80,155); }

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