#c55a5b

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

Shades of Mandy #C55A5B

Tints of Mandy #C55A5B

Color information

#C55A5B (or 0xC55A5B) is unknown color: approx Mandy. HEX triplet: C5, 5A and 5B. RGB value is (197,90,91). Sum of RGB (Red+Green+Blue) = 197+90+91=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A5B is #3AA5A4. Grayscale: #7A7A7A. Windows color (decimal): -3843493 or 5987013. OLE color: 5987013.

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

Color convert

RGB1979091-
CMYK00.540.540.23
HSL359.44º47.98%56.27%-
HSV(B)359.44º54.31%77.25%-
XYZ28.5719.9412.24-
YUV122.11110.45181.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.12%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=52.12%
G=23.81%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197909100.540.540.23359.4447.9856.27
HexC55A5B03636171673038
Octal30513213306666275476070
Binary1100010110110101011011011011011011010111101100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55a5b; }

 p { color: rgb(197,90,91); }

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

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

 a { background-color: rgb(197,90,91); }

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

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

 span { border-color: rgb(197,90,91); }

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