#C5484C

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

Shades of Mandy #C5484C

Tints of Mandy #C5484C

Color information

#C5484C (or 0xC5484C) is unknown color: approx Mandy. HEX triplet: C5, 48 and 4C. RGB value is (197,72,76). Sum of RGB (Red+Green+Blue) = 197+72+76=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5484C is #3AB7B3. Grayscale: #6D6D6D. Windows color (decimal): -3848116 or 4999365. OLE color: 4999365.

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

Color convert

RGB1977276-
CMYK00.630.610.23
HSL358.08º51.87%52.75%-
HSV(B)358.08º63.45%77.25%-
XYZ26.6517.038.72-
YUV109.83108.91190.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.10%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=57.10%
G=20.87%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197727600.630.610.23358.0851.8752.75
HexC5484C03F3D171663435
Octal30511011407775275466465
Binary1100010110010001001100011111111110110111101100110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5484C; }

 p { color: rgb(197,72,76); }

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

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

 a { background-color: rgb(197,72,76); }

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

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

 span { border-color: rgb(197,72,76); }

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