#C54156

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

Shades of Mandy #C54156

Tints of Mandy #C54156

Color information

#C54156 (or 0xC54156) is unknown color: approx Mandy. HEX triplet: C5, 41 and 56. RGB value is (197,65,86). Sum of RGB (Red+Green+Blue) = 197+65+86=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C54156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54156 is #3ABEA9. Grayscale: #6A6A6A. Windows color (decimal): -3849898 or 5652933. OLE color: 5652933.

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

Color convert

RGB1976586-
CMYK00.670.560.23
HSL350.45º53.23%51.37%-
HSV(B)350.45º67.01%77.25%-
XYZ26.616.3210.55-
YUV106.86116.23192.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.61%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=56.61%
G=18.68%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197658600.670.560.23350.4553.2351.37
HexC54156043381715e3533
Octal305101126010370275366563
Binary11000101100000110101100100001111100010111101011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54156; }

 p { color: rgb(197,65,86); }

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

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

 a { background-color: rgb(197,65,86); }

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

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

 span { border-color: rgb(197,65,86); }

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