#C5474E

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

Shades of Mandy #C5474E

Tints of Mandy #C5474E

Color information

#C5474E (or 0xC5474E) is unknown color: approx Mandy. HEX triplet: C5, 47 and 4E. RGB value is (197,71,78). Sum of RGB (Red+Green+Blue) = 197+71+78=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5474E is #3AB8B1. Grayscale: #6D6D6D. Windows color (decimal): -3848370 or 5130181. OLE color: 5130181.

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

Color convert

RGB1977178-
CMYK00.640.600.23
HSL356.67º52.07%52.55%-
HSV(B)356.67º63.96%77.25%-
XYZ26.6516.939.07-
YUV109.47110.24190.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=56.94%
G=20.52%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197717800.640.600.23356.6752.0752.55
HexC5474E0403C171653435
Octal305107116010074275456465
Binary11000101100011110011100100000011110010111101100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5474E; }

 p { color: rgb(197,71,78); }

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

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

 a { background-color: rgb(197,71,78); }

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

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

 span { border-color: rgb(197,71,78); }

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