COLOR #C08CB7

HEX: #C08CB7
RGB: (192,140,183)

Color info

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

RGB color model

#C08CB7 color RGB value is (192,140,183).

  • red value is 192;
  • green value is 140;
  • blue value is 183.
RGB:
(192,140,183)
(75%,55%,72%)

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 183 of 255 = 72%

192
140
183

R + G + B ~ 67%. #C08CB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 183 = 515 (100%)
R 192 of 515 ~ 37.28%
G 140 of 515 ~ 27.18%
B 183 of 515 ~ 35.53%

%37.28
%27.18
%35.53

CMYK color model

#C08CB7 color CMYK value is (0,27,5,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 4.69%
  • key color value is 24.71%
CMYK:
(0,27,5,25)
C0M27Y5K25 
(0%,27%,5%,25%)
(0.00/0.27/0.05/0.25)	

CMYK percentages

%0
%27.08
%4.69
%24.71

Codes

Color #C08CB7 in popluar color models

C08CB7
RGB192140183
HSL310°29.21%65.10%
HSB/HSV310°27.08%75.29%
CMYK0.00%27.08%4.69%
24.71%

Color #C08CB7 in popluar number systems.

HEXC08CB7
Decimal192140183
Binary110000001000110010110111
Octal300214267

Shades and tints

Shades of #C08CB7

#C08CB7
(192,140,183)
#AF80A7
(175,128,167)
#9E7497
(158,116,151)
#8D6887
(141,104,135)
#7C5C77
(124,92,119)
#6B5067
(107,80,103)
#5A4457
(90,68,87)
#493847
(73,56,71)
#382C37
(56,44,55)
#272027
(39,32,39)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #C08CB7

#C08CB7
(192,140,183)
#C596BD
(197,150,189)
#CAA0C3
(202,160,195)
#CFAAC9
(207,170,201)
#D4B4CF
(212,180,207)
#D9BED5
(217,190,213)
#DEC8DB
(222,200,219)
#E3D2E1
(227,210,225)
#E8DCE7
(232,220,231)
#EDE6ED
(237,230,237)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08CB7 color. Also use rgb(192,140,183) instead hex code.

Text Font Color

.myTextColor { color: #C08CB7; }

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

This text font color is #C08CB7.


Background Color

.myBgColor { background-color: #C08CB7; }

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

This div background color is #C08CB7.


Border color

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

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

This div border color is #C08CB7.


Opacity

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

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

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

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

This text has shadow with #C08CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08CB7 on black background.


Color preview on white background

This text has color #C08CB7 on white background.



Black color preview on #C08CB7 background

This text has black color on #C08CB7 background.


White color preview on #C08CB7 background

This text has white color on #C08CB7 background.