#C5559A

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

Shades of Mulberry #C5559A

Tints of Mulberry #C5559A

Color information

#C5559A (or 0xC5559A) is unknown color: approx Mulberry. HEX triplet: C5, 55 and 9A. RGB value is (197,85,154). Sum of RGB (Red+Green+Blue) = 197+85+154=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5559A is #3AAA65. Grayscale: #7E7E7E. Windows color (decimal): -3844710 or 10114501. OLE color: 10114501.

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

Color convert

RGB19785154-
CMYK00.570.220.23
HSL323.04º49.12%55.29%-
HSV(B)323.04º56.85%77.25%-
XYZ32.1120.732.88-
YUV126.35143.61178.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 85 (33.59% from 255) = 19.50%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=45.18%
G=19.50%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978515400.570.220.23323.0449.1255.29
HexC5559A03916171433137
Octal30512523207126275036167
Binary1100010110101011001101001110011011010111101000011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5559A; }

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

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

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

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

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

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

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

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