COLOR #C97281

HEX: #C97281
RGB: (201,114,129)

Color info

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

RGB color model

#C97281 color RGB value is (201,114,129).

  • red value is 201;
  • green value is 114;
  • blue value is 129.
RGB:
(201,114,129)
(79%,45%,51%)

RGB channels and saturation

R 201 of 255 = 79%
G 114 of 255 = 45%
B 129 of 255 = 51%

201
114
129

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

Portions of RGB colors in percentages

R + G + B =
201 + 114 + 129 = 444 (100%)
R 201 of 444 ~ 45.27%
G 114 of 444 ~ 25.68%
B 129 of 444 ~ 29.05%

%45.27
%25.68
%29.05

CMYK color model

#C97281 color CMYK value is (0,43,36,21).

  • cyan value is 0.00%
  • magenta value is 43.28%
  • yellow value is 35.82%
  • key color value is 21.18%
CMYK:
(0,43,36,21)
C0M43Y36K21 
(0%,43%,36%,21%)
(0.00/0.43/0.36/0.21)	

CMYK percentages

%0
%43.28
%35.82
%21.18

Codes

Color #C97281 in popluar color models

C97281
RGB201114129
HSL350°44.62%61.76%
HSB/HSV350°43.28%78.82%
CMYK0.00%43.28%35.82%
21.18%

Color #C97281 in popluar number systems.

HEXC97281
Decimal201114129
Binary11001001111001010000001
Octal311162201

Shades and tints

Shades of #C97281

#C97281
(201,114,129)
#B76876
(183,104,118)
#A55E6B
(165,94,107)
#935460
(147,84,96)
#814A55
(129,74,85)
#6F404A
(111,64,74)
#5D363F
(93,54,63)
#4B2C34
(75,44,52)
#392229
(57,34,41)
#27181E
(39,24,30)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #C97281

#C97281
(201,114,129)
#CD7E8C
(205,126,140)
#D18A97
(209,138,151)
#D596A2
(213,150,162)
#D9A2AD
(217,162,173)
#DDAEB8
(221,174,184)
#E1BAC3
(225,186,195)
#E5C6CE
(229,198,206)
#E9D2D9
(233,210,217)
#EDDEE4
(237,222,228)
#F1EAEF
(241,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97281 color. Also use rgb(201,114,129) instead hex code.

Text Font Color

.myTextColor { color: #C97281; }

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

This text font color is #C97281.


Background Color

.myBgColor { background-color: #C97281; }

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

This div background color is #C97281.


Border color

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

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

This div border color is #C97281.


Opacity

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

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

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

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

This text has shadow with #C97281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97281 on black background.


Color preview on white background

This text has color #C97281 on white background.



Black color preview on #C97281 background

This text has black color on #C97281 background.


White color preview on #C97281 background

This text has white color on #C97281 background.