COLOR #C54968

HEX: #C54968
RGB: (197,73,104)

Color info

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

RGB color model

#C54968 color RGB value is (197,73,104).

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

RGB channels and saturation

R 197 of 255 = 77%
G 73 of 255 = 29%
B 104 of 255 = 41%

197
73
104

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

Portions of RGB colors in percentages

R + G + B =
197 + 73 + 104 = 374 (100%)
R 197 of 374 ~ 52.67%
G 73 of 374 ~ 19.52%
B 104 of 374 ~ 27.81%

%52.67
%19.52
%27.81

CMYK color model

#C54968 color CMYK value is (0,63,47,23).

  • cyan value is 0.00%
  • magenta value is 62.94%
  • yellow value is 47.21%
  • key color value is 22.75%
CMYK:
(0,63,47,23)
C0M63Y47K23 
(0%,63%,47%,23%)
(0.00/0.63/0.47/0.23)	

CMYK percentages

%0
%62.94
%47.21
%22.75

Codes

Color #C54968 in popluar color models

C54968
RGB19773104
HSL345°51.67%52.94%
HSB/HSV345°62.94%77.25%
CMYK0.00%62.94%47.21%
22.75%

Color #C54968 in popluar number systems.

HEXC54968
Decimal19773104
Binary1100010110010011101000
Octal305111150

Shades and tints

Shades of #C54968

#C54968
(197,73,104)
#B4435F
(180,67,95)
#A33D56
(163,61,86)
#92374D
(146,55,77)
#813144
(129,49,68)
#702B3B
(112,43,59)
#5F2532
(95,37,50)
#4E1F29
(78,31,41)
#3D1920
(61,25,32)
#2C1317
(44,19,23)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #C54968

#C54968
(197,73,104)
#CA5975
(202,89,117)
#CF6982
(207,105,130)
#D4798F
(212,121,143)
#D9899C
(217,137,156)
#DE99A9
(222,153,169)
#E3A9B6
(227,169,182)
#E8B9C3
(232,185,195)
#EDC9D0
(237,201,208)
#F2D9DD
(242,217,221)
#F7E9EA
(247,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C54968; }

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

This text font color is #C54968.


Background Color

.myBgColor { background-color: #C54968; }

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

This div background color is #C54968.


Border color

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

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

This div border color is #C54968.


Opacity

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

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

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

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

This text has shadow with #C54968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54968 on black background.


Color preview on white background

This text has color #C54968 on white background.



Black color preview on #C54968 background

This text has black color on #C54968 background.


White color preview on #C54968 background

This text has white color on #C54968 background.