COLOR #C09489

HEX: #C09489 RGB: (192,148,137)

Color info

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

RGB color model

#C09489 color RGB value is (192,148,137).

RGB: (192,148,137) (75%, 58%, 54%)

RGB channels and saturation

R 192 of 255 = 75%
G 148 of 255 = 58%
B 137 of 255 = 54%

192
148
137

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

Portions of RGB colors in percentages

R + G + B = 192 + 148 + 137 = 477 (100%)
R 192 of 477 ~ 40.25%
G 148 of 477 ~ 31.03%
B 137 of 477 ~ 28.72'%

%40.25
%31.03
%28.72

CMYK color model

#C09489 color CMYK value is (0,23,29,25).

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

CMYK: (0,23,29,25)
C0M23Y29K25 (0%, 23%, 29%, 25%)
(0.00 / 0.23 / 0.29 / 0.25)

CMYK percentages

%0
%22.92
%28.65
%24.71

Codes

Color #C09489 in popluar color models

C0 94 89
RGB 192 148 137
HSL 12° 30.39% 64.51%
HSB/HSV 12° 28.65% 75.29%
CMYK 0.00% 22.92% 28.65%
24.71%

Color #C09489 in popluar number systems.

HEX C0 94 89
Decimal 192 148 137
Binary 11000000 10010100 10001001
Octal 300 224 211

Shades and tints

Shades of #C09489

#C09489
(192,148,137)
#AF877D
(175,135,125)
#9E7A71
(158,122,113)
#8D6D65
(141,109,101)
#7C6059
(124,96,89)
#6B534D
(107,83,77)
#5A4641
(90,70,65)
#493935
(73,57,53)
#382C29
(56,44,41)
#271F1D
(39,31,29)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C09489

#C09489
(192,148,137)
#C59D93
(197,157,147)
#CAA69D
(202,166,157)
#CFAFA7
(207,175,167)
#D4B8B1
(212,184,177)
#D9C1BB
(217,193,187)
#DECAC5
(222,202,197)
#E3D3CF
(227,211,207)
#E8DCD9
(232,220,217)
#EDE5E3
(237,229,227)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09489; }

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

This text font color is #C09489.

Background Color

.myBgColor { background-color: #C09489; }

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

This div background color is #C09489.

Border color

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

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

This div border color is #C09489.

Opacity

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

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

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

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

This text has shadow with #C09489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09489.

Preview

Color preview on black background

This text has color #C09489 on black background.


Color preview on white background

This text has color #C09489 on white background.


Black color preview on #C09489 background

This text has black color on #C09489 background.


White color preview on #C09489 background

This text has white color on #C09489 background.


Related colors

Complementary color

Complementary color for #hex is #3F6B76.


I love getcolorcode.com

Triadic colors

1 #89C094 and #9489C0 with #C09489 are triadic colors.

2 #8994C0 and #94C089 with #C09489 are triadic colors.