COLOR #C08C8F

HEX: #C08C8F
RGB: (192,140,143)

Color info

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

RGB color model

#C08C8F color RGB value is (192,140,143).

  • red value is 192;
  • green value is 140;
  • blue value is 143.
RGB:
(192,140,143)
(75%,55%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 143 of 255 = 56%

192
140
143

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

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 143 = 475 (100%)
R 192 of 475 ~ 40.42%
G 140 of 475 ~ 29.47%
B 143 of 475 ~ 30.11%

%40.42
%29.47
%30.11

CMYK color model

#C08C8F color CMYK value is (0,27,26,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 25.52%
  • key color value is 24.71%
CMYK:
(0,27,26,25)
C0M27Y26K25 
(0%,27%,26%,25%)
(0.00/0.27/0.26/0.25)	

CMYK percentages

%0
%27.08
%25.52
%24.71

Codes

Color #C08C8F in popluar color models

C08C8F
RGB192140143
HSL357°29.21%65.10%
HSB/HSV357°27.08%75.29%
CMYK0.00%27.08%25.52%
24.71%

Color #C08C8F in popluar number systems.

HEXC08C8F
Decimal192140143
Binary110000001000110010001111
Octal300214217

Shades and tints

Shades of #C08C8F

#C08C8F
(192,140,143)
#AF8082
(175,128,130)
#9E7475
(158,116,117)
#8D6868
(141,104,104)
#7C5C5B
(124,92,91)
#6B504E
(107,80,78)
#5A4441
(90,68,65)
#493834
(73,56,52)
#382C27
(56,44,39)
#27201A
(39,32,26)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #C08C8F

#C08C8F
(192,140,143)
#C59699
(197,150,153)
#CAA0A3
(202,160,163)
#CFAAAD
(207,170,173)
#D4B4B7
(212,180,183)
#D9BEC1
(217,190,193)
#DEC8CB
(222,200,203)
#E3D2D5
(227,210,213)
#E8DCDF
(232,220,223)
#EDE6E9
(237,230,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08C8F; }

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

This text font color is #C08C8F.


Background Color

.myBgColor { background-color: #C08C8F; }

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

This div background color is #C08C8F.


Border color

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

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

This div border color is #C08C8F.


Opacity

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

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

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

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

This text has shadow with #C08C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08C8F on black background.


Color preview on white background

This text has color #C08C8F on white background.



Black color preview on #C08C8F background

This text has black color on #C08C8F background.


White color preview on #C08C8F background

This text has white color on #C08C8F background.