COLOR #C07165

HEX: #C07165 RGB: (192,113,101)

Color info

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

RGB color model

#C07165 color RGB value is (192,113,101).

RGB: (192,113,101) (75%, 44%, 40%)

RGB channels and saturation

R 192 of 255 = 75%
G 113 of 255 = 44%
B 101 of 255 = 40%

192
113
101

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

Portions of RGB colors in percentages

R + G + B = 192 + 113 + 101 = 406 (100%)
R 192 of 406 ~ 47.29%
G 113 of 406 ~ 27.83%
B 101 of 406 ~ 24.88'%

%47.29
%27.83
%24.88

CMYK color model

#C07165 color CMYK value is (0,41,47,25).

  • cyan value is 0.00%
  • magenta value is 41.15%
  • yellow value is 47.40%
  • key color value is 24.71%

CMYK: (0,41,47,25)
C0M41Y47K25 (0%, 41%, 47%, 25%)
(0.00 / 0.41 / 0.47 / 0.25)

CMYK percentages

%0
%41.15
%47.4
%24.71

Codes

Color #C07165 in popluar color models

C0 71 65
RGB 192 113 101
HSL 41.94% 57.45%
HSB/HSV 47.40% 75.29%
CMYK 0.00% 41.15% 47.40%
24.71%

Color #C07165 in popluar number systems.

HEX C0 71 65
Decimal 192 113 101
Binary 11000000 1110001 1100101
Octal 300 161 145

Shades and tints

Shades of #C07165

#C07165
(192,113,101)
#AF675C
(175,103,92)
#9E5D53
(158,93,83)
#8D534A
(141,83,74)
#7C4941
(124,73,65)
#6B3F38
(107,63,56)
#5A352F
(90,53,47)
#492B26
(73,43,38)
#38211D
(56,33,29)
#271714
(39,23,20)
#160D0B
(22,13,11)
#000000
(0,0,0)

Tints of #C07165

#C07165
(192,113,101)
#C57D73
(197,125,115)
#CA8981
(202,137,129)
#CF958F
(207,149,143)
#D4A19D
(212,161,157)
#D9ADAB
(217,173,171)
#DEB9B9
(222,185,185)
#E3C5C7
(227,197,199)
#E8D1D5
(232,209,213)
#EDDDE3
(237,221,227)
#F2E9F1
(242,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07165 color. Also use rgb(192,113,101) instead hex code.

Text Font Color

.myTextColor { color: #C07165; }

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

This text font color is #C07165.

Background Color

.myBgColor { background-color: #C07165; }

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

This div background color is #C07165.

Border color

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

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

This div border color is #C07165.

Opacity

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

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

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

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

This text has shadow with #C07165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07165.

Preview

Color preview on black background

This text has color #C07165 on black background.


Color preview on white background

This text has color #C07165 on white background.


Black color preview on #C07165 background

This text has black color on #C07165 background.


White color preview on #C07165 background

This text has white color on #C07165 background.


Related colors

Complementary color

Complementary color for #hex is #3F8E9A.


I love getcolorcode.com

Triadic colors

1 #65C071 and #7165C0 with #C07165 are triadic colors.

2 #6571C0 and #71C065 with #C07165 are triadic colors.