#C54A4B

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

Shades of Mandy #C54A4B

Tints of Mandy #C54A4B

Color information

#C54A4B (or 0xC54A4B) is unknown color: approx Mandy. HEX triplet: C5, 4A and 4B. RGB value is (197,74,75). Sum of RGB (Red+Green+Blue) = 197+74+75=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A4B is #3AB5B4. Grayscale: #6F6F6F. Windows color (decimal): -3847605 or 4934341. OLE color: 4934341.

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

Color convert

RGB1977475-
CMYK00.620.620.23
HSL359.51º51.46%53.14%-
HSV(B)359.51º62.44%77.25%-
XYZ26.7417.288.58-
YUV110.89107.75189.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.94%
GREEN value IS 74 (29.30% from 255) = 21.39%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=56.94%
G=21.39%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197747500.620.620.23359.5151.4653.14
HexC54A4B03E3E171683335
Octal30511211307676275506365
Binary1100010110010101001011011111011111010111101101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54A4B; }

 p { color: rgb(197,74,75); }

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

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

 a { background-color: rgb(197,74,75); }

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

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

 span { border-color: rgb(197,74,75); }

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