COLOR #C07978

HEX: #C07978 RGB: (192,121,120)

Color info

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

RGB color model

#C07978 color RGB value is (192,121,120).

RGB: (192,121,120) (75%, 47%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 121 of 255 = 47%
B 120 of 255 = 47%

192
121
120

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

Portions of RGB colors in percentages

R + G + B = 192 + 121 + 120 = 433 (100%)
R 192 of 433 ~ 44.34%
G 121 of 433 ~ 27.94%
B 120 of 433 ~ 27.71'%

%44.34
%27.94
%27.71

CMYK color model

#C07978 color CMYK value is (0,37,38,25).

  • cyan value is 0.00%
  • magenta value is 36.98%
  • yellow value is 37.50%
  • key color value is 24.71%

CMYK: (0,37,38,25)
C0M37Y38K25 (0%, 37%, 38%, 25%)
(0.00 / 0.37 / 0.38 / 0.25)

CMYK percentages

%0
%36.98
%37.5
%24.71

Codes

Color #C07978 in popluar color models

C0 79 78
RGB 192 121 120
HSL 36.36% 61.18%
HSB/HSV 37.50% 75.29%
CMYK 0.00% 36.98% 37.50%
24.71%

Color #C07978 in popluar number systems.

HEX C0 79 78
Decimal 192 121 120
Binary 11000000 1111001 1111000
Octal 300 171 170

Shades and tints

Shades of #C07978

#C07978
(192,121,120)
#AF6E6E
(175,110,110)
#9E6364
(158,99,100)
#8D585A
(141,88,90)
#7C4D50
(124,77,80)
#6B4246
(107,66,70)
#5A373C
(90,55,60)
#492C32
(73,44,50)
#382128
(56,33,40)
#27161E
(39,22,30)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #C07978

#C07978
(192,121,120)
#C58584
(197,133,132)
#CA9190
(202,145,144)
#CF9D9C
(207,157,156)
#D4A9A8
(212,169,168)
#D9B5B4
(217,181,180)
#DEC1C0
(222,193,192)
#E3CDCC
(227,205,204)
#E8D9D8
(232,217,216)
#EDE5E4
(237,229,228)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07978; }

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

This text font color is #C07978.

Background Color

.myBgColor { background-color: #C07978; }

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

This div background color is #C07978.

Border color

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

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

This div border color is #C07978.

Opacity

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

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

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

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

This text has shadow with #C07978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07978.

Preview

Color preview on black background

This text has color #C07978 on black background.


Color preview on white background

This text has color #C07978 on white background.


Black color preview on #C07978 background

This text has black color on #C07978 background.


White color preview on #C07978 background

This text has white color on #C07978 background.


Related colors

Complementary color

Complementary color for #hex is #3F8687.


I love getcolorcode.com

Triadic colors

1 #78C079 and #7978C0 with #C07978 are triadic colors.

2 #7879C0 and #79C078 with #C07978 are triadic colors.