COLOR #C08A9E

HEX: #C08A9E
RGB: (192,138,158)

Color info

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

RGB color model

#C08A9E color RGB value is (192,138,158).

  • red value is 192;
  • green value is 138;
  • blue value is 158.
RGB:
(192,138,158)
(75%,54%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 138 of 255 = 54%
B 158 of 255 = 62%

192
138
158

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

Portions of RGB colors in percentages

R + G + B =
192 + 138 + 158 = 488 (100%)
R 192 of 488 ~ 39.34%
G 138 of 488 ~ 28.28%
B 158 of 488 ~ 32.38%

%39.34
%28.28
%32.38

CMYK color model

#C08A9E color CMYK value is (0,28,18,25).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(0,28,18,25)
C0M28Y18K25 
(0%,28%,18%,25%)
(0.00/0.28/0.18/0.25)	

CMYK percentages

%0
%28.13
%17.71
%24.71

Codes

Color #C08A9E in popluar color models

C08A9E
RGB192138158
HSL338°30.00%64.71%
HSB/HSV338°28.13%75.29%
CMYK0.00%28.13%17.71%
24.71%

Color #C08A9E in popluar number systems.

HEXC08A9E
Decimal192138158
Binary110000001000101010011110
Octal300212236

Shades and tints

Shades of #C08A9E

#C08A9E
(192,138,158)
#AF7E90
(175,126,144)
#9E7282
(158,114,130)
#8D6674
(141,102,116)
#7C5A66
(124,90,102)
#6B4E58
(107,78,88)
#5A424A
(90,66,74)
#49363C
(73,54,60)
#382A2E
(56,42,46)
#271E20
(39,30,32)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #C08A9E

#C08A9E
(192,138,158)
#C594A6
(197,148,166)
#CA9EAE
(202,158,174)
#CFA8B6
(207,168,182)
#D4B2BE
(212,178,190)
#D9BCC6
(217,188,198)
#DEC6CE
(222,198,206)
#E3D0D6
(227,208,214)
#E8DADE
(232,218,222)
#EDE4E6
(237,228,230)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08A9E color. Also use rgb(192,138,158) instead hex code.

Text Font Color

.myTextColor { color: #C08A9E; }

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

This text font color is #C08A9E.


Background Color

.myBgColor { background-color: #C08A9E; }

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

This div background color is #C08A9E.


Border color

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

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

This div border color is #C08A9E.


Opacity

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

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

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

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

This text has shadow with #C08A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08A9E on black background.


Color preview on white background

This text has color #C08A9E on white background.



Black color preview on #C08A9E background

This text has black color on #C08A9E background.


White color preview on #C08A9E background

This text has white color on #C08A9E background.