COLOR #C68C72

HEX: #C68C72 RGB: (198,140,114)

Color info

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

RGB color model

#C68C72 color RGB value is (198,140,114).

RGB: (198,140,114) (78%, 55%, 45%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 114 of 255 = 45%

198
140
114

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

Portions of RGB colors in percentages

R + G + B = 198 + 140 + 114 = 452 (100%)
R 198 of 452 ~ 43.81%
G 140 of 452 ~ 30.97%
B 114 of 452 ~ 25.22'%

%43.81
%30.97
%25.22

CMYK color model

#C68C72 color CMYK value is (0,29,42,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 42.42%
  • key color value is 22.35%

CMYK: (0,29,42,22)
C0M29Y42K22 (0%, 29%, 42%, 22%)
(0.00 / 0.29 / 0.42 / 0.22)

CMYK percentages

%0
%29.29
%42.42
%22.35

Codes

Color #C68C72 in popluar color models

C6 8C 72
RGB 198 140 114
HSL 19° 42.42% 61.18%
HSB/HSV 19° 42.42% 77.65%
CMYK 0.00% 29.29% 42.42%
22.35%

Color #C68C72 in popluar number systems.

HEX C6 8C 72
Decimal 198 140 114
Binary 11000110 10001100 1110010
Octal 306 214 162

Shades and tints

Shades of #C68C72

#C68C72
(198,140,114)
#B48068
(180,128,104)
#A2745E
(162,116,94)
#906854
(144,104,84)
#7E5C4A
(126,92,74)
#6C5040
(108,80,64)
#5A4436
(90,68,54)
#48382C
(72,56,44)
#362C22
(54,44,34)
#242018
(36,32,24)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #C68C72

#C68C72
(198,140,114)
#CB967E
(203,150,126)
#D0A08A
(208,160,138)
#D5AA96
(213,170,150)
#DAB4A2
(218,180,162)
#DFBEAE
(223,190,174)
#E4C8BA
(228,200,186)
#E9D2C6
(233,210,198)
#EEDCD2
(238,220,210)
#F3E6DE
(243,230,222)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68C72 color. Also use rgb(198,140,114) instead hex code.

Text Font Color

.myTextColor { color: #C68C72; }

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

This text font color is #C68C72.

Background Color

.myBgColor { background-color: #C68C72; }

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

This div background color is #C68C72.

Border color

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

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

This div border color is #C68C72.

Opacity

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

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

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

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

This text has shadow with #C68C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68C72.

Preview

Color preview on black background

This text has color #C68C72 on black background.


Color preview on white background

This text has color #C68C72 on white background.


Black color preview on #C68C72 background

This text has black color on #C68C72 background.


White color preview on #C68C72 background

This text has white color on #C68C72 background.


Related colors

Complementary color

Complementary color for #hex is #39738D.


I love getcolorcode.com

Triadic colors

1 #72C68C and #8C72C6 with #C68C72 are triadic colors.

2 #728CC6 and #8CC672 with #C68C72 are triadic colors.