COLOR #C2611A

HEX: #C2611A
RGB: (194,97,26)

Color info

#C2611A contains mainly red color. Web safe color of #C2611A is #CC6600 (or #C60).

RGB color model

#C2611A color RGB value is (194,97,26).

  • red value is 194;
  • green value is 97;
  • blue value is 26.
RGB:
(194,97,26)
(76%,38%,10%)

RGB channels and saturation

R 194 of 255 = 76%
G 97 of 255 = 38%
B 26 of 255 = 10%

194
97
26

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

Portions of RGB colors in percentages

R + G + B =
194 + 97 + 26 = 317 (100%)
R 194 of 317 ~ 61.2%
G 97 of 317 ~ 30.6%
B 26 of 317 ~ 8.2%

%61.2
%30.6

CMYK color model

#C2611A color CMYK value is (0,50,87,24).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 86.60%
  • key color value is 23.92%
CMYK:
(0,50,87,24)
C0M50Y87K24 
(0%,50%,87%,24%)
(0.00/0.50/0.87/0.24)	

CMYK percentages

%0
%50
%86.6
%23.92

Codes

Color #C2611A in popluar color models

C2611A
RGB1949726
HSL25°76.36%43.14%
HSB/HSV25°86.60%76.08%
CMYK0.00%50.00%86.60%
23.92%

Color #C2611A in popluar number systems.

HEXC2611A
Decimal1949726
Binary11000010110000111010
Octal30214132

Shades and tints

Shades of #C2611A

#C2611A
(194,97,26)
#B15918
(177,89,24)
#A05116
(160,81,22)
#8F4914
(143,73,20)
#7E4112
(126,65,18)
#6D3910
(109,57,16)
#5C310E
(92,49,14)
#4B290C
(75,41,12)
#3A210A
(58,33,10)
#291908
(41,25,8)
#181106
(24,17,6)
#000000
(0,0,0)

Tints of #C2611A

#C2611A
(194,97,26)
#C76F2E
(199,111,46)
#CC7D42
(204,125,66)
#D18B56
(209,139,86)
#D6996A
(214,153,106)
#DBA77E
(219,167,126)
#E0B592
(224,181,146)
#E5C3A6
(229,195,166)
#EAD1BA
(234,209,186)
#EFDFCE
(239,223,206)
#F4EDE2
(244,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2611A color. Also use rgb(194,97,26) instead hex code.

Text Font Color

.myTextColor { color: #C2611A; }

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

This text font color is #C2611A.


Background Color

.myBgColor { background-color: #C2611A; }

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

This div background color is #C2611A.


Border color

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

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

This div border color is #C2611A.


Opacity

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

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

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

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

This text has shadow with #C2611A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2611A on black background.


Color preview on white background

This text has color #C2611A on white background.



Black color preview on #C2611A background

This text has black color on #C2611A background.


White color preview on #C2611A background

This text has white color on #C2611A background.