COLOR #C6807B

HEX: #C6807B
RGB: (198,128,123)

Color info

#C6807B contains mainly red color. Web safe color of #C6807B is #CC6666 (or #C66).

RGB color model

#C6807B color RGB value is (198,128,123).

  • red value is 198;
  • green value is 128;
  • blue value is 123.
RGB:
(198,128,123)
(78%,50%,48%)

RGB channels and saturation

R 198 of 255 = 78%
G 128 of 255 = 50%
B 123 of 255 = 48%

198
128
123

R + G + B ~ 59%. #C6807B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 128 + 123 = 449 (100%)
R 198 of 449 ~ 44.1%
G 128 of 449 ~ 28.51%
B 123 of 449 ~ 27.39%

%44.1
%28.51
%27.39

CMYK color model

#C6807B color CMYK value is (0,35,38,22).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 37.88%
  • key color value is 22.35%
CMYK:
(0,35,38,22)
C0M35Y38K22 
(0%,35%,38%,22%)
(0.00/0.35/0.38/0.22)	

CMYK percentages

%0
%35.35
%37.88
%22.35

Codes

Color #C6807B in popluar color models

C6807B
RGB198128123
HSL39.68%62.94%
HSB/HSV37.88%77.65%
CMYK0.00%35.35%37.88%
22.35%

Color #C6807B in popluar number systems.

HEXC6807B
Decimal198128123
Binary11000110100000001111011
Octal306200173

Shades and tints

Shades of #C6807B

#C6807B
(198,128,123)
#B47570
(180,117,112)
#A26A65
(162,106,101)
#905F5A
(144,95,90)
#7E544F
(126,84,79)
#6C4944
(108,73,68)
#5A3E39
(90,62,57)
#48332E
(72,51,46)
#362823
(54,40,35)
#241D18
(36,29,24)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #C6807B

#C6807B
(198,128,123)
#CB8B87
(203,139,135)
#D09693
(208,150,147)
#D5A19F
(213,161,159)
#DAACAB
(218,172,171)
#DFB7B7
(223,183,183)
#E4C2C3
(228,194,195)
#E9CDCF
(233,205,207)
#EED8DB
(238,216,219)
#F3E3E7
(243,227,231)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6807B; }

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

This text font color is #C6807B.


Background Color

.myBgColor { background-color: #C6807B; }

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

This div background color is #C6807B.


Border color

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

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

This div border color is #C6807B.


Opacity

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

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

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

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

This text has shadow with #C6807B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6807B on black background.


Color preview on white background

This text has color #C6807B on white background.



Black color preview on #C6807B background

This text has black color on #C6807B background.


White color preview on #C6807B background

This text has white color on #C6807B background.