COLOR #C68D6C

HEX: #C68D6C
RGB: (198,141,108)

Color info

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

RGB color model

#C68D6C color RGB value is (198,141,108).

  • red value is 198;
  • green value is 141;
  • blue value is 108.
RGB:
(198,141,108)
(78%,55%,42%)

RGB channels and saturation

R 198 of 255 = 78%
G 141 of 255 = 55%
B 108 of 255 = 42%

198
141
108

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

Portions of RGB colors in percentages

R + G + B =
198 + 141 + 108 = 447 (100%)
R 198 of 447 ~ 44.3%
G 141 of 447 ~ 31.54%
B 108 of 447 ~ 24.16%

%44.3
%31.54
%24.16

CMYK color model

#C68D6C color CMYK value is (0,29,45,22).

  • cyan value is 0.00%
  • magenta value is 28.79%
  • yellow value is 45.45%
  • key color value is 22.35%
CMYK:
(0,29,45,22)
C0M29Y45K22 
(0%,29%,45%,22%)
(0.00/0.29/0.45/0.22)	

CMYK percentages

%0
%28.79
%45.45
%22.35

Codes

Color #C68D6C in popluar color models

C68D6C
RGB198141108
HSL22°44.12%60.00%
HSB/HSV22°45.45%77.65%
CMYK0.00%28.79%45.45%
22.35%

Color #C68D6C in popluar number systems.

HEXC68D6C
Decimal198141108
Binary11000110100011011101100
Octal306215154

Shades and tints

Shades of #C68D6C

#C68D6C
(198,141,108)
#B48163
(180,129,99)
#A2755A
(162,117,90)
#906951
(144,105,81)
#7E5D48
(126,93,72)
#6C513F
(108,81,63)
#5A4536
(90,69,54)
#48392D
(72,57,45)
#362D24
(54,45,36)
#24211B
(36,33,27)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C68D6C

#C68D6C
(198,141,108)
#CB9779
(203,151,121)
#D0A186
(208,161,134)
#D5AB93
(213,171,147)
#DAB5A0
(218,181,160)
#DFBFAD
(223,191,173)
#E4C9BA
(228,201,186)
#E9D3C7
(233,211,199)
#EEDDD4
(238,221,212)
#F3E7E1
(243,231,225)
#F8F1EE
(248,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68D6C color. Also use rgb(198,141,108) instead hex code.

Text Font Color

.myTextColor { color: #C68D6C; }

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

This text font color is #C68D6C.


Background Color

.myBgColor { background-color: #C68D6C; }

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

This div background color is #C68D6C.


Border color

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

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

This div border color is #C68D6C.


Opacity

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

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

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

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

This text has shadow with #C68D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68D6C on black background.


Color preview on white background

This text has color #C68D6C on white background.



Black color preview on #C68D6C background

This text has black color on #C68D6C background.


White color preview on #C68D6C background

This text has white color on #C68D6C background.