COLOR #C17542

HEX: #C17542
RGB: (193,117,66)

Color info

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

RGB color model

#C17542 color RGB value is (193,117,66).

  • red value is 193;
  • green value is 117;
  • blue value is 66.
RGB:
(193,117,66)
(76%,46%,26%)

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 66 of 255 = 26%

193
117
66

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

Portions of RGB colors in percentages

R + G + B =
193 + 117 + 66 = 376 (100%)
R 193 of 376 ~ 51.33%
G 117 of 376 ~ 31.12%
B 66 of 376 ~ 17.55%

%51.33
%31.12
%17.55

CMYK color model

#C17542 color CMYK value is (0,39,66,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 65.80%
  • key color value is 24.31%
CMYK:
(0,39,66,24)
C0M39Y66K24 
(0%,39%,66%,24%)
(0.00/0.39/0.66/0.24)	

CMYK percentages

%0
%39.38
%65.8
%24.31

Codes

Color #C17542 in popluar color models

C17542
RGB19311766
HSL24°50.60%50.78%
HSB/HSV24°65.80%75.69%
CMYK0.00%39.38%65.80%
24.31%

Color #C17542 in popluar number systems.

HEXC17542
Decimal19311766
Binary1100000111101011000010
Octal301165102

Shades and tints

Shades of #C17542

#C17542
(193,117,66)
#B06B3C
(176,107,60)
#9F6136
(159,97,54)
#8E5730
(142,87,48)
#7D4D2A
(125,77,42)
#6C4324
(108,67,36)
#5B391E
(91,57,30)
#4A2F18
(74,47,24)
#392512
(57,37,18)
#281B0C
(40,27,12)
#171106
(23,17,6)
#000000
(0,0,0)

Tints of #C17542

#C17542
(193,117,66)
#C68153
(198,129,83)
#CB8D64
(203,141,100)
#D09975
(208,153,117)
#D5A586
(213,165,134)
#DAB197
(218,177,151)
#DFBDA8
(223,189,168)
#E4C9B9
(228,201,185)
#E9D5CA
(233,213,202)
#EEE1DB
(238,225,219)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17542 color. Also use rgb(193,117,66) instead hex code.

Text Font Color

.myTextColor { color: #C17542; }

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

This text font color is #C17542.


Background Color

.myBgColor { background-color: #C17542; }

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

This div background color is #C17542.


Border color

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

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

This div border color is #C17542.


Opacity

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

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

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

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

This text has shadow with #C17542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17542 on black background.


Color preview on white background

This text has color #C17542 on white background.



Black color preview on #C17542 background

This text has black color on #C17542 background.


White color preview on #C17542 background

This text has white color on #C17542 background.