COLOR #C09883

HEX: #C09883
RGB: (192,152,131)

Color info

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

RGB color model

#C09883 color RGB value is (192,152,131).

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

RGB channels and saturation

R 192 of 255 = 75%
G 152 of 255 = 60%
B 131 of 255 = 51%

192
152
131

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

Portions of RGB colors in percentages

R + G + B =
192 + 152 + 131 = 475 (100%)
R 192 of 475 ~ 40.42%
G 152 of 475 ~ 32%
B 131 of 475 ~ 27.58%

%40.42
%32
%27.58

CMYK color model

#C09883 color CMYK value is (0,21,32,25).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 31.77%
  • key color value is 24.71%
CMYK:
(0,21,32,25)
C0M21Y32K25 
(0%,21%,32%,25%)
(0.00/0.21/0.32/0.25)	

CMYK percentages

%0
%20.83
%31.77
%24.71

Codes

Color #C09883 in popluar color models

C09883
RGB192152131
HSL21°32.62%63.33%
HSB/HSV21°31.77%75.29%
CMYK0.00%20.83%31.77%
24.71%

Color #C09883 in popluar number systems.

HEXC09883
Decimal192152131
Binary110000001001100010000011
Octal300230203

Shades and tints

Shades of #C09883

#C09883
(192,152,131)
#AF8B78
(175,139,120)
#9E7E6D
(158,126,109)
#8D7162
(141,113,98)
#7C6457
(124,100,87)
#6B574C
(107,87,76)
#5A4A41
(90,74,65)
#493D36
(73,61,54)
#38302B
(56,48,43)
#272320
(39,35,32)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #C09883

#C09883
(192,152,131)
#C5A18E
(197,161,142)
#CAAA99
(202,170,153)
#CFB3A4
(207,179,164)
#D4BCAF
(212,188,175)
#D9C5BA
(217,197,186)
#DECEC5
(222,206,197)
#E3D7D0
(227,215,208)
#E8E0DB
(232,224,219)
#EDE9E6
(237,233,230)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09883; }

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

This text font color is #C09883.


Background Color

.myBgColor { background-color: #C09883; }

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

This div background color is #C09883.


Border color

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

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

This div border color is #C09883.


Opacity

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

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

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

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

This text has shadow with #C09883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09883 on black background.


Color preview on white background

This text has color #C09883 on white background.



Black color preview on #C09883 background

This text has black color on #C09883 background.


White color preview on #C09883 background

This text has white color on #C09883 background.