COLOR #C6948D

HEX: #C6948D
RGB: (198,148,141)

Color info

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

RGB color model

#C6948D color RGB value is (198,148,141).

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

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 141 of 255 = 55%

198
148
141

R + G + B ~ 64%. #C6948D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 148 + 141 = 487 (100%)
R 198 of 487 ~ 40.66%
G 148 of 487 ~ 30.39%
B 141 of 487 ~ 28.95%

%40.66
%30.39
%28.95

CMYK color model

#C6948D color CMYK value is (0,25,29,22).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 28.79%
  • key color value is 22.35%
CMYK:
(0,25,29,22)
C0M25Y29K22 
(0%,25%,29%,22%)
(0.00/0.25/0.29/0.22)	

CMYK percentages

%0
%25.25
%28.79
%22.35

Codes

Color #C6948D in popluar color models

C6948D
RGB198148141
HSL33.33%66.47%
HSB/HSV28.79%77.65%
CMYK0.00%25.25%28.79%
22.35%

Color #C6948D in popluar number systems.

HEXC6948D
Decimal198148141
Binary110001101001010010001101
Octal306224215

Shades and tints

Shades of #C6948D

#C6948D
(198,148,141)
#B48781
(180,135,129)
#A27A75
(162,122,117)
#906D69
(144,109,105)
#7E605D
(126,96,93)
#6C5351
(108,83,81)
#5A4645
(90,70,69)
#483939
(72,57,57)
#362C2D
(54,44,45)
#241F21
(36,31,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6948D

#C6948D
(198,148,141)
#CB9D97
(203,157,151)
#D0A6A1
(208,166,161)
#D5AFAB
(213,175,171)
#DAB8B5
(218,184,181)
#DFC1BF
(223,193,191)
#E4CAC9
(228,202,201)
#E9D3D3
(233,211,211)
#EEDCDD
(238,220,221)
#F3E5E7
(243,229,231)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6948D; }

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

This text font color is #C6948D.


Background Color

.myBgColor { background-color: #C6948D; }

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

This div background color is #C6948D.


Border color

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

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

This div border color is #C6948D.


Opacity

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

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

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

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

This text has shadow with #C6948D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6948D on black background.


Color preview on white background

This text has color #C6948D on white background.



Black color preview on #C6948D background

This text has black color on #C6948D background.


White color preview on #C6948D background

This text has white color on #C6948D background.