COLOR #C17223

HEX: #C17223
RGB: (193,114,35)

Color info

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

RGB color model

#C17223 color RGB value is (193,114,35).

  • red value is 193;
  • green value is 114;
  • blue value is 35.
RGB:
(193,114,35)
(76%,45%,14%)

RGB channels and saturation

R 193 of 255 = 76%
G 114 of 255 = 45%
B 35 of 255 = 14%

193
114
35

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

Portions of RGB colors in percentages

R + G + B =
193 + 114 + 35 = 342 (100%)
R 193 of 342 ~ 56.43%
G 114 of 342 ~ 33.33%
B 35 of 342 ~ 10.23%

%56.43
%33.33
%10.23

CMYK color model

#C17223 color CMYK value is (0,41,82,24).

  • cyan value is 0.00%
  • magenta value is 40.93%
  • yellow value is 81.87%
  • key color value is 24.31%
CMYK:
(0,41,82,24)
C0M41Y82K24 
(0%,41%,82%,24%)
(0.00/0.41/0.82/0.24)	

CMYK percentages

%0
%40.93
%81.87
%24.31

Codes

Color #C17223 in popluar color models

C17223
RGB19311435
HSL30°69.30%44.71%
HSB/HSV30°81.87%75.69%
CMYK0.00%40.93%81.87%
24.31%

Color #C17223 in popluar number systems.

HEXC17223
Decimal19311435
Binary110000011110010100011
Octal30116243

Shades and tints

Shades of #C17223

#C17223
(193,114,35)
#B06820
(176,104,32)
#9F5E1D
(159,94,29)
#8E541A
(142,84,26)
#7D4A17
(125,74,23)
#6C4014
(108,64,20)
#5B3611
(91,54,17)
#4A2C0E
(74,44,14)
#39220B
(57,34,11)
#281808
(40,24,8)
#170E05
(23,14,5)
#000000
(0,0,0)

Tints of #C17223

#C17223
(193,114,35)
#C67E37
(198,126,55)
#CB8A4B
(203,138,75)
#D0965F
(208,150,95)
#D5A273
(213,162,115)
#DAAE87
(218,174,135)
#DFBA9B
(223,186,155)
#E4C6AF
(228,198,175)
#E9D2C3
(233,210,195)
#EEDED7
(238,222,215)
#F3EAEB
(243,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17223 color. Also use rgb(193,114,35) instead hex code.

Text Font Color

.myTextColor { color: #C17223; }

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

This text font color is #C17223.


Background Color

.myBgColor { background-color: #C17223; }

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

This div background color is #C17223.


Border color

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

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

This div border color is #C17223.


Opacity

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

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

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

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

This text has shadow with #C17223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17223 on black background.


Color preview on white background

This text has color #C17223 on white background.



Black color preview on #C17223 background

This text has black color on #C17223 background.


White color preview on #C17223 background

This text has white color on #C17223 background.