COLOR #C08C9C

HEX: #C08C9C
RGB: (192,140,156)

Color info

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

RGB color model

#C08C9C color RGB value is (192,140,156).

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

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 156 of 255 = 61%

192
140
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 156 = 488 (100%)
R 192 of 488 ~ 39.34%
G 140 of 488 ~ 28.69%
B 156 of 488 ~ 31.97%

%39.34
%28.69
%31.97

CMYK color model

#C08C9C color CMYK value is (0,27,19,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(0,27,19,25)
C0M27Y19K25 
(0%,27%,19%,25%)
(0.00/0.27/0.19/0.25)	

CMYK percentages

%0
%27.08
%18.75
%24.71

Codes

Color #C08C9C in popluar color models

C08C9C
RGB192140156
HSL342°29.21%65.10%
HSB/HSV342°27.08%75.29%
CMYK0.00%27.08%18.75%
24.71%

Color #C08C9C in popluar number systems.

HEXC08C9C
Decimal192140156
Binary110000001000110010011100
Octal300214234

Shades and tints

Shades of #C08C9C

#C08C9C
(192,140,156)
#AF808E
(175,128,142)
#9E7480
(158,116,128)
#8D6872
(141,104,114)
#7C5C64
(124,92,100)
#6B5056
(107,80,86)
#5A4448
(90,68,72)
#49383A
(73,56,58)
#382C2C
(56,44,44)
#27201E
(39,32,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #C08C9C

#C08C9C
(192,140,156)
#C596A5
(197,150,165)
#CAA0AE
(202,160,174)
#CFAAB7
(207,170,183)
#D4B4C0
(212,180,192)
#D9BEC9
(217,190,201)
#DEC8D2
(222,200,210)
#E3D2DB
(227,210,219)
#E8DCE4
(232,220,228)
#EDE6ED
(237,230,237)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08C9C; }

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

This text font color is #C08C9C.


Background Color

.myBgColor { background-color: #C08C9C; }

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

This div background color is #C08C9C.


Border color

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

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

This div border color is #C08C9C.


Opacity

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

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

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

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

This text has shadow with #C08C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08C9C on black background.


Color preview on white background

This text has color #C08C9C on white background.



Black color preview on #C08C9C background

This text has black color on #C08C9C background.


White color preview on #C08C9C background

This text has white color on #C08C9C background.