COLOR #C07669

HEX: #C07669 RGB: (192,118,105)

Color info

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

RGB color model

#C07669 color RGB value is (192,118,105).

RGB: (192,118,105) (75%, 46%, 41%)

RGB channels and saturation

R 192 of 255 = 75%
G 118 of 255 = 46%
B 105 of 255 = 41%

192
118
105

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

Portions of RGB colors in percentages

R + G + B = 192 + 118 + 105 = 415 (100%)
R 192 of 415 ~ 46.27%
G 118 of 415 ~ 28.43%
B 105 of 415 ~ 25.3'%

%46.27
%28.43
%25.3

CMYK color model

#C07669 color CMYK value is (0,39,45,25).

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 45.31%
  • key color value is 24.71%

CMYK: (0,39,45,25)
C0M39Y45K25 (0%, 39%, 45%, 25%)
(0.00 / 0.39 / 0.45 / 0.25)

CMYK percentages

%0
%38.54
%45.31
%24.71

Codes

Color #C07669 in popluar color models

C0 76 69
RGB 192 118 105
HSL 40.85% 58.24%
HSB/HSV 45.31% 75.29%
CMYK 0.00% 38.54% 45.31%
24.71%

Color #C07669 in popluar number systems.

HEX C0 76 69
Decimal 192 118 105
Binary 11000000 1110110 1101001
Octal 300 166 151

Shades and tints

Shades of #C07669

#C07669
(192,118,105)
#AF6C60
(175,108,96)
#9E6257
(158,98,87)
#8D584E
(141,88,78)
#7C4E45
(124,78,69)
#6B443C
(107,68,60)
#5A3A33
(90,58,51)
#49302A
(73,48,42)
#382621
(56,38,33)
#271C18
(39,28,24)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #C07669

#C07669
(192,118,105)
#C58276
(197,130,118)
#CA8E83
(202,142,131)
#CF9A90
(207,154,144)
#D4A69D
(212,166,157)
#D9B2AA
(217,178,170)
#DEBEB7
(222,190,183)
#E3CAC4
(227,202,196)
#E8D6D1
(232,214,209)
#EDE2DE
(237,226,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07669 color. Also use rgb(192,118,105) instead hex code.

Text Font Color

.myTextColor { color: #C07669; }

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

This text font color is #C07669.

Background Color

.myBgColor { background-color: #C07669; }

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

This div background color is #C07669.

Border color

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

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

This div border color is #C07669.

Opacity

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

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

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

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

This text has shadow with #C07669 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07669.

Preview

Color preview on black background

This text has color #C07669 on black background.


Color preview on white background

This text has color #C07669 on white background.


Black color preview on #C07669 background

This text has black color on #C07669 background.


White color preview on #C07669 background

This text has white color on #C07669 background.


Related colors

Complementary color

Complementary color for #hex is #3F8996.


I love getcolorcode.com

Triadic colors

1 #69C076 and #7669C0 with #C07669 are triadic colors.

2 #6976C0 and #76C069 with #C07669 are triadic colors.