COLOR #C6949D

HEX: #C6949D
RGB: (198,148,157)

Color info

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

RGB color model

#C6949D color RGB value is (198,148,157).

  • red value is 198;
  • green value is 148;
  • blue value is 157.
RGB:
(198,148,157)
(78%,58%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 157 of 255 = 62%

198
148
157

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

Portions of RGB colors in percentages

R + G + B =
198 + 148 + 157 = 503 (100%)
R 198 of 503 ~ 39.36%
G 148 of 503 ~ 29.42%
B 157 of 503 ~ 31.21%

%39.36
%29.42
%31.21

CMYK color model

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

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

Codes

Color #C6949D in popluar color models

C6949D
RGB198148157
HSL349°30.49%67.84%
HSB/HSV349°25.25%77.65%
CMYK0.00%25.25%20.71%
22.35%

Color #C6949D in popluar number systems.

HEXC6949D
Decimal198148157
Binary110001101001010010011101
Octal306224235

Shades and tints

Shades of #C6949D

#C6949D
(198,148,157)
#B4878F
(180,135,143)
#A27A81
(162,122,129)
#906D73
(144,109,115)
#7E6065
(126,96,101)
#6C5357
(108,83,87)
#5A4649
(90,70,73)
#48393B
(72,57,59)
#362C2D
(54,44,45)
#241F1F
(36,31,31)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #C6949D

#C6949D
(198,148,157)
#CB9DA5
(203,157,165)
#D0A6AD
(208,166,173)
#D5AFB5
(213,175,181)
#DAB8BD
(218,184,189)
#DFC1C5
(223,193,197)
#E4CACD
(228,202,205)
#E9D3D5
(233,211,213)
#EEDCDD
(238,220,221)
#F3E5E5
(243,229,229)
#F8EEED
(248,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6949D; }

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

This text font color is #C6949D.


Background Color

.myBgColor { background-color: #C6949D; }

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

This div background color is #C6949D.


Border color

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

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

This div border color is #C6949D.


Opacity

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

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

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

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

This text has shadow with #C6949D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6949D on black background.


Color preview on white background

This text has color #C6949D on white background.



Black color preview on #C6949D background

This text has black color on #C6949D background.


White color preview on #C6949D background

This text has white color on #C6949D background.