COLOR #C09187

HEX: #C09187
RGB: (192,145,135)

Color info

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

RGB color model

#C09187 color RGB value is (192,145,135).

  • red value is 192;
  • green value is 145;
  • blue value is 135.
RGB:
(192,145,135)
(75%,57%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 145 of 255 = 57%
B 135 of 255 = 53%

192
145
135

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

Portions of RGB colors in percentages

R + G + B =
192 + 145 + 135 = 472 (100%)
R 192 of 472 ~ 40.68%
G 145 of 472 ~ 30.72%
B 135 of 472 ~ 28.6%

%40.68
%30.72
%28.6

CMYK color model

#C09187 color CMYK value is (0,24,30,25).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 29.69%
  • key color value is 24.71%
CMYK:
(0,24,30,25)
C0M24Y30K25 
(0%,24%,30%,25%)
(0.00/0.24/0.30/0.25)	

CMYK percentages

%0
%24.48
%29.69
%24.71

Codes

Color #C09187 in popluar color models

C09187
RGB192145135
HSL11°31.15%64.12%
HSB/HSV11°29.69%75.29%
CMYK0.00%24.48%29.69%
24.71%

Color #C09187 in popluar number systems.

HEXC09187
Decimal192145135
Binary110000001001000110000111
Octal300221207

Shades and tints

Shades of #C09187

#C09187
(192,145,135)
#AF847B
(175,132,123)
#9E776F
(158,119,111)
#8D6A63
(141,106,99)
#7C5D57
(124,93,87)
#6B504B
(107,80,75)
#5A433F
(90,67,63)
#493633
(73,54,51)
#382927
(56,41,39)
#271C1B
(39,28,27)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #C09187

#C09187
(192,145,135)
#C59B91
(197,155,145)
#CAA59B
(202,165,155)
#CFAFA5
(207,175,165)
#D4B9AF
(212,185,175)
#D9C3B9
(217,195,185)
#DECDC3
(222,205,195)
#E3D7CD
(227,215,205)
#E8E1D7
(232,225,215)
#EDEBE1
(237,235,225)
#F2F5EB
(242,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09187 color. Also use rgb(192,145,135) instead hex code.

Text Font Color

.myTextColor { color: #C09187; }

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

This text font color is #C09187.


Background Color

.myBgColor { background-color: #C09187; }

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

This div background color is #C09187.


Border color

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

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

This div border color is #C09187.


Opacity

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

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

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

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

This text has shadow with #C09187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09187 on black background.


Color preview on white background

This text has color #C09187 on white background.



Black color preview on #C09187 background

This text has black color on #C09187 background.


White color preview on #C09187 background

This text has white color on #C09187 background.