#C5475D

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

Shades of Mandy #C5475D

Tints of Mandy #C5475D

Color information

#C5475D (or 0xC5475D) is unknown color: approx Mandy. HEX triplet: C5, 47 and 5D. RGB value is (197,71,93). Sum of RGB (Red+Green+Blue) = 197+71+93=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5475D is #3AB8A2. Grayscale: #6F6F6F. Windows color (decimal): -3848355 or 6113221. OLE color: 6113221.

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

Color convert

RGB1977193-
CMYK00.640.530.23
HSL349.52º52.07%52.55%-
HSV(B)349.52º63.96%77.25%-
XYZ27.2517.1712.23-
YUV111.18117.74189.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=54.57%
G=19.67%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197719300.640.530.23349.5252.0752.55
HexC5475D040351715e3435
Octal305107135010065275366465
Binary11000101100011110111010100000011010110111101011110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5475D; }

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

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

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

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

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

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

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

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