#C55791

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

Shades of Mulberry #C55791

Tints of Mulberry #C55791

Color information

#C55791 (or 0xC55791) is unknown color: approx Mulberry. HEX triplet: C5, 57 and 91. RGB value is (197,87,145). Sum of RGB (Red+Green+Blue) = 197+87+145=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C55791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55791 is #3AA86E. Grayscale: #7E7E7E. Windows color (decimal): -3844207 or 9525189. OLE color: 9525189.

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

Color convert

RGB19787145-
CMYK00.560.260.23
HSL328.36º48.67%55.69%-
HSV(B)328.36º55.84%77.25%-
XYZ31.5420.7329.13-
YUV126.5138.44178.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 87 (34.38% from 255) = 20.28%
BLUE value IS 145 (57.03% from 255) = 33.80%
R=45.92%
G=20.28%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978714500.560.260.23328.3648.6755.69
HexC557910381A171483138
Octal30512722107032275106170
Binary1100010110101111001000101110001101010111101001000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55791; }

 p { color: rgb(197,87,145); }

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

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

 a { background-color: rgb(197,87,145); }

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

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

 span { border-color: rgb(197,87,145); }

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