COLOR #C98C6C

HEX: #C98C6C RGB: (201,140,108)

Color info

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

RGB color model

#C98C6C color RGB value is (201,140,108).

RGB: (201,140,108) (79%, 55%, 42%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 108 of 255 = 42%

201
140
108

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

Portions of RGB colors in percentages

R + G + B = 201 + 140 + 108 = 449 (100%)
R 201 of 449 ~ 44.77%
G 140 of 449 ~ 31.18%
B 108 of 449 ~ 24.05'%

%44.77
%31.18
%24.05

CMYK color model

#C98C6C color CMYK value is (0,30,46,21).

  • cyan value is 0.00%
  • magenta value is 30.35%
  • yellow value is 46.27%
  • key color value is 21.18%
CMYK: (0,30,46,21) C0M30Y46K21 (0%,30%,46%,21%) (0.00/0.30/0.46/0.21) 

CMYK percentages

%0
%30.35
%46.27
%21.18

Codes

Color #C98C6C in popluar color models

C9 8C 6C
RGB 201 140 108
HSL 21° 46.27% 60.59%
HSB/HSV 21° 46.27% 78.82%
CMYK 0.00% 30.35% 46.27%
21.18%

Color #C98C6C in popluar number systems.

HEX C9 8C 6C
Decimal 201 140 108
Binary 11001001 10001100 1101100
Octal 311 214 154

Shades and tints

Shades of #C98C6C

#C98C6C
(201,140,108)
#B78063
(183,128,99)
#A5745A
(165,116,90)
#936851
(147,104,81)
#815C48
(129,92,72)
#6F503F
(111,80,63)
#5D4436
(93,68,54)
#4B382D
(75,56,45)
#392C24
(57,44,36)
#27201B
(39,32,27)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C98C6C

#C98C6C
(201,140,108)
#CD9679
(205,150,121)
#D1A086
(209,160,134)
#D5AA93
(213,170,147)
#D9B4A0
(217,180,160)
#DDBEAD
(221,190,173)
#E1C8BA
(225,200,186)
#E5D2C7
(229,210,199)
#E9DCD4
(233,220,212)
#EDE6E1
(237,230,225)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98C6C color. Also use rgb(201,140,108) instead hex code.

Text Font Color

.myTextColor { color: #C98C6C; }

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

This text font color is #C98C6C.

Background Color

.myBgColor { background-color: #C98C6C; }

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

This div background color is #C98C6C.

Border color

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

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

This div border color is #C98C6C.

Opacity

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

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

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

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

This text has shadow with #C98C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98C6C.

Preview

Color preview on black background

This text has color #C98C6C on black background.


Color preview on white background

This text has color #C98C6C on white background.


Black color preview on #C98C6C background

This text has black color on #C98C6C background.


White color preview on #C98C6C background

This text has white color on #C98C6C background.


Related colors

Complementary color

Complementary color for #hex is #367393.


I love getcolorcode.com

Triadic colors

1 #6CC98C and #8C6CC9 with #C98C6C are triadic colors.

2 #6C8CC9 and #8CC96C with #C98C6C are triadic colors.