#C55B80

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

Shades of Mulberry #C55B80

Tints of Mulberry #C55B80

Color information

#C55B80 (or 0xC55B80) is unknown color: approx Mulberry. HEX triplet: C5, 5B and 80. RGB value is (197,91,128). Sum of RGB (Red+Green+Blue) = 197+91+128=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B80 is #3AA47F. Grayscale: #7E7E7E. Windows color (decimal): -3843200 or 8412101. OLE color: 8412101.

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

Color convert

RGB19791128-
CMYK00.540.350.23
HSL339.06º47.75%56.47%-
HSV(B)339.06º53.81%77.25%-
XYZ30.6620.9122.84-
YUV126.91128.62177.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=47.36%
G=21.88%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979112800.540.350.23339.0647.7556.47
HexC55B8003623171533038
Octal30513320006643275236070
Binary11000101101101110000000011011010001110111101010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B80; }

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

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

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

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

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

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

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

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