#C0489C

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

Shades of Mulberry #C0489C

Tints of Mulberry #C0489C

Color information

#C0489C (or 0xC0489C) is unknown color: approx Mulberry. HEX triplet: C0, 48 and 9C. RGB value is (192,72,156). Sum of RGB (Red+Green+Blue) = 192+72+156=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0489C is #3FB763. Grayscale: #757575. Windows color (decimal): -4175716 or 10242240. OLE color: 10242240.

HSL color Cylindrical-coordinate representation of color #C0489C: hue angle of 318º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0489C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB19272156-
CMYK00.630.190.25
HSL318º48.78%51.76%-
HSV(B)318º62.5%75.29%-
XYZ30.0618.2433.39-
YUV117.46149.76181.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 156 (61.33% from 255) = 37.14%
R=45.71%
G=17.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927215600.630.190.2531848.7851.76
HexC0489C03F131913e3134
Octal30011023407723314766164
Binary1100000010010001001110001111111001111001100111110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0489C; }

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

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

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

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

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

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

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

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