#C55257

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

Shades of Mandy #C55257

Tints of Mandy #C55257

Color information

#C55257 (or 0xC55257) is unknown color: approx Mandy. HEX triplet: C5, 52 and 57. RGB value is (197,82,87). Sum of RGB (Red+Green+Blue) = 197+82+87=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55257 is #3AADA8. Grayscale: #757575. Windows color (decimal): -3845545 or 5722821. OLE color: 5722821.

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

Color convert

RGB1978287-
CMYK00.580.560.23
HSL357.39º49.78%54.71%-
HSV(B)357.39º58.38%77.25%-
XYZ27.7618.5911.14-
YUV116.96111.1185.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=53.83%
G=22.40%
B=23.77%

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
Decimal197828700.580.560.23357.3949.7854.71
HexC5525703A38171653237
Octal30512212707270275456267
Binary1100010110100101010111011101011100010111101100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55257; }

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

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

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

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

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

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

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

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