COLOR #C68C55

HEX: #C68C55
RGB: (198,140,85)

Color info

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

RGB color model

#C68C55 color RGB value is (198,140,85).

  • red value is 198;
  • green value is 140;
  • blue value is 85.
RGB:
(198,140,85)
(78%,55%,33%)

RGB channels and saturation

R 198 of 255 = 78%
G 140 of 255 = 55%
B 85 of 255 = 33%

198
140
85

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

Portions of RGB colors in percentages

R + G + B =
198 + 140 + 85 = 423 (100%)
R 198 of 423 ~ 46.81%
G 140 of 423 ~ 33.1%
B 85 of 423 ~ 20.09%

%46.81
%33.1
%20.09

CMYK color model

#C68C55 color CMYK value is (0,29,57,22).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 57.07%
  • key color value is 22.35%
CMYK:
(0,29,57,22)
C0M29Y57K22 
(0%,29%,57%,22%)
(0.00/0.29/0.57/0.22)	

CMYK percentages

%0
%29.29
%57.07
%22.35

Codes

Color #C68C55 in popluar color models

C68C55
RGB19814085
HSL29°49.78%55.49%
HSB/HSV29°57.07%77.65%
CMYK0.00%29.29%57.07%
22.35%

Color #C68C55 in popluar number systems.

HEXC68C55
Decimal19814085
Binary11000110100011001010101
Octal306214125

Shades and tints

Shades of #C68C55

#C68C55
(198,140,85)
#B4804E
(180,128,78)
#A27447
(162,116,71)
#906840
(144,104,64)
#7E5C39
(126,92,57)
#6C5032
(108,80,50)
#5A442B
(90,68,43)
#483824
(72,56,36)
#362C1D
(54,44,29)
#242016
(36,32,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #C68C55

#C68C55
(198,140,85)
#CB9664
(203,150,100)
#D0A073
(208,160,115)
#D5AA82
(213,170,130)
#DAB491
(218,180,145)
#DFBEA0
(223,190,160)
#E4C8AF
(228,200,175)
#E9D2BE
(233,210,190)
#EEDCCD
(238,220,205)
#F3E6DC
(243,230,220)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68C55; }

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

This text font color is #C68C55.


Background Color

.myBgColor { background-color: #C68C55; }

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

This div background color is #C68C55.


Border color

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

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

This div border color is #C68C55.


Opacity

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

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

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

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

This text has shadow with #C68C55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68C55 on black background.


Color preview on white background

This text has color #C68C55 on white background.



Black color preview on #C68C55 background

This text has black color on #C68C55 background.


White color preview on #C68C55 background

This text has white color on #C68C55 background.