COLOR #C692A6

HEX: #C692A6
RGB: (198,146,166)

Color info

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

RGB color model

#C692A6 color RGB value is (198,146,166).

  • red value is 198;
  • green value is 146;
  • blue value is 166.
RGB:
(198,146,166)
(78%,57%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 166 of 255 = 65%

198
146
166

R + G + B ~ 67%. #C692A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 146 + 166 = 510 (100%)
R 198 of 510 ~ 38.82%
G 146 of 510 ~ 28.63%
B 166 of 510 ~ 32.55%

%38.82
%28.63
%32.55

CMYK color model

#C692A6 color CMYK value is (0,26,16,22).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 16.16%
  • key color value is 22.35%
CMYK:
(0,26,16,22)
C0M26Y16K22 
(0%,26%,16%,22%)
(0.00/0.26/0.16/0.22)	

CMYK percentages

%0
%26.26
%16.16
%22.35

Codes

Color #C692A6 in popluar color models

C692A6
RGB198146166
HSL337°31.33%67.45%
HSB/HSV337°26.26%77.65%
CMYK0.00%26.26%16.16%
22.35%

Color #C692A6 in popluar number systems.

HEXC692A6
Decimal198146166
Binary110001101001001010100110
Octal306222246

Shades and tints

Shades of #C692A6

#C692A6
(198,146,166)
#B48597
(180,133,151)
#A27888
(162,120,136)
#906B79
(144,107,121)
#7E5E6A
(126,94,106)
#6C515B
(108,81,91)
#5A444C
(90,68,76)
#48373D
(72,55,61)
#362A2E
(54,42,46)
#241D1F
(36,29,31)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #C692A6

#C692A6
(198,146,166)
#CB9BAE
(203,155,174)
#D0A4B6
(208,164,182)
#D5ADBE
(213,173,190)
#DAB6C6
(218,182,198)
#DFBFCE
(223,191,206)
#E4C8D6
(228,200,214)
#E9D1DE
(233,209,222)
#EEDAE6
(238,218,230)
#F3E3EE
(243,227,238)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C692A6 color. Also use rgb(198,146,166) instead hex code.

Text Font Color

.myTextColor { color: #C692A6; }

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

This text font color is #C692A6.


Background Color

.myBgColor { background-color: #C692A6; }

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

This div background color is #C692A6.


Border color

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

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

This div border color is #C692A6.


Opacity

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

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

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

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

This text has shadow with #C692A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C692A6 on black background.


Color preview on white background

This text has color #C692A6 on white background.



Black color preview on #C692A6 background

This text has black color on #C692A6 background.


White color preview on #C692A6 background

This text has white color on #C692A6 background.