COLOR #C98F6F

HEX: #C98F6F RGB: (201,143,111)

Color info

#C98F6F contains mainly red and green colors. Web safe color of #C98F6F is #CC9966 (or #C96).

RGB color model

#C98F6F color RGB value is (201,143,111).

RGB: (201,143,111) (79%, 56%, 44%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 111 of 255 = 44%

201
143
111

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

Portions of RGB colors in percentages

R + G + B = 201 + 143 + 111 = 455 (100%)
R 201 of 455 ~ 44.18%
G 143 of 455 ~ 31.43%
B 111 of 455 ~ 24.4'%

%44.18
%31.43
%24.4

CMYK color model

#C98F6F color CMYK value is (0,29,45,21).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 44.78%
  • key color value is 21.18%

CMYK: (0,29,45,21)
C0M29Y45K21 (0%, 29%, 45%, 21%)
(0.00 / 0.29 / 0.45 / 0.21)

CMYK percentages

%0
%28.86
%44.78
%21.18

Codes

Color #C98F6F in popluar color models

C9 8F 6F
RGB 201 143 111
HSL 21° 45.45% 61.18%
HSB/HSV 21° 44.78% 78.82%
CMYK 0.00% 28.86% 44.78%
21.18%

Color #C98F6F in popluar number systems.

HEX C9 8F 6F
Decimal 201 143 111
Binary 11001001 10001111 1101111
Octal 311 217 157

Shades and tints

Shades of #C98F6F

#C98F6F
(201,143,111)
#B78265
(183,130,101)
#A5755B
(165,117,91)
#936851
(147,104,81)
#815B47
(129,91,71)
#6F4E3D
(111,78,61)
#5D4133
(93,65,51)
#4B3429
(75,52,41)
#39271F
(57,39,31)
#271A15
(39,26,21)
#150D0B
(21,13,11)
#000000
(0,0,0)

Tints of #C98F6F

#C98F6F
(201,143,111)
#CD997C
(205,153,124)
#D1A389
(209,163,137)
#D5AD96
(213,173,150)
#D9B7A3
(217,183,163)
#DDC1B0
(221,193,176)
#E1CBBD
(225,203,189)
#E5D5CA
(229,213,202)
#E9DFD7
(233,223,215)
#EDE9E4
(237,233,228)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98F6F color. Also use rgb(201,143,111) instead hex code.

Text Font Color

.myTextColor { color: #C98F6F; }

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

This text font color is #C98F6F.

Background Color

.myBgColor { background-color: #C98F6F; }

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

This div background color is #C98F6F.

Border color

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

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

This div border color is #C98F6F.

Opacity

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

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

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

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

This text has shadow with #C98F6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98F6F.

Preview

Color preview on black background

This text has color #C98F6F on black background.


Color preview on white background

This text has color #C98F6F on white background.


Black color preview on #C98F6F background

This text has black color on #C98F6F background.


White color preview on #C98F6F background

This text has white color on #C98F6F background.


Related colors

Complementary color

Complementary color for #hex is #367090.


I love getcolorcode.com

Triadic colors

1 #6FC98F and #8F6FC9 with #C98F6F are triadic colors.

2 #6F8FC9 and #8FC96F with #C98F6F are triadic colors.