#C55057

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

Shades of Mandy #C55057

Tints of Mandy #C55057

Color information

#C55057 (or 0xC55057) is unknown color: approx Mandy. HEX triplet: C5, 50 and 57. RGB value is (197,80,87). Sum of RGB (Red+Green+Blue) = 197+80+87=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C55057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55057 is #3AAFA8. Grayscale: #737373. Windows color (decimal): -3846057 or 5722309. OLE color: 5722309.

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

Color convert

RGB1978087-
CMYK00.590.560.23
HSL356.41º50.21%54.31%-
HSV(B)356.41º59.39%77.25%-
XYZ27.6118.311.09-
YUV115.78111.76185.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.12%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=54.12%
G=21.98%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197808700.590.560.23356.4150.2154.31
HexC5505703B38171643236
Octal30512012707370275446266
Binary1100010110100001010111011101111100010111101100100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55057; }

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

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

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

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

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

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

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

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