COLOR #C09B8D

HEX: #C09B8D RGB: (192,155,141)

Color info

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

RGB color model

#C09B8D color RGB value is (192,155,141).

RGB: (192,155,141) (75%, 61%, 55%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 141 of 255 = 55%

192
155
141

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

Portions of RGB colors in percentages

R + G + B = 192 + 155 + 141 = 488 (100%)
R 192 of 488 ~ 39.34%
G 155 of 488 ~ 31.76%
B 141 of 488 ~ 28.89'%

%39.34
%31.76
%28.89

CMYK color model

#C09B8D color CMYK value is (0,19,27,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 26.56%
  • key color value is 24.71%
CMYK: (0,19,27,25) C0M19Y27K25 (0%,19%,27%,25%) (0.00/0.19/0.27/0.25) 

CMYK percentages

%0
%19.27
%26.56
%24.71

Codes

Color #C09B8D in popluar color models

C0 9B 8D
RGB 192 155 141
HSL 16° 28.81% 65.29%
HSB/HSV 16° 26.56% 75.29%
CMYK 0.00% 19.27% 26.56%
24.71%

Color #C09B8D in popluar number systems.

HEX C0 9B 8D
Decimal 192 155 141
Binary 11000000 10011011 10001101
Octal 300 233 215

Shades and tints

Shades of #C09B8D

#C09B8D
(192,155,141)
#AF8D81
(175,141,129)
#9E7F75
(158,127,117)
#8D7169
(141,113,105)
#7C635D
(124,99,93)
#6B5551
(107,85,81)
#5A4745
(90,71,69)
#493939
(73,57,57)
#382B2D
(56,43,45)
#271D21
(39,29,33)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #C09B8D

#C09B8D
(192,155,141)
#C5A497
(197,164,151)
#CAADA1
(202,173,161)
#CFB6AB
(207,182,171)
#D4BFB5
(212,191,181)
#D9C8BF
(217,200,191)
#DED1C9
(222,209,201)
#E3DAD3
(227,218,211)
#E8E3DD
(232,227,221)
#EDECE7
(237,236,231)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09B8D color. Also use rgb(192,155,141) instead hex code.

Text Font Color

.myTextColor { color: #C09B8D; }

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

This text font color is #C09B8D.

Background Color

.myBgColor { background-color: #C09B8D; }

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

This div background color is #C09B8D.

Border color

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

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

This div border color is #C09B8D.

Opacity

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

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

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

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

This text has shadow with #C09B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09B8D.

Preview

Color preview on black background

This text has color #C09B8D on black background.


Color preview on white background

This text has color #C09B8D on white background.


Black color preview on #C09B8D background

This text has black color on #C09B8D background.


White color preview on #C09B8D background

This text has white color on #C09B8D background.


Related colors

Complementary color

Complementary color for #hex is #3F6472.


I love getcolorcode.com

Triadic colors

1 #8DC09B and #9B8DC0 with #C09B8D are triadic colors.

2 #8D9BC0 and #9BC08D with #C09B8D are triadic colors.