COLOR #C9694F

HEX: #C9694F
RGB: (201,105,79)

Color info

#C9694F contains mainly red color. Web safe color of #C9694F is #CC6666 (or #C66).

RGB color model

#C9694F color RGB value is (201,105,79).

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

RGB channels and saturation

R 201 of 255 = 79%
G 105 of 255 = 41%
B 79 of 255 = 31%

201
105
79

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

Portions of RGB colors in percentages

R + G + B =
201 + 105 + 79 = 385 (100%)
R 201 of 385 ~ 52.21%
G 105 of 385 ~ 27.27%
B 79 of 385 ~ 20.52%

%52.21
%27.27
%20.52

CMYK color model

#C9694F color CMYK value is (0,48,61,21).

  • cyan value is 0.00%
  • magenta value is 47.76%
  • yellow value is 60.70%
  • key color value is 21.18%
CMYK:
(0,48,61,21)
C0M48Y61K21 
(0%,48%,61%,21%)
(0.00/0.48/0.61/0.21)	

CMYK percentages

%0
%47.76
%60.7
%21.18

Codes

Color #C9694F in popluar color models

C9694F
RGB20110579
HSL13°53.04%54.90%
HSB/HSV13°60.70%78.82%
CMYK0.00%47.76%60.70%
21.18%

Color #C9694F in popluar number systems.

HEXC9694F
Decimal20110579
Binary1100100111010011001111
Octal311151117

Shades and tints

Shades of #C9694F

#C9694F
(201,105,79)
#B76048
(183,96,72)
#A55741
(165,87,65)
#934E3A
(147,78,58)
#814533
(129,69,51)
#6F3C2C
(111,60,44)
#5D3325
(93,51,37)
#4B2A1E
(75,42,30)
#392117
(57,33,23)
#271810
(39,24,16)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #C9694F

#C9694F
(201,105,79)
#CD765F
(205,118,95)
#D1836F
(209,131,111)
#D5907F
(213,144,127)
#D99D8F
(217,157,143)
#DDAA9F
(221,170,159)
#E1B7AF
(225,183,175)
#E5C4BF
(229,196,191)
#E9D1CF
(233,209,207)
#EDDEDF
(237,222,223)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9694F; }

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

This text font color is #C9694F.


Background Color

.myBgColor { background-color: #C9694F; }

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

This div background color is #C9694F.


Border color

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

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

This div border color is #C9694F.


Opacity

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

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

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

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

This text has shadow with #C9694F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9694F on black background.


Color preview on white background

This text has color #C9694F on white background.



Black color preview on #C9694F background

This text has black color on #C9694F background.


White color preview on #C9694F background

This text has white color on #C9694F background.