COLOR #C09D74

HEX: #C09D74
RGB: (192,157,116)

Color info

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

RGB color model

#C09D74 color RGB value is (192,157,116).

  • red value is 192;
  • green value is 157;
  • blue value is 116.
RGB:
(192,157,116)
(75%,62%,45%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 116 of 255 = 45%

192
157
116

R + G + B ~ 61%. #C09D74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 157 + 116 = 465 (100%)
R 192 of 465 ~ 41.29%
G 157 of 465 ~ 33.76%
B 116 of 465 ~ 24.95%

%41.29
%33.76
%24.95

CMYK color model

#C09D74 color CMYK value is (0,18,40,25).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(0,18,40,25)
C0M18Y40K25 
(0%,18%,40%,25%)
(0.00/0.18/0.40/0.25)	

CMYK percentages

%0
%18.23
%39.58
%24.71

Codes

Color #C09D74 in popluar color models

C09D74
RGB192157116
HSL32°37.62%60.39%
HSB/HSV32°39.58%75.29%
CMYK0.00%18.23%39.58%
24.71%

Color #C09D74 in popluar number systems.

HEXC09D74
Decimal192157116
Binary11000000100111011110100
Octal300235164

Shades and tints

Shades of #C09D74

#C09D74
(192,157,116)
#AF8F6A
(175,143,106)
#9E8160
(158,129,96)
#8D7356
(141,115,86)
#7C654C
(124,101,76)
#6B5742
(107,87,66)
#5A4938
(90,73,56)
#493B2E
(73,59,46)
#382D24
(56,45,36)
#271F1A
(39,31,26)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C09D74

#C09D74
(192,157,116)
#C5A580
(197,165,128)
#CAAD8C
(202,173,140)
#CFB598
(207,181,152)
#D4BDA4
(212,189,164)
#D9C5B0
(217,197,176)
#DECDBC
(222,205,188)
#E3D5C8
(227,213,200)
#E8DDD4
(232,221,212)
#EDE5E0
(237,229,224)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09D74 color. Also use rgb(192,157,116) instead hex code.

Text Font Color

.myTextColor { color: #C09D74; }

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

This text font color is #C09D74.


Background Color

.myBgColor { background-color: #C09D74; }

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

This div background color is #C09D74.


Border color

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

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

This div border color is #C09D74.


Opacity

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

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

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

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

This text has shadow with #C09D74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09D74 on black background.


Color preview on white background

This text has color #C09D74 on white background.



Black color preview on #C09D74 background

This text has black color on #C09D74 background.


White color preview on #C09D74 background

This text has white color on #C09D74 background.