COLOR #C07874

HEX: #C07874
RGB: (192,120,116)

Color info

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

RGB color model

#C07874 color RGB value is (192,120,116).

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

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 116 of 255 = 45%

192
120
116

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

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 116 = 428 (100%)
R 192 of 428 ~ 44.86%
G 120 of 428 ~ 28.04%
B 116 of 428 ~ 27.1%

%44.86
%28.04
%27.1

CMYK color model

#C07874 color CMYK value is (0,38,40,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(0,38,40,25)
C0M38Y40K25 
(0%,38%,40%,25%)
(0.00/0.38/0.40/0.25)	

CMYK percentages

%0
%37.5
%39.58
%24.71

Codes

Color #C07874 in popluar color models

C07874
RGB192120116
HSL37.62%60.39%
HSB/HSV39.58%75.29%
CMYK0.00%37.50%39.58%
24.71%

Color #C07874 in popluar number systems.

HEXC07874
Decimal192120116
Binary1100000011110001110100
Octal300170164

Shades and tints

Shades of #C07874

#C07874
(192,120,116)
#AF6E6A
(175,110,106)
#9E6460
(158,100,96)
#8D5A56
(141,90,86)
#7C504C
(124,80,76)
#6B4642
(107,70,66)
#5A3C38
(90,60,56)
#49322E
(73,50,46)
#382824
(56,40,36)
#271E1A
(39,30,26)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #C07874

#C07874
(192,120,116)
#C58480
(197,132,128)
#CA908C
(202,144,140)
#CF9C98
(207,156,152)
#D4A8A4
(212,168,164)
#D9B4B0
(217,180,176)
#DEC0BC
(222,192,188)
#E3CCC8
(227,204,200)
#E8D8D4
(232,216,212)
#EDE4E0
(237,228,224)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07874; }

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

This text font color is #C07874.


Background Color

.myBgColor { background-color: #C07874; }

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

This div background color is #C07874.


Border color

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

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

This div border color is #C07874.


Opacity

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

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

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

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

This text has shadow with #C07874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07874 on black background.


Color preview on white background

This text has color #C07874 on white background.



Black color preview on #C07874 background

This text has black color on #C07874 background.


White color preview on #C07874 background

This text has white color on #C07874 background.