COLOR #C54959

HEX: #C54959
RGB: (197,73,89)

Color info

#C54959 contains mainly red color. Web safe color of #C54959 is #CC3366 (or #C36).

RGB color model

#C54959 color RGB value is (197,73,89).

  • red value is 197;
  • green value is 73;
  • blue value is 89.
RGB:
(197,73,89)
(77%,29%,35%)

RGB channels and saturation

R 197 of 255 = 77%
G 73 of 255 = 29%
B 89 of 255 = 35%

197
73
89

R + G + B ~ 47%. #C54959 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 73 + 89 = 359 (100%)
R 197 of 359 ~ 54.87%
G 73 of 359 ~ 20.33%
B 89 of 359 ~ 24.79%

%54.87
%20.33
%24.79

CMYK color model

#C54959 color CMYK value is (0,63,55,23).

  • cyan value is 0.00%
  • magenta value is 62.94%
  • yellow value is 54.82%
  • key color value is 22.75%
CMYK:
(0,63,55,23)
C0M63Y55K23 
(0%,63%,55%,23%)
(0.00/0.63/0.55/0.23)	

CMYK percentages

%0
%62.94
%54.82
%22.75

Codes

Color #C54959 in popluar color models

C54959
RGB1977389
HSL352°51.67%52.94%
HSB/HSV352°62.94%77.25%
CMYK0.00%62.94%54.82%
22.75%

Color #C54959 in popluar number systems.

HEXC54959
Decimal1977389
Binary1100010110010011011001
Octal305111131

Shades and tints

Shades of #C54959

#C54959
(197,73,89)
#B44351
(180,67,81)
#A33D49
(163,61,73)
#923741
(146,55,65)
#813139
(129,49,57)
#702B31
(112,43,49)
#5F2529
(95,37,41)
#4E1F21
(78,31,33)
#3D1919
(61,25,25)
#2C1311
(44,19,17)
#1B0D09
(27,13,9)
#000000
(0,0,0)

Tints of #C54959

#C54959
(197,73,89)
#CA5968
(202,89,104)
#CF6977
(207,105,119)
#D47986
(212,121,134)
#D98995
(217,137,149)
#DE99A4
(222,153,164)
#E3A9B3
(227,169,179)
#E8B9C2
(232,185,194)
#EDC9D1
(237,201,209)
#F2D9E0
(242,217,224)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54959 color. Also use rgb(197,73,89) instead hex code.

Text Font Color

.myTextColor { color: #C54959; }

<p style="color:#C54959">This sample text font color is #C54959.</p>

This text font color is #C54959.


Background Color

.myBgColor { background-color: #C54959; }

<div style="background-color:#C54959">Inner text</div>

This div background color is #C54959.


Border color

.myBorderColor { border: 1px solid #C54959; }

<div style="border:3px solid #C54959">Div</div>

This div border color is #C54959.


Opacity

.myOpacity80 { color: #C54959; opacity: 0.8; }

<p style="color:#C54959;opacity:0.8;">80%</p>

Text with #C54959 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C54959;}

<p style="text-shadow: 3px 3px 1px #C54959">Text here.</p>

This text has shadow with #C54959 color.

.textShadow {text-shadow: 3px 3px 1px #C54959, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C54959, 5px 5px 20px red">Text here.</p>

This text has shadow with #C54959 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C54959, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C54959, Direction=45, Strength=4)">Text</p>

This text has shadow with #C54959 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C54959;
  -webkit-box-shadow:	1px 1px 3px 2px #C54959;
  box-shadow:		1px 1px 3px 2px #C54959;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C54959;
-webkit-box-shadow: 1px 1px 3px 2px #C54959;
box-shadow:1px 1px 3px 2px #C54959;">
Div content here</div>
This div box has shadow with color #C54959.

Preview

Color preview on black background

This text has color #C54959 on black background.


Color preview on white background

This text has color #C54959 on white background.



Black color preview on #C54959 background

This text has black color on #C54959 background.


White color preview on #C54959 background

This text has white color on #C54959 background.