COLOR #C98470

HEX: #C98470
RGB: (201,132,112)

Color info

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

RGB color model

#C98470 color RGB value is (201,132,112).

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

RGB channels and saturation

R 201 of 255 = 79%
G 132 of 255 = 52%
B 112 of 255 = 44%

201
132
112

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

Portions of RGB colors in percentages

R + G + B =
201 + 132 + 112 = 445 (100%)
R 201 of 445 ~ 45.17%
G 132 of 445 ~ 29.66%
B 112 of 445 ~ 25.17%

%45.17
%29.66
%25.17

CMYK color model

#C98470 color CMYK value is (0,34,44,21).

  • cyan value is 0.00%
  • magenta value is 34.33%
  • yellow value is 44.28%
  • key color value is 21.18%
CMYK:
(0,34,44,21)
C0M34Y44K21 
(0%,34%,44%,21%)
(0.00/0.34/0.44/0.21)	

CMYK percentages

%0
%34.33
%44.28
%21.18

Codes

Color #C98470 in popluar color models

C98470
RGB201132112
HSL13°45.18%61.37%
HSB/HSV13°44.28%78.82%
CMYK0.00%34.33%44.28%
21.18%

Color #C98470 in popluar number systems.

HEXC98470
Decimal201132112
Binary11001001100001001110000
Octal311204160

Shades and tints

Shades of #C98470

#C98470
(201,132,112)
#B77866
(183,120,102)
#A56C5C
(165,108,92)
#936052
(147,96,82)
#815448
(129,84,72)
#6F483E
(111,72,62)
#5D3C34
(93,60,52)
#4B302A
(75,48,42)
#392420
(57,36,32)
#271816
(39,24,22)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #C98470

#C98470
(201,132,112)
#CD8F7D
(205,143,125)
#D19A8A
(209,154,138)
#D5A597
(213,165,151)
#D9B0A4
(217,176,164)
#DDBBB1
(221,187,177)
#E1C6BE
(225,198,190)
#E5D1CB
(229,209,203)
#E9DCD8
(233,220,216)
#EDE7E5
(237,231,229)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98470; }

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

This text font color is #C98470.


Background Color

.myBgColor { background-color: #C98470; }

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

This div background color is #C98470.


Border color

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

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

This div border color is #C98470.


Opacity

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

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

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

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

This text has shadow with #C98470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98470 on black background.


Color preview on white background

This text has color #C98470 on white background.



Black color preview on #C98470 background

This text has black color on #C98470 background.


White color preview on #C98470 background

This text has white color on #C98470 background.