COLOR #C07968

HEX: #C07968
RGB: (192,121,104)

Color info

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

RGB color model

#C07968 color RGB value is (192,121,104).

  • red value is 192;
  • green value is 121;
  • blue value is 104.
RGB:
(192,121,104)
(75%,47%,41%)

RGB channels and saturation

R 192 of 255 = 75%
G 121 of 255 = 47%
B 104 of 255 = 41%

192
121
104

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

Portions of RGB colors in percentages

R + G + B =
192 + 121 + 104 = 417 (100%)
R 192 of 417 ~ 46.04%
G 121 of 417 ~ 29.02%
B 104 of 417 ~ 24.94%

%46.04
%29.02
%24.94

CMYK color model

#C07968 color CMYK value is (0,37,46,25).

  • cyan value is 0.00%
  • magenta value is 36.98%
  • yellow value is 45.83%
  • key color value is 24.71%
CMYK:
(0,37,46,25)
C0M37Y46K25 
(0%,37%,46%,25%)
(0.00/0.37/0.46/0.25)	

CMYK percentages

%0
%36.98
%45.83
%24.71

Codes

Color #C07968 in popluar color models

C07968
RGB192121104
HSL12°41.12%58.04%
HSB/HSV12°45.83%75.29%
CMYK0.00%36.98%45.83%
24.71%

Color #C07968 in popluar number systems.

HEXC07968
Decimal192121104
Binary1100000011110011101000
Octal300171150

Shades and tints

Shades of #C07968

#C07968
(192,121,104)
#AF6E5F
(175,110,95)
#9E6356
(158,99,86)
#8D584D
(141,88,77)
#7C4D44
(124,77,68)
#6B423B
(107,66,59)
#5A3732
(90,55,50)
#492C29
(73,44,41)
#382120
(56,33,32)
#271617
(39,22,23)
#160B0E
(22,11,14)
#000000
(0,0,0)

Tints of #C07968

#C07968
(192,121,104)
#C58575
(197,133,117)
#CA9182
(202,145,130)
#CF9D8F
(207,157,143)
#D4A99C
(212,169,156)
#D9B5A9
(217,181,169)
#DEC1B6
(222,193,182)
#E3CDC3
(227,205,195)
#E8D9D0
(232,217,208)
#EDE5DD
(237,229,221)
#F2F1EA
(242,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07968 color. Also use rgb(192,121,104) instead hex code.

Text Font Color

.myTextColor { color: #C07968; }

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

This text font color is #C07968.


Background Color

.myBgColor { background-color: #C07968; }

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

This div background color is #C07968.


Border color

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

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

This div border color is #C07968.


Opacity

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

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

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

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

This text has shadow with #C07968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07968 on black background.


Color preview on white background

This text has color #C07968 on white background.



Black color preview on #C07968 background

This text has black color on #C07968 background.


White color preview on #C07968 background

This text has white color on #C07968 background.