#C5539A

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

Shades of Mulberry #C5539A

Tints of Mulberry #C5539A

Color information

#C5539A (or 0xC5539A) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 9A. RGB value is (197,83,154). Sum of RGB (Red+Green+Blue) = 197+83+154=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5539A is #3AAC65. Grayscale: #7D7D7D. Windows color (decimal): -3845222 or 10113989. OLE color: 10113989.

HSL color Cylindrical-coordinate representation of color #C5539A: hue angle of 322.63º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5539A is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB19783154-
CMYK00.580.220.23
HSL322.63º49.57%54.9%-
HSV(B)322.63º57.87%77.25%-
XYZ31.9520.3932.82-
YUV125.18144.27179.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=45.39%
G=19.12%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978315400.580.220.23322.6349.5754.9
HexC5539A03A16171433237
Octal30512323207226275036267
Binary1100010110100111001101001110101011010111101000011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5539A; }

 p { color: rgb(197,83,154); }

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

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

 a { background-color: rgb(197,83,154); }

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

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

 span { border-color: rgb(197,83,154); }

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