COLOR #C16126

HEX: #C16126
RGB: (193,97,38)

Color info

#C16126 contains mainly red color. Web safe color of #C16126 is #CC6633 (or #C63).

RGB color model

#C16126 color RGB value is (193,97,38).

  • red value is 193;
  • green value is 97;
  • blue value is 38.
RGB:
(193,97,38)
(76%,38%,15%)

RGB channels and saturation

R 193 of 255 = 76%
G 97 of 255 = 38%
B 38 of 255 = 15%

193
97
38

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

Portions of RGB colors in percentages

R + G + B =
193 + 97 + 38 = 328 (100%)
R 193 of 328 ~ 58.84%
G 97 of 328 ~ 29.57%
B 38 of 328 ~ 11.59%

%58.84
%29.57
%11.59

CMYK color model

#C16126 color CMYK value is (0,50,80,24).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 80.31%
  • key color value is 24.31%
CMYK:
(0,50,80,24)
C0M50Y80K24 
(0%,50%,80%,24%)
(0.00/0.50/0.80/0.24)	

CMYK percentages

%0
%49.74
%80.31
%24.31

Codes

Color #C16126 in popluar color models

C16126
RGB1939738
HSL23°67.10%45.29%
HSB/HSV23°80.31%75.69%
CMYK0.00%49.74%80.31%
24.31%

Color #C16126 in popluar number systems.

HEXC16126
Decimal1939738
Binary110000011100001100110
Octal30114146

Shades and tints

Shades of #C16126

#C16126
(193,97,38)
#B05923
(176,89,35)
#9F5120
(159,81,32)
#8E491D
(142,73,29)
#7D411A
(125,65,26)
#6C3917
(108,57,23)
#5B3114
(91,49,20)
#4A2911
(74,41,17)
#39210E
(57,33,14)
#28190B
(40,25,11)
#171108
(23,17,8)
#000000
(0,0,0)

Tints of #C16126

#C16126
(193,97,38)
#C66F39
(198,111,57)
#CB7D4C
(203,125,76)
#D08B5F
(208,139,95)
#D59972
(213,153,114)
#DAA785
(218,167,133)
#DFB598
(223,181,152)
#E4C3AB
(228,195,171)
#E9D1BE
(233,209,190)
#EEDFD1
(238,223,209)
#F3EDE4
(243,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16126 color. Also use rgb(193,97,38) instead hex code.

Text Font Color

.myTextColor { color: #C16126; }

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

This text font color is #C16126.


Background Color

.myBgColor { background-color: #C16126; }

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

This div background color is #C16126.


Border color

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

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

This div border color is #C16126.


Opacity

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

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

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

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

This text has shadow with #C16126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16126 on black background.


Color preview on white background

This text has color #C16126 on white background.



Black color preview on #C16126 background

This text has black color on #C16126 background.


White color preview on #C16126 background

This text has white color on #C16126 background.