#C55385

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

Shades of Mulberry #C55385

Tints of Mulberry #C55385

Color information

#C55385 (or 0xC55385) is unknown color: approx Mulberry. HEX triplet: C5, 53 and 85. RGB value is (197,83,133). Sum of RGB (Red+Green+Blue) = 197+83+133=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55385 is #3AAC7A. Grayscale: #7A7A7A. Windows color (decimal): -3845243 or 8737733. OLE color: 8737733.

HSL color Cylindrical-coordinate representation of color #C55385: hue angle of 333.68º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55385 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19783133-
CMYK00.580.320.23
HSL333.68º49.57%54.9%-
HSV(B)333.68º57.87%77.25%-
XYZ30.3519.7524.4-
YUV122.79133.77180.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=47.70%
G=20.10%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978313300.580.320.23333.6849.5754.9
HexC5538503A201714e3237
Octal30512320507240275166267
Binary11000101101001110000101011101010000010111101001110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55385; }

 p { color: rgb(197,83,133); }

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

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

 a { background-color: rgb(197,83,133); }

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

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

 span { border-color: rgb(197,83,133); }

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