COLOR #C08894

HEX: #C08894
RGB: (192,136,148)

Color info

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

RGB color model

#C08894 color RGB value is (192,136,148).

  • red value is 192;
  • green value is 136;
  • blue value is 148.
RGB:
(192,136,148)
(75%,53%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 136 of 255 = 53%
B 148 of 255 = 58%

192
136
148

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

Portions of RGB colors in percentages

R + G + B =
192 + 136 + 148 = 476 (100%)
R 192 of 476 ~ 40.34%
G 136 of 476 ~ 28.57%
B 148 of 476 ~ 31.09%

%40.34
%28.57
%31.09

CMYK color model

#C08894 color CMYK value is (0,29,23,25).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 22.92%
  • key color value is 24.71%
CMYK:
(0,29,23,25)
C0M29Y23K25 
(0%,29%,23%,25%)
(0.00/0.29/0.23/0.25)	

CMYK percentages

%0
%29.17
%22.92
%24.71

Codes

Color #C08894 in popluar color models

C08894
RGB192136148
HSL347°30.77%64.31%
HSB/HSV347°29.17%75.29%
CMYK0.00%29.17%22.92%
24.71%

Color #C08894 in popluar number systems.

HEXC08894
Decimal192136148
Binary110000001000100010010100
Octal300210224

Shades and tints

Shades of #C08894

#C08894
(192,136,148)
#AF7C87
(175,124,135)
#9E707A
(158,112,122)
#8D646D
(141,100,109)
#7C5860
(124,88,96)
#6B4C53
(107,76,83)
#5A4046
(90,64,70)
#493439
(73,52,57)
#38282C
(56,40,44)
#271C1F
(39,28,31)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #C08894

#C08894
(192,136,148)
#C5929D
(197,146,157)
#CA9CA6
(202,156,166)
#CFA6AF
(207,166,175)
#D4B0B8
(212,176,184)
#D9BAC1
(217,186,193)
#DEC4CA
(222,196,202)
#E3CED3
(227,206,211)
#E8D8DC
(232,216,220)
#EDE2E5
(237,226,229)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08894 color. Also use rgb(192,136,148) instead hex code.

Text Font Color

.myTextColor { color: #C08894; }

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

This text font color is #C08894.


Background Color

.myBgColor { background-color: #C08894; }

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

This div background color is #C08894.


Border color

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

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

This div border color is #C08894.


Opacity

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

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

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

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

This text has shadow with #C08894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08894 on black background.


Color preview on white background

This text has color #C08894 on white background.



Black color preview on #C08894 background

This text has black color on #C08894 background.


White color preview on #C08894 background

This text has white color on #C08894 background.