#C55359

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

Shades of Mandy #C55359

Tints of Mandy #C55359

Color information

#C55359 (or 0xC55359) is unknown color: approx Mandy. HEX triplet: C5, 53 and 59. RGB value is (197,83,89). Sum of RGB (Red+Green+Blue) = 197+83+89=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55359 is #3AACA6. Grayscale: #757575. Windows color (decimal): -3845287 or 5854149. OLE color: 5854149.

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

Color convert

RGB1978389-
CMYK00.580.550.23
HSL356.84º49.57%54.9%-
HSV(B)356.84º57.87%77.25%-
XYZ27.9218.7811.6-
YUV117.77111.77184.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.39%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=53.39%
G=22.49%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197838900.580.550.23356.8449.5754.9
HexC5535903A37171653237
Octal30512313107267275456267
Binary1100010110100111011001011101011011110111101100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55359; }

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

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

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

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

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

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

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

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