#C54D50

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

Shades of Mandy #C54D50

Tints of Mandy #C54D50

Color information

#C54D50 (or 0xC54D50) is unknown color: approx Mandy. HEX triplet: C5, 4D and 50. RGB value is (197,77,80). Sum of RGB (Red+Green+Blue) = 197+77+80=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54D50 is #3AB2AF. Grayscale: #717171. Windows color (decimal): -3846832 or 5262789. OLE color: 5262789.

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

Color convert

RGB1977780-
CMYK00.610.590.23
HSL358.5º50.85%53.73%-
HSV(B)358.5º60.91%77.25%-
XYZ27.1317.769.59-
YUV113.22109.26187.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=55.65%
G=21.75%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197778000.610.590.23358.550.8553.73
HexC54D5003D3B171663336
Octal30511512007573275466366
Binary1100010110011011010000011110111101110111101100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54D50; }

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

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

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

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

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

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

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

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