COLOR #C692C9

HEX: #C692C9 RGB: (198,146,201)

Color info

#C692C9 contains red, green and blue colors in about the same proportion. Web safe color of #C692C9 is #CC99CC (or #C9C).

RGB color model

#C692C9 color RGB value is (198,146,201).

RGB: (198,146,201) (78%, 57%, 79%)

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 201 of 255 = 79%

198
146
201

R + G + B ~ 71%. #C692C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 146 + 201 = 545 (100%)
R 198 of 545 ~ 36.33%
G 146 of 545 ~ 26.79%
B 201 of 545 ~ 36.88'%

%36.33
%26.79
%36.88

CMYK color model

#C692C9 color CMYK value is (1,27,0,21).

  • cyan value is 1.49%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (1,27,0,21)
C1M27Y0K21 (1%, 27%, 0%, 21%)
(0.01 / 0.27 / 0.00 / 0.21)

CMYK percentages

%1.49
%27.36
%0
%21.18

Codes

Color #C692C9 in popluar color models

C6 92 C9
RGB 198 146 201
HSL 297° 33.74% 68.04%
HSB/HSV 297° 27.36% 78.82%
CMYK 1.49% 27.36% 0.00%
21.18%

Color #C692C9 in popluar number systems.

HEX C6 92 C9
Decimal 198 146 201
Binary 11000110 10010010 11001001
Octal 306 222 311

Shades and tints

Shades of #C692C9

#C692C9
(198,146,201)
#B485B7
(180,133,183)
#A278A5
(162,120,165)
#906B93
(144,107,147)
#7E5E81
(126,94,129)
#6C516F
(108,81,111)
#5A445D
(90,68,93)
#48374B
(72,55,75)
#362A39
(54,42,57)
#241D27
(36,29,39)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C692C9

#C692C9
(198,146,201)
#CB9BCD
(203,155,205)
#D0A4D1
(208,164,209)
#D5ADD5
(213,173,213)
#DAB6D9
(218,182,217)
#DFBFDD
(223,191,221)
#E4C8E1
(228,200,225)
#E9D1E5
(233,209,229)
#EEDAE9
(238,218,233)
#F3E3ED
(243,227,237)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C692C9; }

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

This text font color is #C692C9.

Background Color

.myBgColor { background-color: #C692C9; }

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

This div background color is #C692C9.

Border color

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

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

This div border color is #C692C9.

Opacity

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

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

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

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

This text has shadow with #C692C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C692C9.

Preview

Color preview on black background

This text has color #C692C9 on black background.


Color preview on white background

This text has color #C692C9 on white background.


Black color preview on #C692C9 background

This text has black color on #C692C9 background.


White color preview on #C692C9 background

This text has white color on #C692C9 background.


Related colors

Complementary color

Complementary color for #hex is #396D36.


I love getcolorcode.com

Triadic colors

1 #C9C692 and #92C9C6 with #C692C9 are triadic colors.

2 #C992C6 and #92C6C9 with #C692C9 are triadic colors.