COLOR #C681A5

HEX: #C681A5
RGB: (198,129,165)

Color info

#C681A5 contains mainly red and blue colors. Web safe color of #C681A5 is #CC9999 (or #C99).

RGB color model

#C681A5 color RGB value is (198,129,165).

  • red value is 198;
  • green value is 129;
  • blue value is 165.
RGB:
(198,129,165)
(78%,51%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 129 of 255 = 51%
B 165 of 255 = 65%

198
129
165

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

Portions of RGB colors in percentages

R + G + B =
198 + 129 + 165 = 492 (100%)
R 198 of 492 ~ 40.24%
G 129 of 492 ~ 26.22%
B 165 of 492 ~ 33.54%

%40.24
%26.22
%33.54

CMYK color model

#C681A5 color CMYK value is (0,35,17,22).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 16.67%
  • key color value is 22.35%
CMYK:
(0,35,17,22)
C0M35Y17K22 
(0%,35%,17%,22%)
(0.00/0.35/0.17/0.22)	

CMYK percentages

%0
%34.85
%16.67
%22.35

Codes

Color #C681A5 in popluar color models

C681A5
RGB198129165
HSL329°37.70%64.12%
HSB/HSV329°34.85%77.65%
CMYK0.00%34.85%16.67%
22.35%

Color #C681A5 in popluar number systems.

HEXC681A5
Decimal198129165
Binary110001101000000110100101
Octal306201245

Shades and tints

Shades of #C681A5

#C681A5
(198,129,165)
#B47696
(180,118,150)
#A26B87
(162,107,135)
#906078
(144,96,120)
#7E5569
(126,85,105)
#6C4A5A
(108,74,90)
#5A3F4B
(90,63,75)
#48343C
(72,52,60)
#36292D
(54,41,45)
#241E1E
(36,30,30)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #C681A5

#C681A5
(198,129,165)
#CB8CAD
(203,140,173)
#D097B5
(208,151,181)
#D5A2BD
(213,162,189)
#DAADC5
(218,173,197)
#DFB8CD
(223,184,205)
#E4C3D5
(228,195,213)
#E9CEDD
(233,206,221)
#EED9E5
(238,217,229)
#F3E4ED
(243,228,237)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C681A5 color. Also use rgb(198,129,165) instead hex code.

Text Font Color

.myTextColor { color: #C681A5; }

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

This text font color is #C681A5.


Background Color

.myBgColor { background-color: #C681A5; }

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

This div background color is #C681A5.


Border color

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

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

This div border color is #C681A5.


Opacity

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

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

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

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

This text has shadow with #C681A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C681A5 on black background.


Color preview on white background

This text has color #C681A5 on white background.



Black color preview on #C681A5 background

This text has black color on #C681A5 background.


White color preview on #C681A5 background

This text has white color on #C681A5 background.