COLOR #C691A3

HEX: #C691A3
RGB: (198,145,163)

Color info

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

RGB color model

#C691A3 color RGB value is (198,145,163).

  • red value is 198;
  • green value is 145;
  • blue value is 163.
RGB:
(198,145,163)
(78%,57%,64%)

RGB channels and saturation

R 198 of 255 = 78%
G 145 of 255 = 57%
B 163 of 255 = 64%

198
145
163

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

Portions of RGB colors in percentages

R + G + B =
198 + 145 + 163 = 506 (100%)
R 198 of 506 ~ 39.13%
G 145 of 506 ~ 28.66%
B 163 of 506 ~ 32.21%

%39.13
%28.66
%32.21

CMYK color model

#C691A3 color CMYK value is (0,27,18,22).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(0,27,18,22)
C0M27Y18K22 
(0%,27%,18%,22%)
(0.00/0.27/0.18/0.22)	

CMYK percentages

%0
%26.77
%17.68
%22.35

Codes

Color #C691A3 in popluar color models

C691A3
RGB198145163
HSL340°31.74%67.25%
HSB/HSV340°26.77%77.65%
CMYK0.00%26.77%17.68%
22.35%

Color #C691A3 in popluar number systems.

HEXC691A3
Decimal198145163
Binary110001101001000110100011
Octal306221243

Shades and tints

Shades of #C691A3

#C691A3
(198,145,163)
#B48495
(180,132,149)
#A27787
(162,119,135)
#906A79
(144,106,121)
#7E5D6B
(126,93,107)
#6C505D
(108,80,93)
#5A434F
(90,67,79)
#483641
(72,54,65)
#362933
(54,41,51)
#241C25
(36,28,37)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #C691A3

#C691A3
(198,145,163)
#CB9BAB
(203,155,171)
#D0A5B3
(208,165,179)
#D5AFBB
(213,175,187)
#DAB9C3
(218,185,195)
#DFC3CB
(223,195,203)
#E4CDD3
(228,205,211)
#E9D7DB
(233,215,219)
#EEE1E3
(238,225,227)
#F3EBEB
(243,235,235)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C691A3 color. Also use rgb(198,145,163) instead hex code.

Text Font Color

.myTextColor { color: #C691A3; }

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

This text font color is #C691A3.


Background Color

.myBgColor { background-color: #C691A3; }

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

This div background color is #C691A3.


Border color

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

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

This div border color is #C691A3.


Opacity

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

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

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

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

This text has shadow with #C691A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C691A3 on black background.


Color preview on white background

This text has color #C691A3 on white background.



Black color preview on #C691A3 background

This text has black color on #C691A3 background.


White color preview on #C691A3 background

This text has white color on #C691A3 background.