#C55A98

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

Shades of Mulberry #C55A98

Tints of Mulberry #C55A98

Color information

#C55A98 (or 0xC55A98) is unknown color: approx Mulberry. HEX triplet: C5, 5A and 98. RGB value is (197,90,152). Sum of RGB (Red+Green+Blue) = 197+90+152=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A98 is #3AA567. Grayscale: #808080. Windows color (decimal): -3843432 or 9984709. OLE color: 9984709.

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

Color convert

RGB19790152-
CMYK00.540.230.23
HSL325.23º47.98%56.27%-
HSV(B)325.23º54.31%77.25%-
XYZ32.3521.4532.14-
YUV129.06140.95176.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 90 (35.55% from 255) = 20.50%
BLUE value IS 152 (59.77% from 255) = 34.62%
R=44.87%
G=20.50%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979015200.540.230.23325.2347.9856.27
HexC55A9803617171453038
Octal30513223006627275056070
Binary1100010110110101001100001101101011110111101000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A98; }

 p { color: rgb(197,90,152); }

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

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

 a { background-color: rgb(197,90,152); }

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

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

 span { border-color: rgb(197,90,152); }

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