COLOR #C692AE

HEX: #C692AE
RGB: (198,146,174)

Color info

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

RGB color model

#C692AE color RGB value is (198,146,174).

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

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 174 of 255 = 68%

198
146
174

R + G + B ~ 68%. #C692AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 146 + 174 = 518 (100%)
R 198 of 518 ~ 38.22%
G 146 of 518 ~ 28.19%
B 174 of 518 ~ 33.59%

%38.22
%28.19
%33.59

CMYK color model

#C692AE color CMYK value is (0,26,12,22).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(0,26,12,22)
C0M26Y12K22 
(0%,26%,12%,22%)
(0.00/0.26/0.12/0.22)	

CMYK percentages

%0
%26.26
%12.12
%22.35

Codes

Color #C692AE in popluar color models

C692AE
RGB198146174
HSL328°31.33%67.45%
HSB/HSV328°26.26%77.65%
CMYK0.00%26.26%12.12%
22.35%

Color #C692AE in popluar number systems.

HEXC692AE
Decimal198146174
Binary110001101001001010101110
Octal306222256

Shades and tints

Shades of #C692AE

#C692AE
(198,146,174)
#B4859F
(180,133,159)
#A27890
(162,120,144)
#906B81
(144,107,129)
#7E5E72
(126,94,114)
#6C5163
(108,81,99)
#5A4454
(90,68,84)
#483745
(72,55,69)
#362A36
(54,42,54)
#241D27
(36,29,39)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #C692AE

#C692AE
(198,146,174)
#CB9BB5
(203,155,181)
#D0A4BC
(208,164,188)
#D5ADC3
(213,173,195)
#DAB6CA
(218,182,202)
#DFBFD1
(223,191,209)
#E4C8D8
(228,200,216)
#E9D1DF
(233,209,223)
#EEDAE6
(238,218,230)
#F3E3ED
(243,227,237)
#F8ECF4
(248,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C692AE; }

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

This text font color is #C692AE.


Background Color

.myBgColor { background-color: #C692AE; }

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

This div background color is #C692AE.


Border color

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

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

This div border color is #C692AE.


Opacity

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

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

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

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

This text has shadow with #C692AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C692AE on black background.


Color preview on white background

This text has color #C692AE on white background.



Black color preview on #C692AE background

This text has black color on #C692AE background.


White color preview on #C692AE background

This text has white color on #C692AE background.