COLOR #C17550

HEX: #C17550
RGB: (193,117,80)

Color info

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

RGB color model

#C17550 color RGB value is (193,117,80).

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

RGB channels and saturation

R 193 of 255 = 76%
G 117 of 255 = 46%
B 80 of 255 = 31%

193
117
80

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

Portions of RGB colors in percentages

R + G + B =
193 + 117 + 80 = 390 (100%)
R 193 of 390 ~ 49.49%
G 117 of 390 ~ 30%
B 80 of 390 ~ 20.51%

%49.49
%30
%20.51

CMYK color model

#C17550 color CMYK value is (0,39,59,24).

  • cyan value is 0.00%
  • magenta value is 39.38%
  • yellow value is 58.55%
  • key color value is 24.31%
CMYK:
(0,39,59,24)
C0M39Y59K24 
(0%,39%,59%,24%)
(0.00/0.39/0.59/0.24)	

CMYK percentages

%0
%39.38
%58.55
%24.31

Codes

Color #C17550 in popluar color models

C17550
RGB19311780
HSL20°47.68%53.53%
HSB/HSV20°58.55%75.69%
CMYK0.00%39.38%58.55%
24.31%

Color #C17550 in popluar number systems.

HEXC17550
Decimal19311780
Binary1100000111101011010000
Octal301165120

Shades and tints

Shades of #C17550

#C17550
(193,117,80)
#B06B49
(176,107,73)
#9F6142
(159,97,66)
#8E573B
(142,87,59)
#7D4D34
(125,77,52)
#6C432D
(108,67,45)
#5B3926
(91,57,38)
#4A2F1F
(74,47,31)
#392518
(57,37,24)
#281B11
(40,27,17)
#17110A
(23,17,10)
#000000
(0,0,0)

Tints of #C17550

#C17550
(193,117,80)
#C6815F
(198,129,95)
#CB8D6E
(203,141,110)
#D0997D
(208,153,125)
#D5A58C
(213,165,140)
#DAB19B
(218,177,155)
#DFBDAA
(223,189,170)
#E4C9B9
(228,201,185)
#E9D5C8
(233,213,200)
#EEE1D7
(238,225,215)
#F3EDE6
(243,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17550; }

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

This text font color is #C17550.


Background Color

.myBgColor { background-color: #C17550; }

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

This div background color is #C17550.


Border color

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

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

This div border color is #C17550.


Opacity

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

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

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

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

This text has shadow with #C17550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17550 on black background.


Color preview on white background

This text has color #C17550 on white background.



Black color preview on #C17550 background

This text has black color on #C17550 background.


White color preview on #C17550 background

This text has white color on #C17550 background.