COLOR #C09877

HEX: #C09877
RGB: (192,152,119)

Color info

#C09877 contains mainly red and green colors. Web safe color of #C09877 is #CC9966 (or #C96).

RGB color model

#C09877 color RGB value is (192,152,119).

  • red value is 192;
  • green value is 152;
  • blue value is 119.
RGB:
(192,152,119)
(75%,60%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 119 of 255 = 47%

192
152
119

R + G + B ~ 61%. #C09877 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 152 + 119 = 463 (100%)
R 192 of 463 ~ 41.47%
G 152 of 463 ~ 32.83%
B 119 of 463 ~ 25.7%

%41.47
%32.83
%25.7

CMYK color model

#C09877 color CMYK value is (0,21,38,25).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 38.02%
  • key color value is 24.71%
CMYK:
(0,21,38,25)
C0M21Y38K25 
(0%,21%,38%,25%)
(0.00/0.21/0.38/0.25)	

CMYK percentages

%0
%20.83
%38.02
%24.71

Codes

Color #C09877 in popluar color models

C09877
RGB192152119
HSL27°36.68%60.98%
HSB/HSV27°38.02%75.29%
CMYK0.00%20.83%38.02%
24.71%

Color #C09877 in popluar number systems.

HEXC09877
Decimal192152119
Binary11000000100110001110111
Octal300230167

Shades and tints

Shades of #C09877

#C09877
(192,152,119)
#AF8B6D
(175,139,109)
#9E7E63
(158,126,99)
#8D7159
(141,113,89)
#7C644F
(124,100,79)
#6B5745
(107,87,69)
#5A4A3B
(90,74,59)
#493D31
(73,61,49)
#383027
(56,48,39)
#27231D
(39,35,29)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #C09877

#C09877
(192,152,119)
#C5A183
(197,161,131)
#CAAA8F
(202,170,143)
#CFB39B
(207,179,155)
#D4BCA7
(212,188,167)
#D9C5B3
(217,197,179)
#DECEBF
(222,206,191)
#E3D7CB
(227,215,203)
#E8E0D7
(232,224,215)
#EDE9E3
(237,233,227)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09877; }

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

This text font color is #C09877.


Background Color

.myBgColor { background-color: #C09877; }

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

This div background color is #C09877.


Border color

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

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

This div border color is #C09877.


Opacity

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

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

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

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

This text has shadow with #C09877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09877 on black background.


Color preview on white background

This text has color #C09877 on white background.



Black color preview on #C09877 background

This text has black color on #C09877 background.


White color preview on #C09877 background

This text has white color on #C09877 background.