COLOR #C98669

HEX: #C98669
RGB: (201,134,105)

Color info

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

RGB color model

#C98669 color RGB value is (201,134,105).

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

RGB channels and saturation

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

201
134
105

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

Portions of RGB colors in percentages

R + G + B =
201 + 134 + 105 = 440 (100%)
R 201 of 440 ~ 45.68%
G 134 of 440 ~ 30.45%
B 105 of 440 ~ 23.86%

%45.68
%30.45
%23.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 47.76%
  • 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
%47.76
%21.18

Codes

Color #C98669 in popluar color models

C98669
RGB201134105
HSL18°47.06%60.00%
HSB/HSV18°47.76%78.82%
CMYK0.00%33.33%47.76%
21.18%

Color #C98669 in popluar number systems.

HEXC98669
Decimal201134105
Binary11001001100001101101001
Octal311206151

Shades and tints

Shades of #C98669

#C98669
(201,134,105)
#B77A60
(183,122,96)
#A56E57
(165,110,87)
#93624E
(147,98,78)
#815645
(129,86,69)
#6F4A3C
(111,74,60)
#5D3E33
(93,62,51)
#4B322A
(75,50,42)
#392621
(57,38,33)
#271A18
(39,26,24)
#150E0F
(21,14,15)
#000000
(0,0,0)

Tints of #C98669

#C98669
(201,134,105)
#CD9176
(205,145,118)
#D19C83
(209,156,131)
#D5A790
(213,167,144)
#D9B29D
(217,178,157)
#DDBDAA
(221,189,170)
#E1C8B7
(225,200,183)
#E5D3C4
(229,211,196)
#E9DED1
(233,222,209)
#EDE9DE
(237,233,222)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98669; }

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

This text font color is #C98669.


Background Color

.myBgColor { background-color: #C98669; }

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

This div background color is #C98669.


Border color

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

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

This div border color is #C98669.


Opacity

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

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

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

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

This text has shadow with #C98669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98669 on black background.


Color preview on white background

This text has color #C98669 on white background.



Black color preview on #C98669 background

This text has black color on #C98669 background.


White color preview on #C98669 background

This text has white color on #C98669 background.