COLOR #C09B84

HEX: #C09B84 RGB: (192,155,132)

Color info

#C09B84 contains mainly red and green colors. Web safe color of #C09B84 is #CC9999 (or #C99).

RGB color model

#C09B84 color RGB value is (192,155,132).

RGB: (192,155,132) (75%, 61%, 52%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 132 of 255 = 52%

192
155
132

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

Portions of RGB colors in percentages

R + G + B = 192 + 155 + 132 = 479 (100%)
R 192 of 479 ~ 40.08%
G 155 of 479 ~ 32.36%
B 132 of 479 ~ 27.56'%

%40.08
%32.36
%27.56

CMYK color model

#C09B84 color CMYK value is (0,19,31,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 31.25%
  • key color value is 24.71%

CMYK: (0,19,31,25)
C0M19Y31K25 (0%, 19%, 31%, 25%)
(0.00 / 0.19 / 0.31 / 0.25)

CMYK percentages

%0
%19.27
%31.25
%24.71

Codes

Color #C09B84 in popluar color models

C0 9B 84
RGB 192 155 132
HSL 23° 32.26% 63.53%
HSB/HSV 23° 31.25% 75.29%
CMYK 0.00% 19.27% 31.25%
24.71%

Color #C09B84 in popluar number systems.

HEX C0 9B 84
Decimal 192 155 132
Binary 11000000 10011011 10000100
Octal 300 233 204

Shades and tints

Shades of #C09B84

#C09B84
(192,155,132)
#AF8D78
(175,141,120)
#9E7F6C
(158,127,108)
#8D7160
(141,113,96)
#7C6354
(124,99,84)
#6B5548
(107,85,72)
#5A473C
(90,71,60)
#493930
(73,57,48)
#382B24
(56,43,36)
#271D18
(39,29,24)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #C09B84

#C09B84
(192,155,132)
#C5A48F
(197,164,143)
#CAAD9A
(202,173,154)
#CFB6A5
(207,182,165)
#D4BFB0
(212,191,176)
#D9C8BB
(217,200,187)
#DED1C6
(222,209,198)
#E3DAD1
(227,218,209)
#E8E3DC
(232,227,220)
#EDECE7
(237,236,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09B84; }

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

This text font color is #C09B84.

Background Color

.myBgColor { background-color: #C09B84; }

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

This div background color is #C09B84.

Border color

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

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

This div border color is #C09B84.

Opacity

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

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

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

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

This text has shadow with #C09B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09B84.

Preview

Color preview on black background

This text has color #C09B84 on black background.


Color preview on white background

This text has color #C09B84 on white background.


Black color preview on #C09B84 background

This text has black color on #C09B84 background.


White color preview on #C09B84 background

This text has white color on #C09B84 background.


Related colors

Complementary color

Complementary color for #hex is #3F647B.


I love getcolorcode.com

Triadic colors

1 #84C09B and #9B84C0 with #C09B84 are triadic colors.

2 #849BC0 and #9BC084 with #C09B84 are triadic colors.