COLOR #C07861

HEX: #C07861
RGB: (192,120,97)

Color info

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

RGB color model

#C07861 color RGB value is (192,120,97).

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

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 97 of 255 = 38%

192
120
97

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

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 97 = 409 (100%)
R 192 of 409 ~ 46.94%
G 120 of 409 ~ 29.34%
B 97 of 409 ~ 23.72%

%46.94
%29.34
%23.72

CMYK color model

#C07861 color CMYK value is (0,38,49,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 49.48%
  • key color value is 24.71%
CMYK:
(0,38,49,25)
C0M38Y49K25 
(0%,38%,49%,25%)
(0.00/0.38/0.49/0.25)	

CMYK percentages

%0
%37.5
%49.48
%24.71

Codes

Color #C07861 in popluar color models

C07861
RGB19212097
HSL15°42.99%56.67%
HSB/HSV15°49.48%75.29%
CMYK0.00%37.50%49.48%
24.71%

Color #C07861 in popluar number systems.

HEXC07861
Decimal19212097
Binary1100000011110001100001
Octal300170141

Shades and tints

Shades of #C07861

#C07861
(192,120,97)
#AF6E59
(175,110,89)
#9E6451
(158,100,81)
#8D5A49
(141,90,73)
#7C5041
(124,80,65)
#6B4639
(107,70,57)
#5A3C31
(90,60,49)
#493229
(73,50,41)
#382821
(56,40,33)
#271E19
(39,30,25)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #C07861

#C07861
(192,120,97)
#C5846F
(197,132,111)
#CA907D
(202,144,125)
#CF9C8B
(207,156,139)
#D4A899
(212,168,153)
#D9B4A7
(217,180,167)
#DEC0B5
(222,192,181)
#E3CCC3
(227,204,195)
#E8D8D1
(232,216,209)
#EDE4DF
(237,228,223)
#F2F0ED
(242,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07861 color. Also use rgb(192,120,97) instead hex code.

Text Font Color

.myTextColor { color: #C07861; }

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

This text font color is #C07861.


Background Color

.myBgColor { background-color: #C07861; }

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

This div background color is #C07861.


Border color

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

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

This div border color is #C07861.


Opacity

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

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

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

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

This text has shadow with #C07861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07861 on black background.


Color preview on white background

This text has color #C07861 on white background.



Black color preview on #C07861 background

This text has black color on #C07861 background.


White color preview on #C07861 background

This text has white color on #C07861 background.