COLOR #C09671

HEX: #C09671
RGB: (192,150,113)

Color info

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

RGB color model

#C09671 color RGB value is (192,150,113).

  • red value is 192;
  • green value is 150;
  • blue value is 113.
RGB:
(192,150,113)
(75%,59%,44%)

RGB channels and saturation

R 192 of 255 = 75%
G 150 of 255 = 59%
B 113 of 255 = 44%

192
150
113

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

Portions of RGB colors in percentages

R + G + B =
192 + 150 + 113 = 455 (100%)
R 192 of 455 ~ 42.2%
G 150 of 455 ~ 32.97%
B 113 of 455 ~ 24.84%

%42.2
%32.97
%24.84

CMYK color model

#C09671 color CMYK value is (0,22,41,25).

  • cyan value is 0.00%
  • magenta value is 21.88%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK:
(0,22,41,25)
C0M22Y41K25 
(0%,22%,41%,25%)
(0.00/0.22/0.41/0.25)	

CMYK percentages

%0
%21.88
%41.15
%24.71

Codes

Color #C09671 in popluar color models

C09671
RGB192150113
HSL28°38.54%59.80%
HSB/HSV28°41.15%75.29%
CMYK0.00%21.88%41.15%
24.71%

Color #C09671 in popluar number systems.

HEXC09671
Decimal192150113
Binary11000000100101101110001
Octal300226161

Shades and tints

Shades of #C09671

#C09671
(192,150,113)
#AF8967
(175,137,103)
#9E7C5D
(158,124,93)
#8D6F53
(141,111,83)
#7C6249
(124,98,73)
#6B553F
(107,85,63)
#5A4835
(90,72,53)
#493B2B
(73,59,43)
#382E21
(56,46,33)
#272117
(39,33,23)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #C09671

#C09671
(192,150,113)
#C59F7D
(197,159,125)
#CAA889
(202,168,137)
#CFB195
(207,177,149)
#D4BAA1
(212,186,161)
#D9C3AD
(217,195,173)
#DECCB9
(222,204,185)
#E3D5C5
(227,213,197)
#E8DED1
(232,222,209)
#EDE7DD
(237,231,221)
#F2F0E9
(242,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09671 color. Also use rgb(192,150,113) instead hex code.

Text Font Color

.myTextColor { color: #C09671; }

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

This text font color is #C09671.


Background Color

.myBgColor { background-color: #C09671; }

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

This div background color is #C09671.


Border color

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

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

This div border color is #C09671.


Opacity

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

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

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

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

This text has shadow with #C09671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09671 on black background.


Color preview on white background

This text has color #C09671 on white background.



Black color preview on #C09671 background

This text has black color on #C09671 background.


White color preview on #C09671 background

This text has white color on #C09671 background.