COLOR #C6929C

HEX: #C6929C RGB: (198,146,156)

Color info

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

RGB color model

#C6929C color RGB value is (198,146,156).

RGB: (198,146,156) (78%, 57%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 156 of 255 = 61%

198
146
156

R + G + B ~ 65%. #C6929C is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 146 + 156 = 500 (100%)
R 198 of 500 ~ 39.6%
G 146 of 500 ~ 29.2%
B 156 of 500 ~ 31.2'%

%39.6
%29.2
%31.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 21.21%
  • 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
%21.21
%22.35

Codes

Color #C6929C in popluar color models

C6 92 9C
RGB 198 146 156
HSL 348° 31.33% 67.45%
HSB/HSV 348° 26.26% 77.65%
CMYK 0.00% 26.26% 21.21%
22.35%

Color #C6929C in popluar number systems.

HEX C6 92 9C
Decimal 198 146 156
Binary 11000110 10010010 10011100
Octal 306 222 234

Shades and tints

Shades of #C6929C

#C6929C
(198,146,156)
#B4858E
(180,133,142)
#A27880
(162,120,128)
#906B72
(144,107,114)
#7E5E64
(126,94,100)
#6C5156
(108,81,86)
#5A4448
(90,68,72)
#48373A
(72,55,58)
#362A2C
(54,42,44)
#241D1E
(36,29,30)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #C6929C

#C6929C
(198,146,156)
#CB9BA5
(203,155,165)
#D0A4AE
(208,164,174)
#D5ADB7
(213,173,183)
#DAB6C0
(218,182,192)
#DFBFC9
(223,191,201)
#E4C8D2
(228,200,210)
#E9D1DB
(233,209,219)
#EEDAE4
(238,218,228)
#F3E3ED
(243,227,237)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6929C; }

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

This text font color is #C6929C.

Background Color

.myBgColor { background-color: #C6929C; }

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

This div background color is #C6929C.

Border color

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

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

This div border color is #C6929C.

Opacity

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

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

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

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

This text has shadow with #C6929C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6929C.

Preview

Color preview on black background

This text has color #C6929C on black background.


Color preview on white background

This text has color #C6929C on white background.


Black color preview on #C6929C background

This text has black color on #C6929C background.


White color preview on #C6929C background

This text has white color on #C6929C background.


Related colors

Complementary color

Complementary color for #hex is #396D63.


I love getcolorcode.com

Triadic colors

1 #9CC692 and #929CC6 with #C6929C are triadic colors.

2 #9C92C6 and #92C69C with #C6929C are triadic colors.