COLOR #C6848A

HEX: #C6848A RGB: (198,132,138)

Color info

#C6848A contains mainly red color. Web safe color of #C6848A is #CC9999 (or #C99).

RGB color model

#C6848A color RGB value is (198,132,138).

RGB: (198,132,138) (78%, 52%, 54%)

RGB channels and saturation

R 198 of 255 = 78%
G 132 of 255 = 52%
B 138 of 255 = 54%

198
132
138

R + G + B ~ 61%. #C6848A is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 132 + 138 = 468 (100%)
R 198 of 468 ~ 42.31%
G 132 of 468 ~ 28.21%
B 138 of 468 ~ 29.49'%

%42.31
%28.21
%29.49

CMYK color model

#C6848A color CMYK value is (0,33,30,22).

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

CMYK: (0,33,30,22)
C0M33Y30K22 (0%, 33%, 30%, 22%)
(0.00 / 0.33 / 0.30 / 0.22)

CMYK percentages

%0
%33.33
%30.3
%22.35

Codes

Color #C6848A in popluar color models

C6 84 8A
RGB 198 132 138
HSL 355° 36.67% 64.71%
HSB/HSV 355° 33.33% 77.65%
CMYK 0.00% 33.33% 30.30%
22.35%

Color #C6848A in popluar number systems.

HEX C6 84 8A
Decimal 198 132 138
Binary 11000110 10000100 10001010
Octal 306 204 212

Shades and tints

Shades of #C6848A

#C6848A
(198,132,138)
#B4787E
(180,120,126)
#A26C72
(162,108,114)
#906066
(144,96,102)
#7E545A
(126,84,90)
#6C484E
(108,72,78)
#5A3C42
(90,60,66)
#483036
(72,48,54)
#36242A
(54,36,42)
#24181E
(36,24,30)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #C6848A

#C6848A
(198,132,138)
#CB8F94
(203,143,148)
#D09A9E
(208,154,158)
#D5A5A8
(213,165,168)
#DAB0B2
(218,176,178)
#DFBBBC
(223,187,188)
#E4C6C6
(228,198,198)
#E9D1D0
(233,209,208)
#EEDCDA
(238,220,218)
#F3E7E4
(243,231,228)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6848A; }

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

This text font color is #C6848A.

Background Color

.myBgColor { background-color: #C6848A; }

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

This div background color is #C6848A.

Border color

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

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

This div border color is #C6848A.

Opacity

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

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

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

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

This text has shadow with #C6848A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6848A.

Preview

Color preview on black background

This text has color #C6848A on black background.


Color preview on white background

This text has color #C6848A on white background.


Black color preview on #C6848A background

This text has black color on #C6848A background.


White color preview on #C6848A background

This text has white color on #C6848A background.


Related colors

Complementary color

Complementary color for #hex is #397B75.


I love getcolorcode.com

Triadic colors

1 #8AC684 and #848AC6 with #C6848A are triadic colors.

2 #8A84C6 and #84C68A with #C6848A are triadic colors.