#C55B9C

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

Shades of Mulberry #C55B9C

Tints of Mulberry #C55B9C

Color information

#C55B9C (or 0xC55B9C) is unknown color: approx Mulberry. HEX triplet: C5, 5B and 9C. RGB value is (197,91,156). Sum of RGB (Red+Green+Blue) = 197+91+156=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B9C is #3AA463. Grayscale: #818181. Windows color (decimal): -3843172 or 10247109. OLE color: 10247109.

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

Color convert

RGB19791156-
CMYK00.540.210.23
HSL323.21º47.75%56.47%-
HSV(B)323.21º53.81%77.25%-
XYZ32.7721.7533.92-
YUV130.1142.62175.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.37%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 156 (61.33% from 255) = 35.14%
R=44.37%
G=20.50%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979115600.540.210.23323.2147.7556.47
HexC55B9C03615171433038
Octal30513323406625275036070
Binary1100010110110111001110001101101010110111101000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B9C; }

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

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

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

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

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

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

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

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