#CB489B

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

Shades of Mulberry #CB489B

Tints of Mulberry #CB489B

Color information

#CB489B (or 0xCB489B) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 9B. RGB value is (203,72,155). Sum of RGB (Red+Green+Blue) = 203+72+155=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB489B is #34B764. Grayscale: #787878. Windows color (decimal): -3454821 or 10176715. OLE color: 10176715.

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

Color convert

RGB20372155-
CMYK00.650.240.20
HSL321.98º55.74%53.92%-
HSV(B)321.98º64.53%79.61%-
XYZ32.8619.733.08-
YUV120.63147.4186.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.21%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=47.21%
G=16.74%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037215500.650.240.20321.9855.7453.92
HexCB489B04118141423836
Octal313110233010130245027066
Binary11001011100100010011011010000011100010100101000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB489B; }

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

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

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

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

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

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

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

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