COLOR #C6848D

HEX: #C6848D RGB: (198,132,141)

Color info

#C6848D contains mainly red and blue colors. Web safe color of #C6848D is #CC9999 (or #C99).

RGB color model

#C6848D color RGB value is (198,132,141).

RGB: (198,132,141) (78%, 52%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 132 of 255 = 52%
B 141 of 255 = 55%

198
132
141

R + G + B ~ 62%. #C6848D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 132 + 141 = 471 (100%)
R 198 of 471 ~ 42.04%
G 132 of 471 ~ 28.03%
B 141 of 471 ~ 29.94'%

%42.04
%28.03
%29.94

CMYK color model

#C6848D color CMYK value is (0,33,29,22).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 28.79%
  • key color value is 22.35%

CMYK: (0,33,29,22)
C0M33Y29K22 (0%, 33%, 29%, 22%)
(0.00 / 0.33 / 0.29 / 0.22)

CMYK percentages

%0
%33.33
%28.79
%22.35

Codes

Color #C6848D in popluar color models

C6 84 8D
RGB 198 132 141
HSL 352° 36.67% 64.71%
HSB/HSV 352° 33.33% 77.65%
CMYK 0.00% 33.33% 28.79%
22.35%

Color #C6848D in popluar number systems.

HEX C6 84 8D
Decimal 198 132 141
Binary 11000110 10000100 10001101
Octal 306 204 215

Shades and tints

Shades of #C6848D

#C6848D
(198,132,141)
#B47881
(180,120,129)
#A26C75
(162,108,117)
#906069
(144,96,105)
#7E545D
(126,84,93)
#6C4851
(108,72,81)
#5A3C45
(90,60,69)
#483039
(72,48,57)
#36242D
(54,36,45)
#241821
(36,24,33)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #C6848D

#C6848D
(198,132,141)
#CB8F97
(203,143,151)
#D09AA1
(208,154,161)
#D5A5AB
(213,165,171)
#DAB0B5
(218,176,181)
#DFBBBF
(223,187,191)
#E4C6C9
(228,198,201)
#E9D1D3
(233,209,211)
#EEDCDD
(238,220,221)
#F3E7E7
(243,231,231)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6848D; }

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

This text font color is #C6848D.

Background Color

.myBgColor { background-color: #C6848D; }

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

This div background color is #C6848D.

Border color

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

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

This div border color is #C6848D.

Opacity

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

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

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

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

This text has shadow with #C6848D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6848D.

Preview

Color preview on black background

This text has color #C6848D on black background.


Color preview on white background

This text has color #C6848D on white background.


Black color preview on #C6848D background

This text has black color on #C6848D background.


White color preview on #C6848D background

This text has white color on #C6848D background.


Related colors

Complementary color

Complementary color for #hex is #397B72.


I love getcolorcode.com

Triadic colors

1 #8DC684 and #848DC6 with #C6848D are triadic colors.

2 #8D84C6 and #84C68D with #C6848D are triadic colors.