#C55A64

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

Shades of Mandy #C55A64

Tints of Mandy #C55A64

Color information

#C55A64 (or 0xC55A64) is unknown color: approx Mandy. HEX triplet: C5, 5A and 64. RGB value is (197,90,100). Sum of RGB (Red+Green+Blue) = 197+90+100=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A64 is #3AA59B. Grayscale: #7B7B7B. Windows color (decimal): -3843484 or 6576837. OLE color: 6576837.

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

Color convert

RGB19790100-
CMYK00.540.490.23
HSL354.39º47.98%56.27%-
HSV(B)354.39º54.31%77.25%-
XYZ28.9820.114.41-
YUV123.13114.95180.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 100 (39.45% from 255) = 25.84%
R=50.90%
G=23.26%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979010000.540.490.23354.3947.9856.27
HexC55A6403631171623038
Octal30513214406661275426070
Binary1100010110110101100100011011011000110111101100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A64; }

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

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

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

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

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

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

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

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