COLOR #C98A7E

HEX: #C98A7E
RGB: (201,138,126)

Color info

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

RGB color model

#C98A7E color RGB value is (201,138,126).

  • red value is 201;
  • green value is 138;
  • blue value is 126.
RGB:
(201,138,126)
(79%,54%,49%)

RGB channels and saturation

R 201 of 255 = 79%
G 138 of 255 = 54%
B 126 of 255 = 49%

201
138
126

R + G + B ~ 61%. #C98A7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 138 + 126 = 465 (100%)
R 201 of 465 ~ 43.23%
G 138 of 465 ~ 29.68%
B 126 of 465 ~ 27.1%

%43.23
%29.68
%27.1

CMYK color model

#C98A7E color CMYK value is (0,31,37,21).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 37.31%
  • key color value is 21.18%
CMYK:
(0,31,37,21)
C0M31Y37K21 
(0%,31%,37%,21%)
(0.00/0.31/0.37/0.21)	

CMYK percentages

%0
%31.34
%37.31
%21.18

Codes

Color #C98A7E in popluar color models

C98A7E
RGB201138126
HSL10°40.98%64.12%
HSB/HSV10°37.31%78.82%
CMYK0.00%31.34%37.31%
21.18%

Color #C98A7E in popluar number systems.

HEXC98A7E
Decimal201138126
Binary11001001100010101111110
Octal311212176

Shades and tints

Shades of #C98A7E

#C98A7E
(201,138,126)
#B77E73
(183,126,115)
#A57268
(165,114,104)
#93665D
(147,102,93)
#815A52
(129,90,82)
#6F4E47
(111,78,71)
#5D423C
(93,66,60)
#4B3631
(75,54,49)
#392A26
(57,42,38)
#271E1B
(39,30,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #C98A7E

#C98A7E
(201,138,126)
#CD9489
(205,148,137)
#D19E94
(209,158,148)
#D5A89F
(213,168,159)
#D9B2AA
(217,178,170)
#DDBCB5
(221,188,181)
#E1C6C0
(225,198,192)
#E5D0CB
(229,208,203)
#E9DAD6
(233,218,214)
#EDE4E1
(237,228,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98A7E color. Also use rgb(201,138,126) instead hex code.

Text Font Color

.myTextColor { color: #C98A7E; }

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

This text font color is #C98A7E.


Background Color

.myBgColor { background-color: #C98A7E; }

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

This div background color is #C98A7E.


Border color

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

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

This div border color is #C98A7E.


Opacity

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

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

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

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

This text has shadow with #C98A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98A7E on black background.


Color preview on white background

This text has color #C98A7E on white background.



Black color preview on #C98A7E background

This text has black color on #C98A7E background.


White color preview on #C98A7E background

This text has white color on #C98A7E background.