#C55094

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

Shades of Mulberry #C55094

Tints of Mulberry #C55094

Color information

#C55094 (or 0xC55094) is unknown color: approx Mulberry. HEX triplet: C5, 50 and 94. RGB value is (197,80,148). Sum of RGB (Red+Green+Blue) = 197+80+148=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C55094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55094 is #3AAF6B. Grayscale: #7A7A7A. Windows color (decimal): -3845996 or 9720005. OLE color: 9720005.

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

Color convert

RGB19780148-
CMYK00.590.250.23
HSL325.13º50.21%54.31%-
HSV(B)325.13º59.39%77.25%-
XYZ31.2419.7530.18-
YUV122.74142.26180.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.35%
GREEN value IS 80 (31.64% from 255) = 18.82%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=46.35%
G=18.82%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978014800.590.250.23325.1350.2154.31
HexC5509403B19171453236
Octal30512022407331275056266
Binary1100010110100001001010001110111100110111101000101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55094; }

 p { color: rgb(197,80,148); }

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

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

 a { background-color: rgb(197,80,148); }

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

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

 span { border-color: rgb(197,80,148); }

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