COLOR #C08A9D

HEX: #C08A9D
RGB: (192,138,157)

Color info

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

RGB color model

#C08A9D color RGB value is (192,138,157).

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

RGB channels and saturation

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

192
138
157

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

Portions of RGB colors in percentages

R + G + B =
192 + 138 + 157 = 487 (100%)
R 192 of 487 ~ 39.43%
G 138 of 487 ~ 28.34%
B 157 of 487 ~ 32.24%

%39.43
%28.34
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 18.23%
  • 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
%18.23
%24.71

Codes

Color #C08A9D in popluar color models

C08A9D
RGB192138157
HSL339°30.00%64.71%
HSB/HSV339°28.13%75.29%
CMYK0.00%28.13%18.23%
24.71%

Color #C08A9D in popluar number systems.

HEXC08A9D
Decimal192138157
Binary110000001000101010011101
Octal300212235

Shades and tints

Shades of #C08A9D

#C08A9D
(192,138,157)
#AF7E8F
(175,126,143)
#9E7281
(158,114,129)
#8D6673
(141,102,115)
#7C5A65
(124,90,101)
#6B4E57
(107,78,87)
#5A4249
(90,66,73)
#49363B
(73,54,59)
#382A2D
(56,42,45)
#271E1F
(39,30,31)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C08A9D

#C08A9D
(192,138,157)
#C594A5
(197,148,165)
#CA9EAD
(202,158,173)
#CFA8B5
(207,168,181)
#D4B2BD
(212,178,189)
#D9BCC5
(217,188,197)
#DEC6CD
(222,198,205)
#E3D0D5
(227,208,213)
#E8DADD
(232,218,221)
#EDE4E5
(237,228,229)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08A9D; }

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

This text font color is #C08A9D.


Background Color

.myBgColor { background-color: #C08A9D; }

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

This div background color is #C08A9D.


Border color

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

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

This div border color is #C08A9D.


Opacity

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

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

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

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

This text has shadow with #C08A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08A9D on black background.


Color preview on white background

This text has color #C08A9D on white background.



Black color preview on #C08A9D background

This text has black color on #C08A9D background.


White color preview on #C08A9D background

This text has white color on #C08A9D background.