COLOR #C97484

HEX: #C97484
RGB: (201,116,132)

Color info

#C97484 contains mainly red color. Web safe color of #C97484 is #CC6699 (or #C69).

RGB color model

#C97484 color RGB value is (201,116,132).

  • red value is 201;
  • green value is 116;
  • blue value is 132.
RGB:
(201,116,132)
(79%,45%,52%)

RGB channels and saturation

R 201 of 255 = 79%
G 116 of 255 = 45%
B 132 of 255 = 52%

201
116
132

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

Portions of RGB colors in percentages

R + G + B =
201 + 116 + 132 = 449 (100%)
R 201 of 449 ~ 44.77%
G 116 of 449 ~ 25.84%
B 132 of 449 ~ 29.4%

%44.77
%25.84
%29.4

CMYK color model

#C97484 color CMYK value is (0,42,34,21).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 34.33%
  • key color value is 21.18%
CMYK:
(0,42,34,21)
C0M42Y34K21 
(0%,42%,34%,21%)
(0.00/0.42/0.34/0.21)	

CMYK percentages

%0
%42.29
%34.33
%21.18

Codes

Color #C97484 in popluar color models

C97484
RGB201116132
HSL349°44.04%62.16%
HSB/HSV349°42.29%78.82%
CMYK0.00%42.29%34.33%
21.18%

Color #C97484 in popluar number systems.

HEXC97484
Decimal201116132
Binary11001001111010010000100
Octal311164204

Shades and tints

Shades of #C97484

#C97484
(201,116,132)
#B76A78
(183,106,120)
#A5606C
(165,96,108)
#935660
(147,86,96)
#814C54
(129,76,84)
#6F4248
(111,66,72)
#5D383C
(93,56,60)
#4B2E30
(75,46,48)
#392424
(57,36,36)
#271A18
(39,26,24)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #C97484

#C97484
(201,116,132)
#CD808F
(205,128,143)
#D18C9A
(209,140,154)
#D598A5
(213,152,165)
#D9A4B0
(217,164,176)
#DDB0BB
(221,176,187)
#E1BCC6
(225,188,198)
#E5C8D1
(229,200,209)
#E9D4DC
(233,212,220)
#EDE0E7
(237,224,231)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97484 color. Also use rgb(201,116,132) instead hex code.

Text Font Color

.myTextColor { color: #C97484; }

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

This text font color is #C97484.


Background Color

.myBgColor { background-color: #C97484; }

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

This div background color is #C97484.


Border color

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

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

This div border color is #C97484.


Opacity

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

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

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

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

This text has shadow with #C97484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97484 on black background.


Color preview on white background

This text has color #C97484 on white background.



Black color preview on #C97484 background

This text has black color on #C97484 background.


White color preview on #C97484 background

This text has white color on #C97484 background.