COLOR #C9547C

HEX: #C9547C
RGB: (201,84,124)

Color info

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

RGB color model

#C9547C color RGB value is (201,84,124).

  • red value is 201;
  • green value is 84;
  • blue value is 124.
RGB:
(201,84,124)
(79%,33%,49%)

RGB channels and saturation

R 201 of 255 = 79%
G 84 of 255 = 33%
B 124 of 255 = 49%

201
84
124

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

Portions of RGB colors in percentages

R + G + B =
201 + 84 + 124 = 409 (100%)
R 201 of 409 ~ 49.14%
G 84 of 409 ~ 20.54%
B 124 of 409 ~ 30.32%

%49.14
%20.54
%30.32

CMYK color model

#C9547C color CMYK value is (0,58,38,21).

  • cyan value is 0.00%
  • magenta value is 58.21%
  • yellow value is 38.31%
  • key color value is 21.18%
CMYK:
(0,58,38,21)
C0M58Y38K21 
(0%,58%,38%,21%)
(0.00/0.58/0.38/0.21)	

CMYK percentages

%0
%58.21
%38.31
%21.18

Codes

Color #C9547C in popluar color models

C9547C
RGB20184124
HSL339°52.00%55.88%
HSB/HSV339°58.21%78.82%
CMYK0.00%58.21%38.31%
21.18%

Color #C9547C in popluar number systems.

HEXC9547C
Decimal20184124
Binary1100100110101001111100
Octal311124174

Shades and tints

Shades of #C9547C

#C9547C
(201,84,124)
#B74D71
(183,77,113)
#A54666
(165,70,102)
#933F5B
(147,63,91)
#813850
(129,56,80)
#6F3145
(111,49,69)
#5D2A3A
(93,42,58)
#4B232F
(75,35,47)
#391C24
(57,28,36)
#271519
(39,21,25)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #C9547C

#C9547C
(201,84,124)
#CD6387
(205,99,135)
#D17292
(209,114,146)
#D5819D
(213,129,157)
#D990A8
(217,144,168)
#DD9FB3
(221,159,179)
#E1AEBE
(225,174,190)
#E5BDC9
(229,189,201)
#E9CCD4
(233,204,212)
#EDDBDF
(237,219,223)
#F1EAEA
(241,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9547C color. Also use rgb(201,84,124) instead hex code.

Text Font Color

.myTextColor { color: #C9547C; }

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

This text font color is #C9547C.


Background Color

.myBgColor { background-color: #C9547C; }

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

This div background color is #C9547C.


Border color

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

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

This div border color is #C9547C.


Opacity

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

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

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

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

This text has shadow with #C9547C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9547C on black background.


Color preview on white background

This text has color #C9547C on white background.



Black color preview on #C9547C background

This text has black color on #C9547C background.


White color preview on #C9547C background

This text has white color on #C9547C background.