COLOR #C09D89

HEX: #C09D89 RGB: (192,157,137)

Color info

#C09D89 contains red, green and blue colors in about the same proportion. Web safe color of #C09D89 is #CC9999 (or #C99).

RGB color model

#C09D89 color RGB value is (192,157,137).

RGB: (192,157,137) (75%, 62%, 54%)

RGB channels and saturation

R 192 of 255 = 75%
G 157 of 255 = 62%
B 137 of 255 = 54%

192
157
137

R + G + B ~ 64%. #C09D89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 157 + 137 = 486 (100%)
R 192 of 486 ~ 39.51%
G 157 of 486 ~ 32.3%
B 137 of 486 ~ 28.19'%

%39.51
%32.3
%28.19

CMYK color model

#C09D89 color CMYK value is (0,18,29,25).

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

CMYK: (0,18,29,25)
C0M18Y29K25 (0%, 18%, 29%, 25%)
(0.00 / 0.18 / 0.29 / 0.25)

CMYK percentages

%0
%18.23
%28.65
%24.71

Codes

Color #C09D89 in popluar color models

C0 9D 89
RGB 192 157 137
HSL 22° 30.39% 64.51%
HSB/HSV 22° 28.65% 75.29%
CMYK 0.00% 18.23% 28.65%
24.71%

Color #C09D89 in popluar number systems.

HEX C0 9D 89
Decimal 192 157 137
Binary 11000000 10011101 10001001
Octal 300 235 211

Shades and tints

Shades of #C09D89

#C09D89
(192,157,137)
#AF8F7D
(175,143,125)
#9E8171
(158,129,113)
#8D7365
(141,115,101)
#7C6559
(124,101,89)
#6B574D
(107,87,77)
#5A4941
(90,73,65)
#493B35
(73,59,53)
#382D29
(56,45,41)
#271F1D
(39,31,29)
#161111
(22,17,17)
#000000
(0,0,0)

Tints of #C09D89

#C09D89
(192,157,137)
#C5A593
(197,165,147)
#CAAD9D
(202,173,157)
#CFB5A7
(207,181,167)
#D4BDB1
(212,189,177)
#D9C5BB
(217,197,187)
#DECDC5
(222,205,197)
#E3D5CF
(227,213,207)
#E8DDD9
(232,221,217)
#EDE5E3
(237,229,227)
#F2EDED
(242,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09D89; }

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

This text font color is #C09D89.

Background Color

.myBgColor { background-color: #C09D89; }

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

This div background color is #C09D89.

Border color

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

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

This div border color is #C09D89.

Opacity

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

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

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

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

This text has shadow with #C09D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09D89.

Preview

Color preview on black background

This text has color #C09D89 on black background.


Color preview on white background

This text has color #C09D89 on white background.


Black color preview on #C09D89 background

This text has black color on #C09D89 background.


White color preview on #C09D89 background

This text has white color on #C09D89 background.


Related colors

Complementary color

Complementary color for #hex is #3F6276.


I love getcolorcode.com

Triadic colors

1 #89C09D and #9D89C0 with #C09D89 are triadic colors.

2 #899DC0 and #9DC089 with #C09D89 are triadic colors.