#C54A5B

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

Shades of Mandy #C54A5B

Tints of Mandy #C54A5B

Color information

#C54A5B (or 0xC54A5B) is unknown color: approx Mandy. HEX triplet: C5, 4A and 5B. RGB value is (197,74,91). Sum of RGB (Red+Green+Blue) = 197+74+91=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54A5B is #3AB5A4. Grayscale: #707070. Windows color (decimal): -3847589 or 5982917. OLE color: 5982917.

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

Color convert

RGB1977491-
CMYK00.620.540.23
HSL351.71º51.46%53.14%-
HSV(B)351.71º62.44%77.25%-
XYZ27.3617.5211.84-
YUV112.71115.75188.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 74 (29.30% from 255) = 20.44%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=54.42%
G=20.44%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197749100.620.540.23351.7151.4653.14
HexC54A5B03E36171603335
Octal30511213307666275406365
Binary1100010110010101011011011111011011010111101100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54A5B; }

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

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

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

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

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

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

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

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