COLOR #C6808B

HEX: #C6808B RGB: (198,128,139)

Color info

#C6808B contains mainly red and blue colors. Web safe color of #C6808B is #CC6699 (or #C69).

RGB color model

#C6808B color RGB value is (198,128,139).

RGB: (198,128,139) (78%, 50%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 128 of 255 = 50%
B 139 of 255 = 55%

198
128
139

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

Portions of RGB colors in percentages

R + G + B = 198 + 128 + 139 = 465 (100%)
R 198 of 465 ~ 42.58%
G 128 of 465 ~ 27.53%
B 139 of 465 ~ 29.89'%

%42.58
%27.53
%29.89

CMYK color model

#C6808B color CMYK value is (0,35,30,22).

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

CMYK: (0,35,30,22)
C0M35Y30K22 (0%, 35%, 30%, 22%)
(0.00 / 0.35 / 0.30 / 0.22)

CMYK percentages

%0
%35.35
%29.8
%22.35

Codes

Color #C6808B in popluar color models

C6 80 8B
RGB 198 128 139
HSL 351° 38.04% 63.92%
HSB/HSV 351° 35.35% 77.65%
CMYK 0.00% 35.35% 29.80%
22.35%

Color #C6808B in popluar number systems.

HEX C6 80 8B
Decimal 198 128 139
Binary 11000110 10000000 10001011
Octal 306 200 213

Shades and tints

Shades of #C6808B

#C6808B
(198,128,139)
#B4757F
(180,117,127)
#A26A73
(162,106,115)
#905F67
(144,95,103)
#7E545B
(126,84,91)
#6C494F
(108,73,79)
#5A3E43
(90,62,67)
#483337
(72,51,55)
#36282B
(54,40,43)
#241D1F
(36,29,31)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #C6808B

#C6808B
(198,128,139)
#CB8B95
(203,139,149)
#D0969F
(208,150,159)
#D5A1A9
(213,161,169)
#DAACB3
(218,172,179)
#DFB7BD
(223,183,189)
#E4C2C7
(228,194,199)
#E9CDD1
(233,205,209)
#EED8DB
(238,216,219)
#F3E3E5
(243,227,229)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6808B; }

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

This text font color is #C6808B.

Background Color

.myBgColor { background-color: #C6808B; }

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

This div background color is #C6808B.

Border color

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

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

This div border color is #C6808B.

Opacity

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

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

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

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

This text has shadow with #C6808B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6808B.

Preview

Color preview on black background

This text has color #C6808B on black background.


Color preview on white background

This text has color #C6808B on white background.


Black color preview on #C6808B background

This text has black color on #C6808B background.


White color preview on #C6808B background

This text has white color on #C6808B background.


Related colors

Complementary color

Complementary color for #hex is #397F74.


I love getcolorcode.com

Triadic colors

1 #8BC680 and #808BC6 with #C6808B are triadic colors.

2 #8B80C6 and #80C68B with #C6808B are triadic colors.