COLOR #C08BAB

HEX: #C08BAB
RGB: (192,139,171)

Color info

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

RGB color model

#C08BAB color RGB value is (192,139,171).

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

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 171 of 255 = 67%

192
139
171

R + G + B ~ 66%. #C08BAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 171 = 502 (100%)
R 192 of 502 ~ 38.25%
G 139 of 502 ~ 27.69%
B 171 of 502 ~ 34.06%

%38.25
%27.69
%34.06

CMYK color model

#C08BAB color CMYK value is (0,28,11,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK:
(0,28,11,25)
C0M28Y11K25 
(0%,28%,11%,25%)
(0.00/0.28/0.11/0.25)	

CMYK percentages

%0
%27.6
%10.94
%24.71

Codes

Color #C08BAB in popluar color models

C08BAB
RGB192139171
HSL324°29.61%64.90%
HSB/HSV324°27.60%75.29%
CMYK0.00%27.60%10.94%
24.71%

Color #C08BAB in popluar number systems.

HEXC08BAB
Decimal192139171
Binary110000001000101110101011
Octal300213253

Shades and tints

Shades of #C08BAB

#C08BAB
(192,139,171)
#AF7F9C
(175,127,156)
#9E738D
(158,115,141)
#8D677E
(141,103,126)
#7C5B6F
(124,91,111)
#6B4F60
(107,79,96)
#5A4351
(90,67,81)
#493742
(73,55,66)
#382B33
(56,43,51)
#271F24
(39,31,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #C08BAB

#C08BAB
(192,139,171)
#C595B2
(197,149,178)
#CA9FB9
(202,159,185)
#CFA9C0
(207,169,192)
#D4B3C7
(212,179,199)
#D9BDCE
(217,189,206)
#DEC7D5
(222,199,213)
#E3D1DC
(227,209,220)
#E8DBE3
(232,219,227)
#EDE5EA
(237,229,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08BAB; }

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

This text font color is #C08BAB.


Background Color

.myBgColor { background-color: #C08BAB; }

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

This div background color is #C08BAB.


Border color

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

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

This div border color is #C08BAB.


Opacity

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

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

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

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

This text has shadow with #C08BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08BAB on black background.


Color preview on white background

This text has color #C08BAB on white background.



Black color preview on #C08BAB background

This text has black color on #C08BAB background.


White color preview on #C08BAB background

This text has white color on #C08BAB background.