COLOR #C98277

HEX: #C98277
RGB: (201,130,119)

Color info

#C98277 contains mainly red color. Web safe color of #C98277 is #CC9966 (or #C96).

RGB color model

#C98277 color RGB value is (201,130,119).

  • red value is 201;
  • green value is 130;
  • blue value is 119.
RGB:
(201,130,119)
(79%,51%,47%)

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 119 of 255 = 47%

201
130
119

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

Portions of RGB colors in percentages

R + G + B =
201 + 130 + 119 = 450 (100%)
R 201 of 450 ~ 44.67%
G 130 of 450 ~ 28.89%
B 119 of 450 ~ 26.44%

%44.67
%28.89
%26.44

CMYK color model

#C98277 color CMYK value is (0,35,41,21).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 40.80%
  • key color value is 21.18%
CMYK:
(0,35,41,21)
C0M35Y41K21 
(0%,35%,41%,21%)
(0.00/0.35/0.41/0.21)	

CMYK percentages

%0
%35.32
%40.8
%21.18

Codes

Color #C98277 in popluar color models

C98277
RGB201130119
HSL43.16%62.75%
HSB/HSV40.80%78.82%
CMYK0.00%35.32%40.80%
21.18%

Color #C98277 in popluar number systems.

HEXC98277
Decimal201130119
Binary11001001100000101110111
Octal311202167

Shades and tints

Shades of #C98277

#C98277
(201,130,119)
#B7776D
(183,119,109)
#A56C63
(165,108,99)
#936159
(147,97,89)
#81564F
(129,86,79)
#6F4B45
(111,75,69)
#5D403B
(93,64,59)
#4B3531
(75,53,49)
#392A27
(57,42,39)
#271F1D
(39,31,29)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #C98277

#C98277
(201,130,119)
#CD8D83
(205,141,131)
#D1988F
(209,152,143)
#D5A39B
(213,163,155)
#D9AEA7
(217,174,167)
#DDB9B3
(221,185,179)
#E1C4BF
(225,196,191)
#E5CFCB
(229,207,203)
#E9DAD7
(233,218,215)
#EDE5E3
(237,229,227)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98277 color. Also use rgb(201,130,119) instead hex code.

Text Font Color

.myTextColor { color: #C98277; }

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

This text font color is #C98277.


Background Color

.myBgColor { background-color: #C98277; }

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

This div background color is #C98277.


Border color

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

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

This div border color is #C98277.


Opacity

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

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

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

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

This text has shadow with #C98277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98277 on black background.


Color preview on white background

This text has color #C98277 on white background.



Black color preview on #C98277 background

This text has black color on #C98277 background.


White color preview on #C98277 background

This text has white color on #C98277 background.