COLOR #C08C89

HEX: #C08C89 RGB: (192,140,137)

Color info

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

RGB color model

#C08C89 color RGB value is (192,140,137).

RGB: (192,140,137) (75%, 55%, 54%)

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 137 of 255 = 54%

192
140
137

R + G + B ~ 61%. #C08C89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 140 + 137 = 469 (100%)
R 192 of 469 ~ 40.94%
G 140 of 469 ~ 29.85%
B 137 of 469 ~ 29.21'%

%40.94
%29.85
%29.21

CMYK color model

#C08C89 color CMYK value is (0,27,29,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 28.65%
  • key color value is 24.71%
CMYK: (0,27,29,25) C0M27Y29K25 (0%,27%,29%,25%) (0.00/0.27/0.29/0.25) 

CMYK percentages

%0
%27.08
%28.65
%24.71

Codes

Color #C08C89 in popluar color models

C0 8C 89
RGB 192 140 137
HSL 30.39% 64.51%
HSB/HSV 28.65% 75.29%
CMYK 0.00% 27.08% 28.65%
24.71%

Color #C08C89 in popluar number systems.

HEX C0 8C 89
Decimal 192 140 137
Binary 11000000 10001100 10001001
Octal 300 214 211

Shades and tints

Shades of #C08C89

#C08C89
(192,140,137)
#AF807D
(175,128,125)
#9E7471
(158,116,113)
#8D6865
(141,104,101)
#7C5C59
(124,92,89)
#6B504D
(107,80,77)
#5A4441
(90,68,65)
#493835
(73,56,53)
#382C29
(56,44,41)
#27201D
(39,32,29)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #C08C89

#C08C89
(192,140,137)
#C59693
(197,150,147)
#CAA09D
(202,160,157)
#CFAAA7
(207,170,167)
#D4B4B1
(212,180,177)
#D9BEBB
(217,190,187)
#DEC8C5
(222,200,197)
#E3D2CF
(227,210,207)
#E8DCD9
(232,220,217)
#EDE6E3
(237,230,227)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08C89; }

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

This text font color is #C08C89.

Background Color

.myBgColor { background-color: #C08C89; }

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

This div background color is #C08C89.

Border color

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

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

This div border color is #C08C89.

Opacity

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

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

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

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

This text has shadow with #C08C89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08C89.

Preview

Color preview on black background

This text has color #C08C89 on black background.


Color preview on white background

This text has color #C08C89 on white background.


Black color preview on #C08C89 background

This text has black color on #C08C89 background.


White color preview on #C08C89 background

This text has white color on #C08C89 background.


Related colors

Complementary color

Complementary color for #hex is #3F7376.


I love getcolorcode.com

Triadic colors

1 #89C08C and #8C89C0 with #C08C89 are triadic colors.

2 #898CC0 and #8CC089 with #C08C89 are triadic colors.