#C5555D

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

Shades of Mandy #C5555D

Tints of Mandy #C5555D

Color information

#C5555D (or 0xC5555D) is unknown color: approx Mandy. HEX triplet: C5, 55 and 5D. RGB value is (197,85,93). Sum of RGB (Red+Green+Blue) = 197+85+93=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5555D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5555D is #3AAAA2. Grayscale: #777777. Windows color (decimal): -3844771 or 6116805. OLE color: 6116805.

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

Color convert

RGB1978593-
CMYK00.570.530.23
HSL355.71º49.12%55.29%-
HSV(B)355.71º56.85%77.25%-
XYZ28.2519.1612.56-
YUV119.4113.11183.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=52.53%
G=22.67%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197859300.570.530.23355.7149.1255.29
HexC5555D03935171643137
Octal30512513507165275446167
Binary1100010110101011011101011100111010110111101100100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5555D; }

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

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

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

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

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

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

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

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