COLOR #C09388

HEX: #C09388
RGB: (192,147,136)

Color info

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

RGB color model

#C09388 color RGB value is (192,147,136).

  • red value is 192;
  • green value is 147;
  • blue value is 136.
RGB:
(192,147,136)
(75%,58%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 136 of 255 = 53%

192
147
136

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

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 136 = 475 (100%)
R 192 of 475 ~ 40.42%
G 147 of 475 ~ 30.95%
B 136 of 475 ~ 28.63%

%40.42
%30.95
%28.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 29.17%
  • 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
%23.44
%29.17
%24.71

Codes

Color #C09388 in popluar color models

C09388
RGB192147136
HSL12°30.77%64.31%
HSB/HSV12°29.17%75.29%
CMYK0.00%23.44%29.17%
24.71%

Color #C09388 in popluar number systems.

HEXC09388
Decimal192147136
Binary110000001001001110001000
Octal300223210

Shades and tints

Shades of #C09388

#C09388
(192,147,136)
#AF867C
(175,134,124)
#9E7970
(158,121,112)
#8D6C64
(141,108,100)
#7C5F58
(124,95,88)
#6B524C
(107,82,76)
#5A4540
(90,69,64)
#493834
(73,56,52)
#382B28
(56,43,40)
#271E1C
(39,30,28)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C09388

#C09388
(192,147,136)
#C59C92
(197,156,146)
#CAA59C
(202,165,156)
#CFAEA6
(207,174,166)
#D4B7B0
(212,183,176)
#D9C0BA
(217,192,186)
#DEC9C4
(222,201,196)
#E3D2CE
(227,210,206)
#E8DBD8
(232,219,216)
#EDE4E2
(237,228,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09388 color. Also use rgb(192,147,136) instead hex code.

Text Font Color

.myTextColor { color: #C09388; }

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

This text font color is #C09388.


Background Color

.myBgColor { background-color: #C09388; }

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

This div background color is #C09388.


Border color

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

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

This div border color is #C09388.


Opacity

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

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

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

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

This text has shadow with #C09388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09388 on black background.


Color preview on white background

This text has color #C09388 on white background.



Black color preview on #C09388 background

This text has black color on #C09388 background.


White color preview on #C09388 background

This text has white color on #C09388 background.