COLOR #C6818E

HEX: #C6818E RGB: (198,129,142)

Color info

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

RGB color model

#C6818E color RGB value is (198,129,142).

RGB: (198,129,142) (78%, 51%, 56%)

RGB channels and saturation

R 198 of 255 = 78%
G 129 of 255 = 51%
B 142 of 255 = 56%

198
129
142

R + G + B ~ 62%. #C6818E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 129 + 142 = 469 (100%)
R 198 of 469 ~ 42.22%
G 129 of 469 ~ 27.51%
B 142 of 469 ~ 30.28'%

%42.22
%27.51
%30.28

CMYK color model

#C6818E color CMYK value is (0,35,28,22).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 28.28%
  • key color value is 22.35%
CMYK: (0,35,28,22) C0M35Y28K22 (0%,35%,28%,22%) (0.00/0.35/0.28/0.22) 

CMYK percentages

%0
%34.85
%28.28
%22.35

Codes

Color #C6818E in popluar color models

C6 81 8E
RGB 198 129 142
HSL 349° 37.70% 64.12%
HSB/HSV 349° 34.85% 77.65%
CMYK 0.00% 34.85% 28.28%
22.35%

Color #C6818E in popluar number systems.

HEX C6 81 8E
Decimal 198 129 142
Binary 11000110 10000001 10001110
Octal 306 201 216

Shades and tints

Shades of #C6818E

#C6818E
(198,129,142)
#B47682
(180,118,130)
#A26B76
(162,107,118)
#90606A
(144,96,106)
#7E555E
(126,85,94)
#6C4A52
(108,74,82)
#5A3F46
(90,63,70)
#48343A
(72,52,58)
#36292E
(54,41,46)
#241E22
(36,30,34)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #C6818E

#C6818E
(198,129,142)
#CB8C98
(203,140,152)
#D097A2
(208,151,162)
#D5A2AC
(213,162,172)
#DAADB6
(218,173,182)
#DFB8C0
(223,184,192)
#E4C3CA
(228,195,202)
#E9CED4
(233,206,212)
#EED9DE
(238,217,222)
#F3E4E8
(243,228,232)
#F8EFF2
(248,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6818E; }

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

This text font color is #C6818E.

Background Color

.myBgColor { background-color: #C6818E; }

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

This div background color is #C6818E.

Border color

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

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

This div border color is #C6818E.

Opacity

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

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

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

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

This text has shadow with #C6818E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6818E.

Preview

Color preview on black background

This text has color #C6818E on black background.


Color preview on white background

This text has color #C6818E on white background.


Black color preview on #C6818E background

This text has black color on #C6818E background.


White color preview on #C6818E background

This text has white color on #C6818E background.


Related colors

Complementary color

Complementary color for #hex is #397E71.


I love getcolorcode.com

Triadic colors

1 #8EC681 and #818EC6 with #C6818E are triadic colors.

2 #8E81C6 and #81C68E with #C6818E are triadic colors.