COLOR #C54B5D

HEX: #C54B5D
RGB: (197,75,93)

Color info

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

RGB color model

#C54B5D color RGB value is (197,75,93).

  • red value is 197;
  • green value is 75;
  • blue value is 93.
RGB:
(197,75,93)
(77%,29%,36%)

RGB channels and saturation

R 197 of 255 = 77%
G 75 of 255 = 29%
B 93 of 255 = 36%

197
75
93

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

Portions of RGB colors in percentages

R + G + B =
197 + 75 + 93 = 365 (100%)
R 197 of 365 ~ 53.97%
G 75 of 365 ~ 20.55%
B 93 of 365 ~ 25.48%

%53.97
%20.55
%25.48

CMYK color model

#C54B5D color CMYK value is (0,62,53,23).

  • cyan value is 0.00%
  • magenta value is 61.93%
  • yellow value is 52.79%
  • key color value is 22.75%
CMYK:
(0,62,53,23)
C0M62Y53K23 
(0%,62%,53%,23%)
(0.00/0.62/0.53/0.23)	

CMYK percentages

%0
%61.93
%52.79
%22.75

Codes

Color #C54B5D in popluar color models

C54B5D
RGB1977593
HSL351°51.26%53.33%
HSB/HSV351°61.93%77.25%
CMYK0.00%61.93%52.79%
22.75%

Color #C54B5D in popluar number systems.

HEXC54B5D
Decimal1977593
Binary1100010110010111011101
Octal305113135

Shades and tints

Shades of #C54B5D

#C54B5D
(197,75,93)
#B44555
(180,69,85)
#A33F4D
(163,63,77)
#923945
(146,57,69)
#81333D
(129,51,61)
#702D35
(112,45,53)
#5F272D
(95,39,45)
#4E2125
(78,33,37)
#3D1B1D
(61,27,29)
#2C1515
(44,21,21)
#1B0F0D
(27,15,13)
#000000
(0,0,0)

Tints of #C54B5D

#C54B5D
(197,75,93)
#CA5B6B
(202,91,107)
#CF6B79
(207,107,121)
#D47B87
(212,123,135)
#D98B95
(217,139,149)
#DE9BA3
(222,155,163)
#E3ABB1
(227,171,177)
#E8BBBF
(232,187,191)
#EDCBCD
(237,203,205)
#F2DBDB
(242,219,219)
#F7EBE9
(247,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C54B5D color. Also use rgb(197,75,93) instead hex code.

Text Font Color

.myTextColor { color: #C54B5D; }

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

This text font color is #C54B5D.


Background Color

.myBgColor { background-color: #C54B5D; }

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

This div background color is #C54B5D.


Border color

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

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

This div border color is #C54B5D.


Opacity

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

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

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

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

This text has shadow with #C54B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C54B5D on black background.


Color preview on white background

This text has color #C54B5D on white background.



Black color preview on #C54B5D background

This text has black color on #C54B5D background.


White color preview on #C54B5D background

This text has white color on #C54B5D background.