COLOR #C09C7D

HEX: #C09C7D
RGB: (192,156,125)

Color info

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

RGB color model

#C09C7D color RGB value is (192,156,125).

  • red value is 192;
  • green value is 156;
  • blue value is 125.
RGB:
(192,156,125)
(75%,61%,49%)

RGB channels and saturation

R 192 of 255 = 75%
G 156 of 255 = 61%
B 125 of 255 = 49%

192
156
125

R + G + B ~ 62%. #C09C7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 156 + 125 = 473 (100%)
R 192 of 473 ~ 40.59%
G 156 of 473 ~ 32.98%
B 125 of 473 ~ 26.43%

%40.59
%32.98
%26.43

CMYK color model

#C09C7D color CMYK value is (0,19,35,25).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 34.90%
  • key color value is 24.71%
CMYK:
(0,19,35,25)
C0M19Y35K25 
(0%,19%,35%,25%)
(0.00/0.19/0.35/0.25)	

CMYK percentages

%0
%18.75
%34.9
%24.71

Codes

Color #C09C7D in popluar color models

C09C7D
RGB192156125
HSL28°34.72%62.16%
HSB/HSV28°34.90%75.29%
CMYK0.00%18.75%34.90%
24.71%

Color #C09C7D in popluar number systems.

HEXC09C7D
Decimal192156125
Binary11000000100111001111101
Octal300234175

Shades and tints

Shades of #C09C7D

#C09C7D
(192,156,125)
#AF8E72
(175,142,114)
#9E8067
(158,128,103)
#8D725C
(141,114,92)
#7C6451
(124,100,81)
#6B5646
(107,86,70)
#5A483B
(90,72,59)
#493A30
(73,58,48)
#382C25
(56,44,37)
#271E1A
(39,30,26)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #C09C7D

#C09C7D
(192,156,125)
#C5A588
(197,165,136)
#CAAE93
(202,174,147)
#CFB79E
(207,183,158)
#D4C0A9
(212,192,169)
#D9C9B4
(217,201,180)
#DED2BF
(222,210,191)
#E3DBCA
(227,219,202)
#E8E4D5
(232,228,213)
#EDEDE0
(237,237,224)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09C7D color. Also use rgb(192,156,125) instead hex code.

Text Font Color

.myTextColor { color: #C09C7D; }

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

This text font color is #C09C7D.


Background Color

.myBgColor { background-color: #C09C7D; }

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

This div background color is #C09C7D.


Border color

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

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

This div border color is #C09C7D.


Opacity

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

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

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

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

This text has shadow with #C09C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09C7D on black background.


Color preview on white background

This text has color #C09C7D on white background.



Black color preview on #C09C7D background

This text has black color on #C09C7D background.


White color preview on #C09C7D background

This text has white color on #C09C7D background.