COLOR #C98668

HEX: #C98668
RGB: (201,134,104)

Color info

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

RGB color model

#C98668 color RGB value is (201,134,104).

  • red value is 201;
  • green value is 134;
  • blue value is 104.
RGB:
(201,134,104)
(79%,53%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 104 of 255 = 41%

201
134
104

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

Portions of RGB colors in percentages

R + G + B =
201 + 134 + 104 = 439 (100%)
R 201 of 439 ~ 45.79%
G 134 of 439 ~ 30.52%
B 104 of 439 ~ 23.69%

%45.79
%30.52
%23.69

CMYK color model

#C98668 color CMYK value is (0,33,48,21).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 48.26%
  • key color value is 21.18%
CMYK:
(0,33,48,21)
C0M33Y48K21 
(0%,33%,48%,21%)
(0.00/0.33/0.48/0.21)	

CMYK percentages

%0
%33.33
%48.26
%21.18

Codes

Color #C98668 in popluar color models

C98668
RGB201134104
HSL19°47.32%59.80%
HSB/HSV19°48.26%78.82%
CMYK0.00%33.33%48.26%
21.18%

Color #C98668 in popluar number systems.

HEXC98668
Decimal201134104
Binary11001001100001101101000
Octal311206150

Shades and tints

Shades of #C98668

#C98668
(201,134,104)
#B77A5F
(183,122,95)
#A56E56
(165,110,86)
#93624D
(147,98,77)
#815644
(129,86,68)
#6F4A3B
(111,74,59)
#5D3E32
(93,62,50)
#4B3229
(75,50,41)
#392620
(57,38,32)
#271A17
(39,26,23)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #C98668

#C98668
(201,134,104)
#CD9175
(205,145,117)
#D19C82
(209,156,130)
#D5A78F
(213,167,143)
#D9B29C
(217,178,156)
#DDBDA9
(221,189,169)
#E1C8B6
(225,200,182)
#E5D3C3
(229,211,195)
#E9DED0
(233,222,208)
#EDE9DD
(237,233,221)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98668 color. Also use rgb(201,134,104) instead hex code.

Text Font Color

.myTextColor { color: #C98668; }

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

This text font color is #C98668.


Background Color

.myBgColor { background-color: #C98668; }

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

This div background color is #C98668.


Border color

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

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

This div border color is #C98668.


Opacity

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

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

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

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

This text has shadow with #C98668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98668 on black background.


Color preview on white background

This text has color #C98668 on white background.



Black color preview on #C98668 background

This text has black color on #C98668 background.


White color preview on #C98668 background

This text has white color on #C98668 background.