COLOR #C08BA4

HEX: #C08BA4
RGB: (192,139,164)

Color info

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

RGB color model

#C08BA4 color RGB value is (192,139,164).

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

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 164 of 255 = 64%

192
139
164

R + G + B ~ 65%. #C08BA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 164 = 495 (100%)
R 192 of 495 ~ 38.79%
G 139 of 495 ~ 28.08%
B 164 of 495 ~ 33.13%

%38.79
%28.08
%33.13

CMYK color model

#C08BA4 color CMYK value is (0,28,15,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 14.58%
  • key color value is 24.71%
CMYK:
(0,28,15,25)
C0M28Y15K25 
(0%,28%,15%,25%)
(0.00/0.28/0.15/0.25)	

CMYK percentages

%0
%27.6
%14.58
%24.71

Codes

Color #C08BA4 in popluar color models

C08BA4
RGB192139164
HSL332°29.61%64.90%
HSB/HSV332°27.60%75.29%
CMYK0.00%27.60%14.58%
24.71%

Color #C08BA4 in popluar number systems.

HEXC08BA4
Decimal192139164
Binary110000001000101110100100
Octal300213244

Shades and tints

Shades of #C08BA4

#C08BA4
(192,139,164)
#AF7F96
(175,127,150)
#9E7388
(158,115,136)
#8D677A
(141,103,122)
#7C5B6C
(124,91,108)
#6B4F5E
(107,79,94)
#5A4350
(90,67,80)
#493742
(73,55,66)
#382B34
(56,43,52)
#271F26
(39,31,38)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #C08BA4

#C08BA4
(192,139,164)
#C595AC
(197,149,172)
#CA9FB4
(202,159,180)
#CFA9BC
(207,169,188)
#D4B3C4
(212,179,196)
#D9BDCC
(217,189,204)
#DEC7D4
(222,199,212)
#E3D1DC
(227,209,220)
#E8DBE4
(232,219,228)
#EDE5EC
(237,229,236)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08BA4; }

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

This text font color is #C08BA4.


Background Color

.myBgColor { background-color: #C08BA4; }

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

This div background color is #C08BA4.


Border color

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

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

This div border color is #C08BA4.


Opacity

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

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

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

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

This text has shadow with #C08BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08BA4 on black background.


Color preview on white background

This text has color #C08BA4 on white background.



Black color preview on #C08BA4 background

This text has black color on #C08BA4 background.


White color preview on #C08BA4 background

This text has white color on #C08BA4 background.