COLOR #C07A79

HEX: #C07A79 RGB: (192,122,121)

Color info

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

RGB color model

#C07A79 color RGB value is (192,122,121).

RGB: (192,122,121) (75%, 48%, 47%)

RGB channels and saturation

R 192 of 255 = 75%
G 122 of 255 = 48%
B 121 of 255 = 47%

192
122
121

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

Portions of RGB colors in percentages

R + G + B = 192 + 122 + 121 = 435 (100%)
R 192 of 435 ~ 44.14%
G 122 of 435 ~ 28.05%
B 121 of 435 ~ 27.82'%

%44.14
%28.05
%27.82

CMYK color model

#C07A79 color CMYK value is (0,36,37,25).

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

CMYK: (0,36,37,25)
C0M36Y37K25 (0%, 36%, 37%, 25%)
(0.00 / 0.36 / 0.37 / 0.25)

CMYK percentages

%0
%36.46
%36.98
%24.71

Codes

Color #C07A79 in popluar color models

C0 7A 79
RGB 192 122 121
HSL 36.04% 61.37%
HSB/HSV 36.98% 75.29%
CMYK 0.00% 36.46% 36.98%
24.71%

Color #C07A79 in popluar number systems.

HEX C0 7A 79
Decimal 192 122 121
Binary 11000000 1111010 1111001
Octal 300 172 171

Shades and tints

Shades of #C07A79

#C07A79
(192,122,121)
#AF6F6E
(175,111,110)
#9E6463
(158,100,99)
#8D5958
(141,89,88)
#7C4E4D
(124,78,77)
#6B4342
(107,67,66)
#5A3837
(90,56,55)
#492D2C
(73,45,44)
#382221
(56,34,33)
#271716
(39,23,22)
#160C0B
(22,12,11)
#000000
(0,0,0)

Tints of #C07A79

#C07A79
(192,122,121)
#C58685
(197,134,133)
#CA9291
(202,146,145)
#CF9E9D
(207,158,157)
#D4AAA9
(212,170,169)
#D9B6B5
(217,182,181)
#DEC2C1
(222,194,193)
#E3CECD
(227,206,205)
#E8DAD9
(232,218,217)
#EDE6E5
(237,230,229)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07A79; }

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

This text font color is #C07A79.

Background Color

.myBgColor { background-color: #C07A79; }

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

This div background color is #C07A79.

Border color

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

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

This div border color is #C07A79.

Opacity

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

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

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

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

This text has shadow with #C07A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07A79.

Preview

Color preview on black background

This text has color #C07A79 on black background.


Color preview on white background

This text has color #C07A79 on white background.


Black color preview on #C07A79 background

This text has black color on #C07A79 background.


White color preview on #C07A79 background

This text has white color on #C07A79 background.


Related colors

Complementary color

Complementary color for #hex is #3F8586.


I love getcolorcode.com

Triadic colors

1 #79C07A and #7A79C0 with #C07A79 are triadic colors.

2 #797AC0 and #7AC079 with #C07A79 are triadic colors.