COLOR #C07366

HEX: #C07366 RGB: (192,115,102)

Color info

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

RGB color model

#C07366 color RGB value is (192,115,102).

RGB: (192,115,102) (75%, 45%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 115 of 255 = 45%
B 102 of 255 = 40%

192
115
102

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

Portions of RGB colors in percentages

R + G + B = 192 + 115 + 102 = 409 (100%)
R 192 of 409 ~ 46.94%
G 115 of 409 ~ 28.12%
B 102 of 409 ~ 24.94'%

%46.94
%28.12
%24.94

CMYK color model

#C07366 color CMYK value is (0,40,47,25).

  • cyan value is 0.00%
  • magenta value is 40.10%
  • yellow value is 46.88%
  • key color value is 24.71%

CMYK: (0,40,47,25)
C0M40Y47K25 (0%, 40%, 47%, 25%)
(0.00 / 0.40 / 0.47 / 0.25)

CMYK percentages

%0
%40.1
%46.88
%24.71

Codes

Color #C07366 in popluar color models

C0 73 66
RGB 192 115 102
HSL 41.67% 57.65%
HSB/HSV 46.88% 75.29%
CMYK 0.00% 40.10% 46.88%
24.71%

Color #C07366 in popluar number systems.

HEX C0 73 66
Decimal 192 115 102
Binary 11000000 1110011 1100110
Octal 300 163 146

Shades and tints

Shades of #C07366

#C07366
(192,115,102)
#AF695D
(175,105,93)
#9E5F54
(158,95,84)
#8D554B
(141,85,75)
#7C4B42
(124,75,66)
#6B4139
(107,65,57)
#5A3730
(90,55,48)
#492D27
(73,45,39)
#38231E
(56,35,30)
#271915
(39,25,21)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #C07366

#C07366
(192,115,102)
#C57F73
(197,127,115)
#CA8B80
(202,139,128)
#CF978D
(207,151,141)
#D4A39A
(212,163,154)
#D9AFA7
(217,175,167)
#DEBBB4
(222,187,180)
#E3C7C1
(227,199,193)
#E8D3CE
(232,211,206)
#EDDFDB
(237,223,219)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07366 color. Also use rgb(192,115,102) instead hex code.

Text Font Color

.myTextColor { color: #C07366; }

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

This text font color is #C07366.

Background Color

.myBgColor { background-color: #C07366; }

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

This div background color is #C07366.

Border color

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

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

This div border color is #C07366.

Opacity

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

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

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

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

This text has shadow with #C07366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07366.

Preview

Color preview on black background

This text has color #C07366 on black background.


Color preview on white background

This text has color #C07366 on white background.


Black color preview on #C07366 background

This text has black color on #C07366 background.


White color preview on #C07366 background

This text has white color on #C07366 background.


Related colors

Complementary color

Complementary color for #hex is #3F8C99.


I love getcolorcode.com

Triadic colors

1 #66C073 and #7366C0 with #C07366 are triadic colors.

2 #6673C0 and #73C066 with #C07366 are triadic colors.