#C55357

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

Shades of Mandy #C55357

Tints of Mandy #C55357

Color information

#C55357 (or 0xC55357) is unknown color: approx Mandy. HEX triplet: C5, 53 and 57. RGB value is (197,83,87). Sum of RGB (Red+Green+Blue) = 197+83+87=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55357 is #3AACA8. Grayscale: #757575. Windows color (decimal): -3845289 or 5723077. OLE color: 5723077.

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

Color convert

RGB1978387-
CMYK00.580.560.23
HSL357.89º49.57%54.9%-
HSV(B)357.89º57.87%77.25%-
XYZ27.8418.7411.17-
YUV117.54110.77184.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=53.68%
G=22.62%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197838700.580.560.23357.8949.5754.9
HexC5535703A38171663237
Octal30512312707270275466267
Binary1100010110100111010111011101011100010111101100110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55357; }

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

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

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

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

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

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

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

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