COLOR #C68073

HEX: #C68073
RGB: (198,128,115)

Color info

#C68073 contains mainly red color. Web safe color of #C68073 is #CC6666 (or #C66).

RGB color model

#C68073 color RGB value is (198,128,115).

  • red value is 198;
  • green value is 128;
  • blue value is 115.
RGB:
(198,128,115)
(78%,50%,45%)

RGB channels and saturation

R 198 of 255 = 78%
G 128 of 255 = 50%
B 115 of 255 = 45%

198
128
115

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

Portions of RGB colors in percentages

R + G + B =
198 + 128 + 115 = 441 (100%)
R 198 of 441 ~ 44.9%
G 128 of 441 ~ 29.02%
B 115 of 441 ~ 26.08%

%44.9
%29.02
%26.08

CMYK color model

#C68073 color CMYK value is (0,35,42,22).

  • cyan value is 0.00%
  • magenta value is 35.35%
  • yellow value is 41.92%
  • key color value is 22.35%
CMYK:
(0,35,42,22)
C0M35Y42K22 
(0%,35%,42%,22%)
(0.00/0.35/0.42/0.22)	

CMYK percentages

%0
%35.35
%41.92
%22.35

Codes

Color #C68073 in popluar color models

C68073
RGB198128115
HSL42.13%61.37%
HSB/HSV41.92%77.65%
CMYK0.00%35.35%41.92%
22.35%

Color #C68073 in popluar number systems.

HEXC68073
Decimal198128115
Binary11000110100000001110011
Octal306200163

Shades and tints

Shades of #C68073

#C68073
(198,128,115)
#B47569
(180,117,105)
#A26A5F
(162,106,95)
#905F55
(144,95,85)
#7E544B
(126,84,75)
#6C4941
(108,73,65)
#5A3E37
(90,62,55)
#48332D
(72,51,45)
#362823
(54,40,35)
#241D19
(36,29,25)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #C68073

#C68073
(198,128,115)
#CB8B7F
(203,139,127)
#D0968B
(208,150,139)
#D5A197
(213,161,151)
#DAACA3
(218,172,163)
#DFB7AF
(223,183,175)
#E4C2BB
(228,194,187)
#E9CDC7
(233,205,199)
#EED8D3
(238,216,211)
#F3E3DF
(243,227,223)
#F8EEEB
(248,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68073; }

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

This text font color is #C68073.


Background Color

.myBgColor { background-color: #C68073; }

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

This div background color is #C68073.


Border color

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

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

This div border color is #C68073.


Opacity

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

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

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

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

This text has shadow with #C68073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68073 on black background.


Color preview on white background

This text has color #C68073 on white background.



Black color preview on #C68073 background

This text has black color on #C68073 background.


White color preview on #C68073 background

This text has white color on #C68073 background.