#CB489C

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

Shades of Mulberry #CB489C

Tints of Mulberry #CB489C

Color information

#CB489C (or 0xCB489C) is unknown color: approx Mulberry. HEX triplet: CB, 48 and 9C. RGB value is (203,72,156). Sum of RGB (Red+Green+Blue) = 203+72+156=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB489C is #34B763. Grayscale: #787878. Windows color (decimal): -3454820 or 10242251. OLE color: 10242251.

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

Color convert

RGB20372156-
CMYK00.650.230.20
HSL321.53º55.74%53.92%-
HSV(B)321.53º64.53%79.61%-
XYZ32.9519.7333.52-
YUV120.74147.9186.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=47.10%
G=16.71%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2037215600.650.230.20321.5355.7453.92
HexCB489C04117141423836
Octal313110234010127245027066
Binary11001011100100010011100010000011011110100101000010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB489C; }

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

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

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

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

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

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

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

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