COLOR #C17758

HEX: #C17758
RGB: (193,119,88)

Color info

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

RGB color model

#C17758 color RGB value is (193,119,88).

  • red value is 193;
  • green value is 119;
  • blue value is 88.
RGB:
(193,119,88)
(76%,47%,35%)

RGB channels and saturation

R 193 of 255 = 76%
G 119 of 255 = 47%
B 88 of 255 = 35%

193
119
88

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

Portions of RGB colors in percentages

R + G + B =
193 + 119 + 88 = 400 (100%)
R 193 of 400 ~ 48.25%
G 119 of 400 ~ 29.75%
B 88 of 400 ~ 22%

%48.25
%29.75
%22

CMYK color model

#C17758 color CMYK value is (0,38,54,24).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 54.40%
  • key color value is 24.31%
CMYK:
(0,38,54,24)
C0M38Y54K24 
(0%,38%,54%,24%)
(0.00/0.38/0.54/0.24)	

CMYK percentages

%0
%38.34
%54.4
%24.31

Codes

Color #C17758 in popluar color models

C17758
RGB19311988
HSL18°45.85%55.10%
HSB/HSV18°54.40%75.69%
CMYK0.00%38.34%54.40%
24.31%

Color #C17758 in popluar number systems.

HEXC17758
Decimal19311988
Binary1100000111101111011000
Octal301167130

Shades and tints

Shades of #C17758

#C17758
(193,119,88)
#B06D50
(176,109,80)
#9F6348
(159,99,72)
#8E5940
(142,89,64)
#7D4F38
(125,79,56)
#6C4530
(108,69,48)
#5B3B28
(91,59,40)
#4A3120
(74,49,32)
#392718
(57,39,24)
#281D10
(40,29,16)
#171308
(23,19,8)
#000000
(0,0,0)

Tints of #C17758

#C17758
(193,119,88)
#C68367
(198,131,103)
#CB8F76
(203,143,118)
#D09B85
(208,155,133)
#D5A794
(213,167,148)
#DAB3A3
(218,179,163)
#DFBFB2
(223,191,178)
#E4CBC1
(228,203,193)
#E9D7D0
(233,215,208)
#EEE3DF
(238,227,223)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17758 color. Also use rgb(193,119,88) instead hex code.

Text Font Color

.myTextColor { color: #C17758; }

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

This text font color is #C17758.


Background Color

.myBgColor { background-color: #C17758; }

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

This div background color is #C17758.


Border color

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

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

This div border color is #C17758.


Opacity

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

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

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

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

This text has shadow with #C17758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17758 on black background.


Color preview on white background

This text has color #C17758 on white background.



Black color preview on #C17758 background

This text has black color on #C17758 background.


White color preview on #C17758 background

This text has white color on #C17758 background.