COLOR #C6817B

HEX: #C6817B
RGB: (198,129,123)

Color info

#C6817B contains mainly red color. Web safe color of #C6817B is #CC9966 (or #C96).

RGB color model

#C6817B color RGB value is (198,129,123).

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

RGB channels and saturation

R 198 of 255 = 78%
G 129 of 255 = 51%
B 123 of 255 = 48%

198
129
123

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

Portions of RGB colors in percentages

R + G + B =
198 + 129 + 123 = 450 (100%)
R 198 of 450 ~ 44%
G 129 of 450 ~ 28.67%
B 123 of 450 ~ 27.33%

%44
%28.67
%27.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.85%
  • 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
%34.85
%37.88
%22.35

Codes

Color #C6817B in popluar color models

C6817B
RGB198129123
HSL39.68%62.94%
HSB/HSV37.88%77.65%
CMYK0.00%34.85%37.88%
22.35%

Color #C6817B in popluar number systems.

HEXC6817B
Decimal198129123
Binary11000110100000011111011
Octal306201173

Shades and tints

Shades of #C6817B

#C6817B
(198,129,123)
#B47670
(180,118,112)
#A26B65
(162,107,101)
#90605A
(144,96,90)
#7E554F
(126,85,79)
#6C4A44
(108,74,68)
#5A3F39
(90,63,57)
#48342E
(72,52,46)
#362923
(54,41,35)
#241E18
(36,30,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #C6817B

#C6817B
(198,129,123)
#CB8C87
(203,140,135)
#D09793
(208,151,147)
#D5A29F
(213,162,159)
#DAADAB
(218,173,171)
#DFB8B7
(223,184,183)
#E4C3C3
(228,195,195)
#E9CECF
(233,206,207)
#EED9DB
(238,217,219)
#F3E4E7
(243,228,231)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6817B; }

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

This text font color is #C6817B.


Background Color

.myBgColor { background-color: #C6817B; }

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

This div background color is #C6817B.


Border color

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

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

This div border color is #C6817B.


Opacity

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

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

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

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

This text has shadow with #C6817B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6817B on black background.


Color preview on white background

This text has color #C6817B on white background.



Black color preview on #C6817B background

This text has black color on #C6817B background.


White color preview on #C6817B background

This text has white color on #C6817B background.