#C049A0

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

Shades of Mulberry #C049A0

Tints of Mulberry #C049A0

Color information

#C049A0 (or 0xC049A0) is unknown color: approx Mulberry. HEX triplet: C0, 49 and A0. RGB value is (192,73,160). Sum of RGB (Red+Green+Blue) = 192+73+160=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C049A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049A0 is #3FB65F. Grayscale: #767676. Windows color (decimal): -4175456 or 10504640. OLE color: 10504640.

HSL color Cylindrical-coordinate representation of color #C049A0: hue angle of 316.13º 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 #C049A0 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19273160-
CMYK00.620.170.25
HSL316.13º48.57%51.96%-
HSV(B)316.13º61.98%75.29%-
XYZ30.4718.5135.22-
YUV118.5151.42180.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=45.18%
G=17.18%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927316000.620.170.25316.1348.5751.96
HexC049A003E111913c3134
Octal30011124007621314746164
Binary1100000010010011010000001111101000111001100111100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049A0; }

 p { color: rgb(192,73,160); }

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

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

 a { background-color: rgb(192,73,160); }

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

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

 span { border-color: rgb(192,73,160); }

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