COLOR #C6828B

HEX: #C6828B RGB: (198,130,139)

Color info

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

RGB color model

#C6828B color RGB value is (198,130,139).

RGB: (198,130,139) (78%, 51%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 130 of 255 = 51%
B 139 of 255 = 55%

198
130
139

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

Portions of RGB colors in percentages

R + G + B = 198 + 130 + 139 = 467 (100%)
R 198 of 467 ~ 42.4%
G 130 of 467 ~ 27.84%
B 139 of 467 ~ 29.76'%

%42.4
%27.84
%29.76

CMYK color model

#C6828B color CMYK value is (0,34,30,22).

  • cyan value is 0.00%
  • magenta value is 34.34%
  • yellow value is 29.80%
  • key color value is 22.35%

CMYK: (0,34,30,22)
C0M34Y30K22 (0%, 34%, 30%, 22%)
(0.00 / 0.34 / 0.30 / 0.22)

CMYK percentages

%0
%34.34
%29.8
%22.35

Codes

Color #C6828B in popluar color models

C6 82 8B
RGB 198 130 139
HSL 352° 37.36% 64.31%
HSB/HSV 352° 34.34% 77.65%
CMYK 0.00% 34.34% 29.80%
22.35%

Color #C6828B in popluar number systems.

HEX C6 82 8B
Decimal 198 130 139
Binary 11000110 10000010 10001011
Octal 306 202 213

Shades and tints

Shades of #C6828B

#C6828B
(198,130,139)
#B4777F
(180,119,127)
#A26C73
(162,108,115)
#906167
(144,97,103)
#7E565B
(126,86,91)
#6C4B4F
(108,75,79)
#5A4043
(90,64,67)
#483537
(72,53,55)
#362A2B
(54,42,43)
#241F1F
(36,31,31)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #C6828B

#C6828B
(198,130,139)
#CB8D95
(203,141,149)
#D0989F
(208,152,159)
#D5A3A9
(213,163,169)
#DAAEB3
(218,174,179)
#DFB9BD
(223,185,189)
#E4C4C7
(228,196,199)
#E9CFD1
(233,207,209)
#EEDADB
(238,218,219)
#F3E5E5
(243,229,229)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6828B color. Also use rgb(198,130,139) instead hex code.

Text Font Color

.myTextColor { color: #C6828B; }

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

This text font color is #C6828B.

Background Color

.myBgColor { background-color: #C6828B; }

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

This div background color is #C6828B.

Border color

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

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

This div border color is #C6828B.

Opacity

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

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

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

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

This text has shadow with #C6828B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6828B.

Preview

Color preview on black background

This text has color #C6828B on black background.


Color preview on white background

This text has color #C6828B on white background.


Black color preview on #C6828B background

This text has black color on #C6828B background.


White color preview on #C6828B background

This text has white color on #C6828B background.


Related colors

Complementary color

Complementary color for #hex is #397D74.


I love getcolorcode.com

Triadic colors

1 #8BC682 and #828BC6 with #C6828B are triadic colors.

2 #8B82C6 and #82C68B with #C6828B are triadic colors.