COLOR #C54F61

HEX: #C54F61
RGB: (197,79,97)

Color info

#C54F61 contains mainly red color. Web safe color of #C54F61 is #CC6666 (or #C66).

RGB color model

#C54F61 color RGB value is (197,79,97).

  • red value is 197;
  • green value is 79;
  • blue value is 97.
RGB:
(197,79,97)
(77%,31%,38%)

RGB channels and saturation

R 197 of 255 = 77%
G 79 of 255 = 31%
B 97 of 255 = 38%

197
79
97

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

Portions of RGB colors in percentages

R + G + B =
197 + 79 + 97 = 373 (100%)
R 197 of 373 ~ 52.82%
G 79 of 373 ~ 21.18%
B 97 of 373 ~ 26.01%

%52.82
%21.18
%26.01

CMYK color model

#C54F61 color CMYK value is (0,60,51,23).

  • cyan value is 0.00%
  • magenta value is 59.90%
  • yellow value is 50.76%
  • key color value is 22.75%
CMYK:
(0,60,51,23)
C0M60Y51K23 
(0%,60%,51%,23%)
(0.00/0.60/0.51/0.23)	

CMYK percentages

%0
%59.9
%50.76
%22.75

Codes

Color #C54F61 in popluar color models

C54F61
RGB1977997
HSL351°50.43%54.12%
HSB/HSV351°59.90%77.25%
CMYK0.00%59.90%50.76%
22.75%

Color #C54F61 in popluar number systems.

HEXC54F61
Decimal1977997
Binary1100010110011111100001
Octal305117141

Shades and tints

Shades of #C54F61

#C54F61
(197,79,97)
#B44859
(180,72,89)
#A34151
(163,65,81)
#923A49
(146,58,73)
#813341
(129,51,65)
#702C39
(112,44,57)
#5F2531
(95,37,49)
#4E1E29
(78,30,41)
#3D1721
(61,23,33)
#2C1019
(44,16,25)
#1B0911
(27,9,17)
#000000
(0,0,0)

Tints of #C54F61

#C54F61
(197,79,97)
#CA5F6F
(202,95,111)
#CF6F7D
(207,111,125)
#D47F8B
(212,127,139)
#D98F99
(217,143,153)
#DE9FA7
(222,159,167)
#E3AFB5
(227,175,181)
#E8BFC3
(232,191,195)
#EDCFD1
(237,207,209)
#F2DFDF
(242,223,223)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54F61 color. Also use rgb(197,79,97) instead hex code.

Text Font Color

.myTextColor { color: #C54F61; }

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

This text font color is #C54F61.


Background Color

.myBgColor { background-color: #C54F61; }

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

This div background color is #C54F61.


Border color

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

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

This div border color is #C54F61.


Opacity

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

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

Text with #C54F61 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 #C54F61;}

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

This text has shadow with #C54F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54F61 on black background.


Color preview on white background

This text has color #C54F61 on white background.



Black color preview on #C54F61 background

This text has black color on #C54F61 background.


White color preview on #C54F61 background

This text has white color on #C54F61 background.