COLOR #C08CA2

HEX: #C08CA2
RGB: (192,140,162)

Color info

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

RGB color model

#C08CA2 color RGB value is (192,140,162).

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

RGB channels and saturation

R 192 of 255 = 75%
G 140 of 255 = 55%
B 162 of 255 = 64%

192
140
162

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

Portions of RGB colors in percentages

R + G + B =
192 + 140 + 162 = 494 (100%)
R 192 of 494 ~ 38.87%
G 140 of 494 ~ 28.34%
B 162 of 494 ~ 32.79%

%38.87
%28.34
%32.79

CMYK color model

#C08CA2 color CMYK value is (0,27,16,25).

  • cyan value is 0.00%
  • magenta value is 27.08%
  • yellow value is 15.63%
  • key color value is 24.71%
CMYK:
(0,27,16,25)
C0M27Y16K25 
(0%,27%,16%,25%)
(0.00/0.27/0.16/0.25)	

CMYK percentages

%0
%27.08
%15.63
%24.71

Codes

Color #C08CA2 in popluar color models

C08CA2
RGB192140162
HSL335°29.21%65.10%
HSB/HSV335°27.08%75.29%
CMYK0.00%27.08%15.63%
24.71%

Color #C08CA2 in popluar number systems.

HEXC08CA2
Decimal192140162
Binary110000001000110010100010
Octal300214242

Shades and tints

Shades of #C08CA2

#C08CA2
(192,140,162)
#AF8094
(175,128,148)
#9E7486
(158,116,134)
#8D6878
(141,104,120)
#7C5C6A
(124,92,106)
#6B505C
(107,80,92)
#5A444E
(90,68,78)
#493840
(73,56,64)
#382C32
(56,44,50)
#272024
(39,32,36)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #C08CA2

#C08CA2
(192,140,162)
#C596AA
(197,150,170)
#CAA0B2
(202,160,178)
#CFAABA
(207,170,186)
#D4B4C2
(212,180,194)
#D9BECA
(217,190,202)
#DEC8D2
(222,200,210)
#E3D2DA
(227,210,218)
#E8DCE2
(232,220,226)
#EDE6EA
(237,230,234)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08CA2; }

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

This text font color is #C08CA2.


Background Color

.myBgColor { background-color: #C08CA2; }

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

This div background color is #C08CA2.


Border color

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

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

This div border color is #C08CA2.


Opacity

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

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

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

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

This text has shadow with #C08CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08CA2 on black background.


Color preview on white background

This text has color #C08CA2 on white background.



Black color preview on #C08CA2 background

This text has black color on #C08CA2 background.


White color preview on #C08CA2 background

This text has white color on #C08CA2 background.