COLOR #C09D7A

HEX: #C09D7A RGB: (192,157,122)

Color info

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

RGB color model

#C09D7A color RGB value is (192,157,122).

RGB: (192,157,122) (75%, 62%, 48%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 122 of 255 = 48%

192
157
122

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

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 122 = 471 (100%)
R 192 of 471 ~ 40.76%
G 157 of 471 ~ 33.33%
B 122 of 471 ~ 25.9'%

%40.76
%33.33
%25.9

CMYK color model

#C09D7A color CMYK value is (0,18,36,25).

  • cyan value is 0.00%
  • magenta value is 18.23%
  • yellow value is 36.46%
  • key color value is 24.71%

CMYK: (0,18,36,25)
C0M18Y36K25 (0%, 18%, 36%, 25%)
(0.00 / 0.18 / 0.36 / 0.25)

CMYK percentages

%0
%18.23
%36.46
%24.71

Codes

Color #C09D7A in popluar color models

C0 9D 7A
RGB 192 157 122
HSL 30° 35.71% 61.57%
HSB/HSV 30° 36.46% 75.29%
CMYK 0.00% 18.23% 36.46%
24.71%

Color #C09D7A in popluar number systems.

HEX C0 9D 7A
Decimal 192 157 122
Binary 11000000 10011101 1111010
Octal 300 235 172

Shades and tints

Shades of #C09D7A

#C09D7A
(192,157,122)
#AF8F6F
(175,143,111)
#9E8164
(158,129,100)
#8D7359
(141,115,89)
#7C654E
(124,101,78)
#6B5743
(107,87,67)
#5A4938
(90,73,56)
#493B2D
(73,59,45)
#382D22
(56,45,34)
#271F17
(39,31,23)
#16110C
(22,17,12)
#000000
(0,0,0)

Tints of #C09D7A

#C09D7A
(192,157,122)
#C5A586
(197,165,134)
#CAAD92
(202,173,146)
#CFB59E
(207,181,158)
#D4BDAA
(212,189,170)
#D9C5B6
(217,197,182)
#DECDC2
(222,205,194)
#E3D5CE
(227,213,206)
#E8DDDA
(232,221,218)
#EDE5E6
(237,229,230)
#F2EDF2
(242,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09D7A; }

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

This text font color is #C09D7A.

Background Color

.myBgColor { background-color: #C09D7A; }

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

This div background color is #C09D7A.

Border color

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

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

This div border color is #C09D7A.

Opacity

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

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

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

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

This text has shadow with #C09D7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09D7A.

Preview

Color preview on black background

This text has color #C09D7A on black background.


Color preview on white background

This text has color #C09D7A on white background.


Black color preview on #C09D7A background

This text has black color on #C09D7A background.


White color preview on #C09D7A background

This text has white color on #C09D7A background.


Related colors

Complementary color

Complementary color for #hex is #3F6285.


I love getcolorcode.com

Triadic colors

1 #7AC09D and #9D7AC0 with #C09D7A are triadic colors.

2 #7A9DC0 and #9DC07A with #C09D7A are triadic colors.