COLOR #C09397

HEX: #C09397
RGB: (192,147,151)

Color info

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

RGB color model

#C09397 color RGB value is (192,147,151).

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

RGB channels and saturation

R 192 of 255 = 75%
G 147 of 255 = 58%
B 151 of 255 = 59%

192
147
151

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

Portions of RGB colors in percentages

R + G + B =
192 + 147 + 151 = 490 (100%)
R 192 of 490 ~ 39.18%
G 147 of 490 ~ 30%
B 151 of 490 ~ 30.82%

%39.18
%30
%30.82

CMYK color model

#C09397 color CMYK value is (0,23,21,25).

  • cyan value is 0.00%
  • magenta value is 23.44%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(0,23,21,25)
C0M23Y21K25 
(0%,23%,21%,25%)
(0.00/0.23/0.21/0.25)	

CMYK percentages

%0
%23.44
%21.35
%24.71

Codes

Color #C09397 in popluar color models

C09397
RGB192147151
HSL355°26.32%66.47%
HSB/HSV355°23.44%75.29%
CMYK0.00%23.44%21.35%
24.71%

Color #C09397 in popluar number systems.

HEXC09397
Decimal192147151
Binary110000001001001110010111
Octal300223227

Shades and tints

Shades of #C09397

#C09397
(192,147,151)
#AF868A
(175,134,138)
#9E797D
(158,121,125)
#8D6C70
(141,108,112)
#7C5F63
(124,95,99)
#6B5256
(107,82,86)
#5A4549
(90,69,73)
#49383C
(73,56,60)
#382B2F
(56,43,47)
#271E22
(39,30,34)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #C09397

#C09397
(192,147,151)
#C59CA0
(197,156,160)
#CAA5A9
(202,165,169)
#CFAEB2
(207,174,178)
#D4B7BB
(212,183,187)
#D9C0C4
(217,192,196)
#DEC9CD
(222,201,205)
#E3D2D6
(227,210,214)
#E8DBDF
(232,219,223)
#EDE4E8
(237,228,232)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09397; }

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

This text font color is #C09397.


Background Color

.myBgColor { background-color: #C09397; }

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

This div background color is #C09397.


Border color

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

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

This div border color is #C09397.


Opacity

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

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

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

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

This text has shadow with #C09397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09397 on black background.


Color preview on white background

This text has color #C09397 on white background.



Black color preview on #C09397 background

This text has black color on #C09397 background.


White color preview on #C09397 background

This text has white color on #C09397 background.