#C049A5

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

Shades of Mulberry #C049A5

Tints of Mulberry #C049A5

Color information

#C049A5 (or 0xC049A5) is unknown color: approx Mulberry. HEX triplet: C0, 49 and A5. RGB value is (192,73,165). Sum of RGB (Red+Green+Blue) = 192+73+165=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C049A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049A5 is #3FB65A. Grayscale: #767676. Windows color (decimal): -4175451 or 10832320. OLE color: 10832320.

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

Color convert

RGB19273165-
CMYK00.620.140.25
HSL313.61º48.57%51.96%-
HSV(B)313.61º61.98%75.29%-
XYZ30.9118.6937.58-
YUV119.07153.92180.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=44.65%
G=16.98%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927316500.620.140.25313.6148.5751.96
HexC049A503EE1913a3134
Octal30011124507616314726164
Binary110000001001001101001010111110111011001100111010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049A5; }

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

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

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

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

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

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

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

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