COLOR #C68E80

HEX: #C68E80 RGB: (198,142,128)

Color info

#C68E80 contains mainly red and green colors. Web safe color of #C68E80 is #CC9966 (or #C96).

RGB color model

#C68E80 color RGB value is (198,142,128).

RGB: (198,142,128) (78%, 56%, 50%)

RGB channels and saturation

R 198 of 255 = 78%
G 142 of 255 = 56%
B 128 of 255 = 50%

198
142
128

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

Portions of RGB colors in percentages

R + G + B = 198 + 142 + 128 = 468 (100%)
R 198 of 468 ~ 42.31%
G 142 of 468 ~ 30.34%
B 128 of 468 ~ 27.35'%

%42.31
%30.34
%27.35

CMYK color model

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

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

CMYK: (0,28,35,22)
C0M28Y35K22 (0%, 28%, 35%, 22%)
(0.00 / 0.28 / 0.35 / 0.22)

CMYK percentages

%0
%28.28
%35.35
%22.35

Codes

Color #C68E80 in popluar color models

C6 8E 80
RGB 198 142 128
HSL 12° 38.04% 63.92%
HSB/HSV 12° 35.35% 77.65%
CMYK 0.00% 28.28% 35.35%
22.35%

Color #C68E80 in popluar number systems.

HEX C6 8E 80
Decimal 198 142 128
Binary 11000110 10001110 10000000
Octal 306 216 200

Shades and tints

Shades of #C68E80

#C68E80
(198,142,128)
#B48275
(180,130,117)
#A2766A
(162,118,106)
#906A5F
(144,106,95)
#7E5E54
(126,94,84)
#6C5249
(108,82,73)
#5A463E
(90,70,62)
#483A33
(72,58,51)
#362E28
(54,46,40)
#24221D
(36,34,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C68E80

#C68E80
(198,142,128)
#CB988B
(203,152,139)
#D0A296
(208,162,150)
#D5ACA1
(213,172,161)
#DAB6AC
(218,182,172)
#DFC0B7
(223,192,183)
#E4CAC2
(228,202,194)
#E9D4CD
(233,212,205)
#EEDED8
(238,222,216)
#F3E8E3
(243,232,227)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68E80; }

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

This text font color is #C68E80.

Background Color

.myBgColor { background-color: #C68E80; }

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

This div background color is #C68E80.

Border color

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

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

This div border color is #C68E80.

Opacity

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

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

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

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

This text has shadow with #C68E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68E80.

Preview

Color preview on black background

This text has color #C68E80 on black background.


Color preview on white background

This text has color #C68E80 on white background.


Black color preview on #C68E80 background

This text has black color on #C68E80 background.


White color preview on #C68E80 background

This text has white color on #C68E80 background.


Related colors

Complementary color

Complementary color for #hex is #39717F.


I love getcolorcode.com

Triadic colors

1 #80C68E and #8E80C6 with #C68E80 are triadic colors.

2 #808EC6 and #8EC680 with #C68E80 are triadic colors.