COLOR #C09989

HEX: #C09989
RGB: (192,153,137)

Color info

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

RGB color model

#C09989 color RGB value is (192,153,137).

  • red value is 192;
  • green value is 153;
  • blue value is 137.
RGB:
(192,153,137)
(75%,60%,54%)

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 137 of 255 = 54%

192
153
137

R + G + B ~ 63%. #C09989 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 153 + 137 = 482 (100%)
R 192 of 482 ~ 39.83%
G 153 of 482 ~ 31.74%
B 137 of 482 ~ 28.42%

%39.83
%31.74
%28.42

CMYK color model

#C09989 color CMYK value is (0,20,29,25).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK:
(0,20,29,25)
C0M20Y29K25 
(0%,20%,29%,25%)
(0.00/0.20/0.29/0.25)	

CMYK percentages

%0
%20.31
%28.65
%24.71

Codes

Color #C09989 in popluar color models

C09989
RGB192153137
HSL17°30.39%64.51%
HSB/HSV17°28.65%75.29%
CMYK0.00%20.31%28.65%
24.71%

Color #C09989 in popluar number systems.

HEXC09989
Decimal192153137
Binary110000001001100110001001
Octal300231211

Shades and tints

Shades of #C09989

#C09989
(192,153,137)
#AF8C7D
(175,140,125)
#9E7F71
(158,127,113)
#8D7265
(141,114,101)
#7C6559
(124,101,89)
#6B584D
(107,88,77)
#5A4B41
(90,75,65)
#493E35
(73,62,53)
#383129
(56,49,41)
#27241D
(39,36,29)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #C09989

#C09989
(192,153,137)
#C5A293
(197,162,147)
#CAAB9D
(202,171,157)
#CFB4A7
(207,180,167)
#D4BDB1
(212,189,177)
#D9C6BB
(217,198,187)
#DECFC5
(222,207,197)
#E3D8CF
(227,216,207)
#E8E1D9
(232,225,217)
#EDEAE3
(237,234,227)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09989 color. Also use rgb(192,153,137) instead hex code.

Text Font Color

.myTextColor { color: #C09989; }

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

This text font color is #C09989.


Background Color

.myBgColor { background-color: #C09989; }

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

This div background color is #C09989.


Border color

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

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

This div border color is #C09989.


Opacity

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

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

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

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

This text has shadow with #C09989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C09989 on black background.


Color preview on white background

This text has color #C09989 on white background.



Black color preview on #C09989 background

This text has black color on #C09989 background.


White color preview on #C09989 background

This text has white color on #C09989 background.