COLOR #C98270

HEX: #C98270
RGB: (201,130,112)

Color info

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

RGB color model

#C98270 color RGB value is (201,130,112).

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

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 112 of 255 = 44%

201
130
112

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

Portions of RGB colors in percentages

R + G + B =
201 + 130 + 112 = 443 (100%)
R 201 of 443 ~ 45.37%
G 130 of 443 ~ 29.35%
B 112 of 443 ~ 25.28%

%45.37
%29.35
%25.28

CMYK color model

#C98270 color CMYK value is (0,35,44,21).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 44.28%
  • key color value is 21.18%
CMYK:
(0,35,44,21)
C0M35Y44K21 
(0%,35%,44%,21%)
(0.00/0.35/0.44/0.21)	

CMYK percentages

%0
%35.32
%44.28
%21.18

Codes

Color #C98270 in popluar color models

C98270
RGB201130112
HSL12°45.18%61.37%
HSB/HSV12°44.28%78.82%
CMYK0.00%35.32%44.28%
21.18%

Color #C98270 in popluar number systems.

HEXC98270
Decimal201130112
Binary11001001100000101110000
Octal311202160

Shades and tints

Shades of #C98270

#C98270
(201,130,112)
#B77766
(183,119,102)
#A56C5C
(165,108,92)
#936152
(147,97,82)
#815648
(129,86,72)
#6F4B3E
(111,75,62)
#5D4034
(93,64,52)
#4B352A
(75,53,42)
#392A20
(57,42,32)
#271F16
(39,31,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #C98270

#C98270
(201,130,112)
#CD8D7D
(205,141,125)
#D1988A
(209,152,138)
#D5A397
(213,163,151)
#D9AEA4
(217,174,164)
#DDB9B1
(221,185,177)
#E1C4BE
(225,196,190)
#E5CFCB
(229,207,203)
#E9DAD8
(233,218,216)
#EDE5E5
(237,229,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98270; }

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

This text font color is #C98270.


Background Color

.myBgColor { background-color: #C98270; }

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

This div background color is #C98270.


Border color

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

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

This div border color is #C98270.


Opacity

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

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

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

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

This text has shadow with #C98270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98270 on black background.


Color preview on white background

This text has color #C98270 on white background.



Black color preview on #C98270 background

This text has black color on #C98270 background.


White color preview on #C98270 background

This text has white color on #C98270 background.