COLOR #C08CC5

HEX: #C08CC5
RGB: (192,140,197)

Color info

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

RGB color model

#C08CC5 color RGB value is (192,140,197).

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

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 197 of 255 = 77%

192
140
197

R + G + B ~ 69%. #C08CC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 197 = 529 (100%)
R 192 of 529 ~ 36.29%
G 140 of 529 ~ 26.47%
B 197 of 529 ~ 37.24%

%36.29
%26.47
%37.24

CMYK color model

#C08CC5 color CMYK value is (3,29,0,23).

  • cyan value is 2.54%
  • magenta value is 28.93%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(3,29,0,23)
C3M29Y0K23 
(3%,29%,0%,23%)
(0.03/0.29/0.00/0.23)	

CMYK percentages

%2.54
%28.93
%0
%22.75

Codes

Color #C08CC5 in popluar color models

C08CC5
RGB192140197
HSL295°32.95%66.08%
HSB/HSV295°28.93%77.25%
CMYK2.54%28.93%0.00%
22.75%

Color #C08CC5 in popluar number systems.

HEXC08CC5
Decimal192140197
Binary110000001000110011000101
Octal300214305

Shades and tints

Shades of #C08CC5

#C08CC5
(192,140,197)
#AF80B4
(175,128,180)
#9E74A3
(158,116,163)
#8D6892
(141,104,146)
#7C5C81
(124,92,129)
#6B5070
(107,80,112)
#5A445F
(90,68,95)
#49384E
(73,56,78)
#382C3D
(56,44,61)
#27202C
(39,32,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #C08CC5

#C08CC5
(192,140,197)
#C596CA
(197,150,202)
#CAA0CF
(202,160,207)
#CFAAD4
(207,170,212)
#D4B4D9
(212,180,217)
#D9BEDE
(217,190,222)
#DEC8E3
(222,200,227)
#E3D2E8
(227,210,232)
#E8DCED
(232,220,237)
#EDE6F2
(237,230,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08CC5; }

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

This text font color is #C08CC5.


Background Color

.myBgColor { background-color: #C08CC5; }

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

This div background color is #C08CC5.


Border color

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

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

This div border color is #C08CC5.


Opacity

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

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

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

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

This text has shadow with #C08CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08CC5 on black background.


Color preview on white background

This text has color #C08CC5 on white background.



Black color preview on #C08CC5 background

This text has black color on #C08CC5 background.


White color preview on #C08CC5 background

This text has white color on #C08CC5 background.