COLOR #C08BA1

HEX: #C08BA1
RGB: (192,139,161)

Color info

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

RGB color model

#C08BA1 color RGB value is (192,139,161).

  • red value is 192;
  • green value is 139;
  • blue value is 161.
RGB:
(192,139,161)
(75%,55%,63%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 161 of 255 = 63%

192
139
161

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

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 161 = 492 (100%)
R 192 of 492 ~ 39.02%
G 139 of 492 ~ 28.25%
B 161 of 492 ~ 32.72%

%39.02
%28.25
%32.72

CMYK color model

#C08BA1 color CMYK value is (0,28,16,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 16.15%
  • key color value is 24.71%
CMYK:
(0,28,16,25)
C0M28Y16K25 
(0%,28%,16%,25%)
(0.00/0.28/0.16/0.25)	

CMYK percentages

%0
%27.6
%16.15
%24.71

Codes

Color #C08BA1 in popluar color models

C08BA1
RGB192139161
HSL335°29.61%64.90%
HSB/HSV335°27.60%75.29%
CMYK0.00%27.60%16.15%
24.71%

Color #C08BA1 in popluar number systems.

HEXC08BA1
Decimal192139161
Binary110000001000101110100001
Octal300213241

Shades and tints

Shades of #C08BA1

#C08BA1
(192,139,161)
#AF7F93
(175,127,147)
#9E7385
(158,115,133)
#8D6777
(141,103,119)
#7C5B69
(124,91,105)
#6B4F5B
(107,79,91)
#5A434D
(90,67,77)
#49373F
(73,55,63)
#382B31
(56,43,49)
#271F23
(39,31,35)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #C08BA1

#C08BA1
(192,139,161)
#C595A9
(197,149,169)
#CA9FB1
(202,159,177)
#CFA9B9
(207,169,185)
#D4B3C1
(212,179,193)
#D9BDC9
(217,189,201)
#DEC7D1
(222,199,209)
#E3D1D9
(227,209,217)
#E8DBE1
(232,219,225)
#EDE5E9
(237,229,233)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08BA1 color. Also use rgb(192,139,161) instead hex code.

Text Font Color

.myTextColor { color: #C08BA1; }

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

This text font color is #C08BA1.


Background Color

.myBgColor { background-color: #C08BA1; }

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

This div background color is #C08BA1.


Border color

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

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

This div border color is #C08BA1.


Opacity

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

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

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

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

This text has shadow with #C08BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08BA1 on black background.


Color preview on white background

This text has color #C08BA1 on white background.



Black color preview on #C08BA1 background

This text has black color on #C08BA1 background.


White color preview on #C08BA1 background

This text has white color on #C08BA1 background.