COLOR #C2675E

HEX: #C2675E RGB: (194,103,94)

Color info

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

RGB color model

#C2675E color RGB value is (194,103,94).

RGB: (194,103,94) (76%, 40%, 37%)

RGB channels and saturation

R 194 of 255 = 76%
G 103 of 255 = 40%
B 94 of 255 = 37%

194
103
94

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

Portions of RGB colors in percentages

R + G + B = 194 + 103 + 94 = 391 (100%)
R 194 of 391 ~ 49.62%
G 103 of 391 ~ 26.34%
B 94 of 391 ~ 24.04'%

%49.62
%26.34
%24.04

CMYK color model

#C2675E color CMYK value is (0,47,52,24).

  • cyan value is 0.00%
  • magenta value is 46.91%
  • yellow value is 51.55%
  • key color value is 23.92%

CMYK: (0,47,52,24)
C0M47Y52K24 (0%, 47%, 52%, 24%)
(0.00 / 0.47 / 0.52 / 0.24)

CMYK percentages

%0
%46.91
%51.55
%23.92

Codes

Color #C2675E in popluar color models

C2 67 5E
RGB 194 103 94
HSL 45.05% 56.47%
HSB/HSV 51.55% 76.08%
CMYK 0.00% 46.91% 51.55%
23.92%

Color #C2675E in popluar number systems.

HEX C2 67 5E
Decimal 194 103 94
Binary 11000010 1100111 1011110
Octal 302 147 136

Shades and tints

Shades of #C2675E

#C2675E
(194,103,94)
#B15E56
(177,94,86)
#A0554E
(160,85,78)
#8F4C46
(143,76,70)
#7E433E
(126,67,62)
#6D3A36
(109,58,54)
#5C312E
(92,49,46)
#4B2826
(75,40,38)
#3A1F1E
(58,31,30)
#291616
(41,22,22)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #C2675E

#C2675E
(194,103,94)
#C7746C
(199,116,108)
#CC817A
(204,129,122)
#D18E88
(209,142,136)
#D69B96
(214,155,150)
#DBA8A4
(219,168,164)
#E0B5B2
(224,181,178)
#E5C2C0
(229,194,192)
#EACFCE
(234,207,206)
#EFDCDC
(239,220,220)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2675E color. Also use rgb(194,103,94) instead hex code.

Text Font Color

.myTextColor { color: #C2675E; }

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

This text font color is #C2675E.

Background Color

.myBgColor { background-color: #C2675E; }

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

This div background color is #C2675E.

Border color

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

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

This div border color is #C2675E.

Opacity

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

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

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

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

This text has shadow with #C2675E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2675E.

Preview

Color preview on black background

This text has color #C2675E on black background.


Color preview on white background

This text has color #C2675E on white background.


Black color preview on #C2675E background

This text has black color on #C2675E background.


White color preview on #C2675E background

This text has white color on #C2675E background.


Related colors

Complementary color

Complementary color for #hex is #3D98A1.


I love getcolorcode.com

Triadic colors

1 #5EC267 and #675EC2 with #C2675E are triadic colors.

2 #5E67C2 and #67C25E with #C2675E are triadic colors.