COLOR #C08BB9

HEX: #C08BB9
RGB: (192,139,185)

Color info

#C08BB9 contains red, green and blue colors in about the same proportion. Web safe color of #C08BB9 is #CC99CC (or #C9C).

RGB color model

#C08BB9 color RGB value is (192,139,185).

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

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 185 of 255 = 73%

192
139
185

R + G + B ~ 68%. #C08BB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 139 + 185 = 516 (100%)
R 192 of 516 ~ 37.21%
G 139 of 516 ~ 26.94%
B 185 of 516 ~ 35.85%

%37.21
%26.94
%35.85

CMYK color model

#C08BB9 color CMYK value is (0,28,4,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 3.65%
  • key color value is 24.71%
CMYK:
(0,28,4,25)
C0M28Y4K25 
(0%,28%,4%,25%)
(0.00/0.28/0.04/0.25)	

CMYK percentages

%0
%27.6
%3.65
%24.71

Codes

Color #C08BB9 in popluar color models

C08BB9
RGB192139185
HSL308°29.61%64.90%
HSB/HSV308°27.60%75.29%
CMYK0.00%27.60%3.65%
24.71%

Color #C08BB9 in popluar number systems.

HEXC08BB9
Decimal192139185
Binary110000001000101110111001
Octal300213271

Shades and tints

Shades of #C08BB9

#C08BB9
(192,139,185)
#AF7FA9
(175,127,169)
#9E7399
(158,115,153)
#8D6789
(141,103,137)
#7C5B79
(124,91,121)
#6B4F69
(107,79,105)
#5A4359
(90,67,89)
#493749
(73,55,73)
#382B39
(56,43,57)
#271F29
(39,31,41)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #C08BB9

#C08BB9
(192,139,185)
#C595BF
(197,149,191)
#CA9FC5
(202,159,197)
#CFA9CB
(207,169,203)
#D4B3D1
(212,179,209)
#D9BDD7
(217,189,215)
#DEC7DD
(222,199,221)
#E3D1E3
(227,209,227)
#E8DBE9
(232,219,233)
#EDE5EF
(237,229,239)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08BB9; }

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

This text font color is #C08BB9.


Background Color

.myBgColor { background-color: #C08BB9; }

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

This div background color is #C08BB9.


Border color

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

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

This div border color is #C08BB9.


Opacity

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

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

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

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

This text has shadow with #C08BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08BB9 on black background.


Color preview on white background

This text has color #C08BB9 on white background.



Black color preview on #C08BB9 background

This text has black color on #C08BB9 background.


White color preview on #C08BB9 background

This text has white color on #C08BB9 background.