#C55B95

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

Shades of Mulberry #C55B95

Tints of Mulberry #C55B95

Color information

#C55B95 (or 0xC55B95) is unknown color: approx Mulberry. HEX triplet: C5, 5B and 95. RGB value is (197,91,149). Sum of RGB (Red+Green+Blue) = 197+91+149=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B95 is #3AA46A. Grayscale: #818181. Windows color (decimal): -3843179 or 9788357. OLE color: 9788357.

HSL color Cylindrical-coordinate representation of color #C55B95: hue angle of 327.17º 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 #C55B95 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB19791149-
CMYK00.540.240.23
HSL327.17º47.75%56.47%-
HSV(B)327.17º53.81%77.25%-
XYZ32.1921.5230.89-
YUV129.31139.12176.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=45.08%
G=20.82%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979114900.540.240.23327.1747.7556.47
HexC55B9503618171473038
Octal30513322506630275076070
Binary1100010110110111001010101101101100010111101000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B95; }

 p { color: rgb(197,91,149); }

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

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

 a { background-color: rgb(197,91,149); }

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

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

 span { border-color: rgb(197,91,149); }

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