#C55BA0

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

Shades of Mulberry #C55BA0

Tints of Mulberry #C55BA0

Color information

#C55BA0 (or 0xC55BA0) is unknown color: approx Mulberry. HEX triplet: C5, 5B and A0. RGB value is (197,91,160). Sum of RGB (Red+Green+Blue) = 197+91+160=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BA0 is #3AA45F. Grayscale: #828282. Windows color (decimal): -3843168 or 10509253. OLE color: 10509253.

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

Color convert

RGB19791160-
CMYK00.540.190.23
HSL320.94º47.75%56.47%-
HSV(B)320.94º53.81%77.25%-
XYZ33.1121.8935.74-
YUV130.56144.62175.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.97%
GREEN value IS 91 (35.94% from 255) = 20.31%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=43.97%
G=20.31%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979116000.540.190.23320.9447.7556.47
HexC55BA003613171413038
Octal30513324006623275016070
Binary1100010110110111010000001101101001110111101000001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BA0; }

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

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

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

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

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

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

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

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