COLOR #C6929D

HEX: #C6929D RGB: (198,146,157)

Color info

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

RGB color model

#C6929D color RGB value is (198,146,157).

RGB: (198,146,157) (78%, 57%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 157 of 255 = 62%

198
146
157

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

Portions of RGB colors in percentages

R + G + B = 198 + 146 + 157 = 501 (100%)
R 198 of 501 ~ 39.52%
G 146 of 501 ~ 29.14%
B 157 of 501 ~ 31.34'%

%39.52
%29.14
%31.34

CMYK color model

#C6929D color CMYK value is (0,26,21,22).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 20.71%
  • key color value is 22.35%

CMYK: (0,26,21,22)
C0M26Y21K22 (0%, 26%, 21%, 22%)
(0.00 / 0.26 / 0.21 / 0.22)

CMYK percentages

%0
%26.26
%20.71
%22.35

Codes

Color #C6929D in popluar color models

C6 92 9D
RGB 198 146 157
HSL 347° 31.33% 67.45%
HSB/HSV 347° 26.26% 77.65%
CMYK 0.00% 26.26% 20.71%
22.35%

Color #C6929D in popluar number systems.

HEX C6 92 9D
Decimal 198 146 157
Binary 11000110 10010010 10011101
Octal 306 222 235

Shades and tints

Shades of #C6929D

#C6929D
(198,146,157)
#B4858F
(180,133,143)
#A27881
(162,120,129)
#906B73
(144,107,115)
#7E5E65
(126,94,101)
#6C5157
(108,81,87)
#5A4449
(90,68,73)
#48373B
(72,55,59)
#362A2D
(54,42,45)
#241D1F
(36,29,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #C6929D

#C6929D
(198,146,157)
#CB9BA5
(203,155,165)
#D0A4AD
(208,164,173)
#D5ADB5
(213,173,181)
#DAB6BD
(218,182,189)
#DFBFC5
(223,191,197)
#E4C8CD
(228,200,205)
#E9D1D5
(233,209,213)
#EEDADD
(238,218,221)
#F3E3E5
(243,227,229)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6929D; }

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

This text font color is #C6929D.

Background Color

.myBgColor { background-color: #C6929D; }

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

This div background color is #C6929D.

Border color

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

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

This div border color is #C6929D.

Opacity

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

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

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

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

This text has shadow with #C6929D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6929D.

Preview

Color preview on black background

This text has color #C6929D on black background.


Color preview on white background

This text has color #C6929D on white background.


Black color preview on #C6929D background

This text has black color on #C6929D background.


White color preview on #C6929D background

This text has white color on #C6929D background.


Related colors

Complementary color

Complementary color for #hex is #396D62.


I love getcolorcode.com

Triadic colors

1 #9DC692 and #929DC6 with #C6929D are triadic colors.

2 #9D92C6 and #92C69D with #C6929D are triadic colors.