COLOR #C09171

HEX: #C09171
RGB: (192,145,113)

Color info

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

RGB color model

#C09171 color RGB value is (192,145,113).

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

RGB channels and saturation

R 192 of 255 = 75%
G 145 of 255 = 57%
B 113 of 255 = 44%

192
145
113

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

Portions of RGB colors in percentages

R + G + B =
192 + 145 + 113 = 450 (100%)
R 192 of 450 ~ 42.67%
G 145 of 450 ~ 32.22%
B 113 of 450 ~ 25.11%

%42.67
%32.22
%25.11

CMYK color model

#C09171 color CMYK value is (0,24,41,25).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 41.15%
  • key color value is 24.71%
CMYK:
(0,24,41,25)
C0M24Y41K25 
(0%,24%,41%,25%)
(0.00/0.24/0.41/0.25)	

CMYK percentages

%0
%24.48
%41.15
%24.71

Codes

Color #C09171 in popluar color models

C09171
RGB192145113
HSL24°38.54%59.80%
HSB/HSV24°41.15%75.29%
CMYK0.00%24.48%41.15%
24.71%

Color #C09171 in popluar number systems.

HEXC09171
Decimal192145113
Binary11000000100100011110001
Octal300221161

Shades and tints

Shades of #C09171

#C09171
(192,145,113)
#AF8467
(175,132,103)
#9E775D
(158,119,93)
#8D6A53
(141,106,83)
#7C5D49
(124,93,73)
#6B503F
(107,80,63)
#5A4335
(90,67,53)
#49362B
(73,54,43)
#382921
(56,41,33)
#271C17
(39,28,23)
#160F0D
(22,15,13)
#000000
(0,0,0)

Tints of #C09171

#C09171
(192,145,113)
#C59B7D
(197,155,125)
#CAA589
(202,165,137)
#CFAF95
(207,175,149)
#D4B9A1
(212,185,161)
#D9C3AD
(217,195,173)
#DECDB9
(222,205,185)
#E3D7C5
(227,215,197)
#E8E1D1
(232,225,209)
#EDEBDD
(237,235,221)
#F2F5E9
(242,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09171; }

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

This text font color is #C09171.


Background Color

.myBgColor { background-color: #C09171; }

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

This div background color is #C09171.


Border color

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

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

This div border color is #C09171.


Opacity

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

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

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

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

This text has shadow with #C09171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09171 on black background.


Color preview on white background

This text has color #C09171 on white background.



Black color preview on #C09171 background

This text has black color on #C09171 background.


White color preview on #C09171 background

This text has white color on #C09171 background.