COLOR #C09889

HEX: #C09889 RGB: (192,152,137)

Color info

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

RGB color model

#C09889 color RGB value is (192,152,137).

RGB: (192,152,137) (75%, 60%, 54%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 137 of 255 = 54%

192
152
137

R + G + B ~ 63%. #C09889 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 152 + 137 = 481 (100%)
R 192 of 481 ~ 39.92%
G 152 of 481 ~ 31.6%
B 137 of 481 ~ 28.48'%

%39.92
%31.6
%28.48

CMYK color model

#C09889 color CMYK value is (0,21,29,25).

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

CMYK: (0,21,29,25)
C0M21Y29K25 (0%, 21%, 29%, 25%)
(0.00 / 0.21 / 0.29 / 0.25)

CMYK percentages

%0
%20.83
%28.65
%24.71

Codes

Color #C09889 in popluar color models

C0 98 89
RGB 192 152 137
HSL 16° 30.39% 64.51%
HSB/HSV 16° 28.65% 75.29%
CMYK 0.00% 20.83% 28.65%
24.71%

Color #C09889 in popluar number systems.

HEX C0 98 89
Decimal 192 152 137
Binary 11000000 10011000 10001001
Octal 300 230 211

Shades and tints

Shades of #C09889

#C09889
(192,152,137)
#AF8B7D
(175,139,125)
#9E7E71
(158,126,113)
#8D7165
(141,113,101)
#7C6459
(124,100,89)
#6B574D
(107,87,77)
#5A4A41
(90,74,65)
#493D35
(73,61,53)
#383029
(56,48,41)
#27231D
(39,35,29)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #C09889

#C09889
(192,152,137)
#C5A193
(197,161,147)
#CAAA9D
(202,170,157)
#CFB3A7
(207,179,167)
#D4BCB1
(212,188,177)
#D9C5BB
(217,197,187)
#DECEC5
(222,206,197)
#E3D7CF
(227,215,207)
#E8E0D9
(232,224,217)
#EDE9E3
(237,233,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09889; }

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

This text font color is #C09889.

Background Color

.myBgColor { background-color: #C09889; }

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

This div background color is #C09889.

Border color

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

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

This div border color is #C09889.

Opacity

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

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

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

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

This text has shadow with #C09889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09889.

Preview

Color preview on black background

This text has color #C09889 on black background.


Color preview on white background

This text has color #C09889 on white background.


Black color preview on #C09889 background

This text has black color on #C09889 background.


White color preview on #C09889 background

This text has white color on #C09889 background.


Related colors

Complementary color

Complementary color for #hex is #3F6776.


I love getcolorcode.com

Triadic colors

1 #89C098 and #9889C0 with #C09889 are triadic colors.

2 #8998C0 and #98C089 with #C09889 are triadic colors.