COLOR #C68CA2

HEX: #C68CA2
RGB: (198,140,162)

Color info

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

RGB color model

#C68CA2 color RGB value is (198,140,162).

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

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 162 of 255 = 64%

198
140
162

R + G + B ~ 66%. #C68CA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 140 + 162 = 500 (100%)
R 198 of 500 ~ 39.6%
G 140 of 500 ~ 28%
B 162 of 500 ~ 32.4%

%39.6
%28
%32.4

CMYK color model

#C68CA2 color CMYK value is (0,29,18,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 18.18%
  • key color value is 22.35%
CMYK:
(0,29,18,22)
C0M29Y18K22 
(0%,29%,18%,22%)
(0.00/0.29/0.18/0.22)	

CMYK percentages

%0
%29.29
%18.18
%22.35

Codes

Color #C68CA2 in popluar color models

C68CA2
RGB198140162
HSL337°33.72%66.27%
HSB/HSV337°29.29%77.65%
CMYK0.00%29.29%18.18%
22.35%

Color #C68CA2 in popluar number systems.

HEXC68CA2
Decimal198140162
Binary110001101000110010100010
Octal306214242

Shades and tints

Shades of #C68CA2

#C68CA2
(198,140,162)
#B48094
(180,128,148)
#A27486
(162,116,134)
#906878
(144,104,120)
#7E5C6A
(126,92,106)
#6C505C
(108,80,92)
#5A444E
(90,68,78)
#483840
(72,56,64)
#362C32
(54,44,50)
#242024
(36,32,36)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C68CA2

#C68CA2
(198,140,162)
#CB96AA
(203,150,170)
#D0A0B2
(208,160,178)
#D5AABA
(213,170,186)
#DAB4C2
(218,180,194)
#DFBECA
(223,190,202)
#E4C8D2
(228,200,210)
#E9D2DA
(233,210,218)
#EEDCE2
(238,220,226)
#F3E6EA
(243,230,234)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68CA2; }

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

This text font color is #C68CA2.


Background Color

.myBgColor { background-color: #C68CA2; }

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

This div background color is #C68CA2.


Border color

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

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

This div border color is #C68CA2.


Opacity

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

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

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

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

This text has shadow with #C68CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68CA2 on black background.


Color preview on white background

This text has color #C68CA2 on white background.



Black color preview on #C68CA2 background

This text has black color on #C68CA2 background.


White color preview on #C68CA2 background

This text has white color on #C68CA2 background.