#C5474D

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

Shades of Mandy #C5474D

Tints of Mandy #C5474D

Color information

#C5474D (or 0xC5474D) is unknown color: approx Mandy. HEX triplet: C5, 47 and 4D. RGB value is (197,71,77). Sum of RGB (Red+Green+Blue) = 197+71+77=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5474D is #3AB8B2. Grayscale: #6D6D6D. Windows color (decimal): -3848371 or 5064645. OLE color: 5064645.

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

Color convert

RGB1977177-
CMYK00.640.610.23
HSL357.14º52.07%52.55%-
HSV(B)357.14º63.96%77.25%-
XYZ26.6216.918.88-
YUV109.36109.74190.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 71 (28.12% from 255) = 20.58%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=57.10%
G=20.58%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197717700.640.610.23357.1452.0752.55
HexC5474D0403D171653435
Octal305107115010075275456465
Binary11000101100011110011010100000011110110111101100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5474D; }

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

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

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

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

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

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

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

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