#C55D5E

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

Shades of Mandy #C55D5E

Tints of Mandy #C55D5E

Color information

#C55D5E (or 0xC55D5E) is unknown color: approx Mandy. HEX triplet: C5, 5D and 5E. RGB value is (197,93,94). Sum of RGB (Red+Green+Blue) = 197+93+94=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55D5E is #3AA2A1. Grayscale: #7C7C7C. Windows color (decimal): -3842722 or 6184389. OLE color: 6184389.

HSL color Cylindrical-coordinate representation of color #C55D5E: hue angle of 359.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D5E is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB1979394-
CMYK00.530.520.23
HSL359.42º47.27%56.86%-
HSV(B)359.42º52.79%77.25%-
XYZ28.9620.5113.02-
YUV124.21110.96179.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.30%
GREEN value IS 93 (36.72% from 255) = 24.22%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=51.30%
G=24.22%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197939400.530.520.23359.4247.2756.86
HexC55D5E03534171672f39
Octal30513513606564275475771
Binary1100010110111011011110011010111010010111101100111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D5E; }

 p { color: rgb(197,93,94); }

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

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

 a { background-color: rgb(197,93,94); }

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

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

 span { border-color: rgb(197,93,94); }

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