#C55A62

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

Shades of Mandy #C55A62

Tints of Mandy #C55A62

Color information

#C55A62 (or 0xC55A62) is unknown color: approx Mandy. HEX triplet: C5, 5A and 62. RGB value is (197,90,98). Sum of RGB (Red+Green+Blue) = 197+90+98=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A62 is #3AA59D. Grayscale: #7A7A7A. Windows color (decimal): -3843486 or 6445765. OLE color: 6445765.

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

Color convert

RGB1979098-
CMYK00.540.500.23
HSL355.51º47.98%56.27%-
HSV(B)355.51º54.31%77.25%-
XYZ28.8920.0613.91-
YUV122.9113.95180.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=51.17%
G=23.38%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197909800.540.500.23355.5147.9856.27
HexC55A6203632171643038
Octal30513214206662275446070
Binary1100010110110101100010011011011001010111101100100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A62; }

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

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

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

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

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

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

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

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