COLOR #C07675

HEX: #C07675 RGB: (192,118,117)

Color info

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

RGB color model

#C07675 color RGB value is (192,118,117).

RGB: (192,118,117) (75%, 46%, 46%)

RGB channels and saturation

R 192 of 255 = 75%
G 118 of 255 = 46%
B 117 of 255 = 46%

192
118
117

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

Portions of RGB colors in percentages

R + G + B = 192 + 118 + 117 = 427 (100%)
R 192 of 427 ~ 44.96%
G 118 of 427 ~ 27.63%
B 117 of 427 ~ 27.4'%

%44.96
%27.63
%27.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.54%
  • yellow value is 39.06%
  • key color value is 24.71%
CMYK: (0,39,39,25) C0M39Y39K25 (0%,39%,39%,25%) (0.00/0.39/0.39/0.25) 

CMYK percentages

%0
%38.54
%39.06
%24.71

Codes

Color #C07675 in popluar color models

C0 76 75
RGB 192 118 117
HSL 37.31% 60.59%
HSB/HSV 39.06% 75.29%
CMYK 0.00% 38.54% 39.06%
24.71%

Color #C07675 in popluar number systems.

HEX C0 76 75
Decimal 192 118 117
Binary 11000000 1110110 1110101
Octal 300 166 165

Shades and tints

Shades of #C07675

#C07675
(192,118,117)
#AF6C6B
(175,108,107)
#9E6261
(158,98,97)
#8D5857
(141,88,87)
#7C4E4D
(124,78,77)
#6B4443
(107,68,67)
#5A3A39
(90,58,57)
#49302F
(73,48,47)
#382625
(56,38,37)
#271C1B
(39,28,27)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #C07675

#C07675
(192,118,117)
#C58281
(197,130,129)
#CA8E8D
(202,142,141)
#CF9A99
(207,154,153)
#D4A6A5
(212,166,165)
#D9B2B1
(217,178,177)
#DEBEBD
(222,190,189)
#E3CAC9
(227,202,201)
#E8D6D5
(232,214,213)
#EDE2E1
(237,226,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C07675; }

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

This text font color is #C07675.

Background Color

.myBgColor { background-color: #C07675; }

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

This div background color is #C07675.

Border color

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

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

This div border color is #C07675.

Opacity

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

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

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

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

This text has shadow with #C07675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C07675.

Preview

Color preview on black background

This text has color #C07675 on black background.


Color preview on white background

This text has color #C07675 on white background.


Black color preview on #C07675 background

This text has black color on #C07675 background.


White color preview on #C07675 background

This text has white color on #C07675 background.


Related colors

Complementary color

Complementary color for #hex is #3F898A.


I love getcolorcode.com

Triadic colors

1 #75C076 and #7675C0 with #C07675 are triadic colors.

2 #7576C0 and #76C075 with #C07675 are triadic colors.