COLOR #C6949C

HEX: #C6949C RGB: (198,148,156)

Color info

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

RGB color model

#C6949C color RGB value is (198,148,156).

RGB: (198,148,156) (78%, 58%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 156 of 255 = 61%

198
148
156

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

Portions of RGB colors in percentages

R + G + B = 198 + 148 + 156 = 502 (100%)
R 198 of 502 ~ 39.44%
G 148 of 502 ~ 29.48%
B 156 of 502 ~ 31.08'%

%39.44
%29.48
%31.08

CMYK color model

#C6949C color CMYK value is (0,25,21,22).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK: (0,25,21,22) C0M25Y21K22 (0%,25%,21%,22%) (0.00/0.25/0.21/0.22) 

CMYK percentages

%0
%25.25
%21.21
%22.35

Codes

Color #C6949C in popluar color models

C6 94 9C
RGB 198 148 156
HSL 350° 30.49% 67.84%
HSB/HSV 350° 25.25% 77.65%
CMYK 0.00% 25.25% 21.21%
22.35%

Color #C6949C in popluar number systems.

HEX C6 94 9C
Decimal 198 148 156
Binary 11000110 10010100 10011100
Octal 306 224 234

Shades and tints

Shades of #C6949C

#C6949C
(198,148,156)
#B4878E
(180,135,142)
#A27A80
(162,122,128)
#906D72
(144,109,114)
#7E6064
(126,96,100)
#6C5356
(108,83,86)
#5A4648
(90,70,72)
#48393A
(72,57,58)
#362C2C
(54,44,44)
#241F1E
(36,31,30)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #C6949C

#C6949C
(198,148,156)
#CB9DA5
(203,157,165)
#D0A6AE
(208,166,174)
#D5AFB7
(213,175,183)
#DAB8C0
(218,184,192)
#DFC1C9
(223,193,201)
#E4CAD2
(228,202,210)
#E9D3DB
(233,211,219)
#EEDCE4
(238,220,228)
#F3E5ED
(243,229,237)
#F8EEF6
(248,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6949C; }

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

This text font color is #C6949C.

Background Color

.myBgColor { background-color: #C6949C; }

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

This div background color is #C6949C.

Border color

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

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

This div border color is #C6949C.

Opacity

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

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

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

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

This text has shadow with #C6949C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6949C.

Preview

Color preview on black background

This text has color #C6949C on black background.


Color preview on white background

This text has color #C6949C on white background.


Black color preview on #C6949C background

This text has black color on #C6949C background.


White color preview on #C6949C background

This text has white color on #C6949C background.


Related colors

Complementary color

Complementary color for #hex is #396B63.


I love getcolorcode.com

Triadic colors

1 #9CC694 and #949CC6 with #C6949C are triadic colors.

2 #9C94C6 and #94C69C with #C6949C are triadic colors.