#C548A0

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

Shades of Mulberry #C548A0

Tints of Mulberry #C548A0

Color information

#C548A0 (or 0xC548A0) is unknown color: approx Mulberry. HEX triplet: C5, 48 and A0. RGB value is (197,72,160). Sum of RGB (Red+Green+Blue) = 197+72+160=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C548A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C548A0 is #3AB75F. Grayscale: #777777. Windows color (decimal): -3848032 or 10504389. OLE color: 10504389.

HSL color Cylindrical-coordinate representation of color #C548A0: hue angle of 317.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548A0 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB19772160-
CMYK00.630.190.23
HSL317.76º51.87%52.75%-
HSV(B)317.76º63.45%77.25%-
XYZ31.6919.0435.26-
YUV119.41150.91183.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 72 (28.52% from 255) = 16.78%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=45.92%
G=16.78%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977216000.630.190.23317.7651.8752.75
HexC548A003F131713e3435
Octal30511024007723274766465
Binary1100010110010001010000001111111001110111100111110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C548A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C548A0; }

 p { color: rgb(197,72,160); }

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

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

 a { background-color: rgb(197,72,160); }

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

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

 span { border-color: rgb(197,72,160); }

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