COLOR #C54A80

HEX: #C54A80
RGB: (197,74,128)

Color info

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

RGB color model

#C54A80 color RGB value is (197,74,128).

  • red value is 197;
  • green value is 74;
  • blue value is 128.
RGB:
(197,74,128)
(77%,29%,50%)

RGB channels and saturation

R 197 of 255 = 77%
G 74 of 255 = 29%
B 128 of 255 = 50%

197
74
128

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

Portions of RGB colors in percentages

R + G + B =
197 + 74 + 128 = 399 (100%)
R 197 of 399 ~ 49.37%
G 74 of 399 ~ 18.55%
B 128 of 399 ~ 32.08%

%49.37
%18.55
%32.08

CMYK color model

#C54A80 color CMYK value is (0,62,35,23).

  • cyan value is 0.00%
  • magenta value is 62.44%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(0,62,35,23)
C0M62Y35K23 
(0%,62%,35%,23%)
(0.00/0.62/0.35/0.23)	

CMYK percentages

%0
%62.44
%35.03
%22.75

Codes

Color #C54A80 in popluar color models

C54A80
RGB19774128
HSL334°51.46%53.14%
HSB/HSV334°62.44%77.25%
CMYK0.00%62.44%35.03%
22.75%

Color #C54A80 in popluar number systems.

HEXC54A80
Decimal19774128
Binary11000101100101010000000
Octal305112200

Shades and tints

Shades of #C54A80

#C54A80
(197,74,128)
#B44475
(180,68,117)
#A33E6A
(163,62,106)
#92385F
(146,56,95)
#813254
(129,50,84)
#702C49
(112,44,73)
#5F263E
(95,38,62)
#4E2033
(78,32,51)
#3D1A28
(61,26,40)
#2C141D
(44,20,29)
#1B0E12
(27,14,18)
#000000
(0,0,0)

Tints of #C54A80

#C54A80
(197,74,128)
#CA5A8B
(202,90,139)
#CF6A96
(207,106,150)
#D47AA1
(212,122,161)
#D98AAC
(217,138,172)
#DE9AB7
(222,154,183)
#E3AAC2
(227,170,194)
#E8BACD
(232,186,205)
#EDCAD8
(237,202,216)
#F2DAE3
(242,218,227)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54A80 color. Also use rgb(197,74,128) instead hex code.

Text Font Color

.myTextColor { color: #C54A80; }

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

This text font color is #C54A80.


Background Color

.myBgColor { background-color: #C54A80; }

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

This div background color is #C54A80.


Border color

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

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

This div border color is #C54A80.


Opacity

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

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

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

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

This text has shadow with #C54A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54A80 on black background.


Color preview on white background

This text has color #C54A80 on white background.



Black color preview on #C54A80 background

This text has black color on #C54A80 background.


White color preview on #C54A80 background

This text has white color on #C54A80 background.