COLOR #C07960

HEX: #C07960
RGB: (192,121,96)

Color info

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

RGB color model

#C07960 color RGB value is (192,121,96).

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

RGB channels and saturation

R 192 of 255 = 75%
G 121 of 255 = 47%
B 96 of 255 = 38%

192
121
96

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

Portions of RGB colors in percentages

R + G + B =
192 + 121 + 96 = 409 (100%)
R 192 of 409 ~ 46.94%
G 121 of 409 ~ 29.58%
B 96 of 409 ~ 23.47%

%46.94
%29.58
%23.47

CMYK color model

#C07960 color CMYK value is (0,37,50,25).

  • cyan value is 0.00%
  • magenta value is 36.98%
  • yellow value is 50.00%
  • key color value is 24.71%
CMYK:
(0,37,50,25)
C0M37Y50K25 
(0%,37%,50%,25%)
(0.00/0.37/0.50/0.25)	

CMYK percentages

%0
%36.98
%50
%24.71

Codes

Color #C07960 in popluar color models

C07960
RGB19212196
HSL16°43.24%56.47%
HSB/HSV16°50.00%75.29%
CMYK0.00%36.98%50.00%
24.71%

Color #C07960 in popluar number systems.

HEXC07960
Decimal19212196
Binary1100000011110011100000
Octal300171140

Shades and tints

Shades of #C07960

#C07960
(192,121,96)
#AF6E58
(175,110,88)
#9E6350
(158,99,80)
#8D5848
(141,88,72)
#7C4D40
(124,77,64)
#6B4238
(107,66,56)
#5A3730
(90,55,48)
#492C28
(73,44,40)
#382120
(56,33,32)
#271618
(39,22,24)
#160B10
(22,11,16)
#000000
(0,0,0)

Tints of #C07960

#C07960
(192,121,96)
#C5856E
(197,133,110)
#CA917C
(202,145,124)
#CF9D8A
(207,157,138)
#D4A998
(212,169,152)
#D9B5A6
(217,181,166)
#DEC1B4
(222,193,180)
#E3CDC2
(227,205,194)
#E8D9D0
(232,217,208)
#EDE5DE
(237,229,222)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07960; }

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

This text font color is #C07960.


Background Color

.myBgColor { background-color: #C07960; }

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

This div background color is #C07960.


Border color

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

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

This div border color is #C07960.


Opacity

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

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

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

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

This text has shadow with #C07960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07960 on black background.


Color preview on white background

This text has color #C07960 on white background.



Black color preview on #C07960 background

This text has black color on #C07960 background.


White color preview on #C07960 background

This text has white color on #C07960 background.