COLOR #C08995

HEX: #C08995
RGB: (192,137,149)

Color info

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

RGB color model

#C08995 color RGB value is (192,137,149).

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

RGB channels and saturation

R 192 of 255 = 75%
G 137 of 255 = 54%
B 149 of 255 = 58%

192
137
149

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

Portions of RGB colors in percentages

R + G + B =
192 + 137 + 149 = 478 (100%)
R 192 of 478 ~ 40.17%
G 137 of 478 ~ 28.66%
B 149 of 478 ~ 31.17%

%40.17
%28.66
%31.17

CMYK color model

#C08995 color CMYK value is (0,29,22,25).

  • cyan value is 0.00%
  • magenta value is 28.65%
  • yellow value is 22.40%
  • key color value is 24.71%
CMYK:
(0,29,22,25)
C0M29Y22K25 
(0%,29%,22%,25%)
(0.00/0.29/0.22/0.25)	

CMYK percentages

%0
%28.65
%22.4
%24.71

Codes

Color #C08995 in popluar color models

C08995
RGB192137149
HSL347°30.39%64.51%
HSB/HSV347°28.65%75.29%
CMYK0.00%28.65%22.40%
24.71%

Color #C08995 in popluar number systems.

HEXC08995
Decimal192137149
Binary110000001000100110010101
Octal300211225

Shades and tints

Shades of #C08995

#C08995
(192,137,149)
#AF7D88
(175,125,136)
#9E717B
(158,113,123)
#8D656E
(141,101,110)
#7C5961
(124,89,97)
#6B4D54
(107,77,84)
#5A4147
(90,65,71)
#49353A
(73,53,58)
#38292D
(56,41,45)
#271D20
(39,29,32)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #C08995

#C08995
(192,137,149)
#C5939E
(197,147,158)
#CA9DA7
(202,157,167)
#CFA7B0
(207,167,176)
#D4B1B9
(212,177,185)
#D9BBC2
(217,187,194)
#DEC5CB
(222,197,203)
#E3CFD4
(227,207,212)
#E8D9DD
(232,217,221)
#EDE3E6
(237,227,230)
#F2EDEF
(242,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08995; }

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

This text font color is #C08995.


Background Color

.myBgColor { background-color: #C08995; }

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

This div background color is #C08995.


Border color

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

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

This div border color is #C08995.


Opacity

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

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

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

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

This text has shadow with #C08995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08995 on black background.


Color preview on white background

This text has color #C08995 on white background.



Black color preview on #C08995 background

This text has black color on #C08995 background.


White color preview on #C08995 background

This text has white color on #C08995 background.