COLOR #C17878

HEX: #C17878
RGB: (193,120,120)

Color info

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

RGB color model

#C17878 color RGB value is (193,120,120).

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

RGB channels and saturation

R 193 of 255 = 76%
G 120 of 255 = 47%
B 120 of 255 = 47%

193
120
120

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

Portions of RGB colors in percentages

R + G + B =
193 + 120 + 120 = 433 (100%)
R 193 of 433 ~ 44.57%
G 120 of 433 ~ 27.71%
B 120 of 433 ~ 27.71%

%44.57
%27.71
%27.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 37.82%
  • key color value is 24.31%
CMYK:
(0,38,38,24)
C0M38Y38K24 
(0%,38%,38%,24%)
(0.00/0.38/0.38/0.24)	

CMYK percentages

%0
%37.82
%37.82
%24.31

Codes

Color #C17878 in popluar color models

C17878
RGB193120120
HSL37.06%61.37%
HSB/HSV37.82%75.69%
CMYK0.00%37.82%37.82%
24.31%

Color #C17878 in popluar number systems.

HEXC17878
Decimal193120120
Binary1100000111110001111000
Octal301170170

Shades and tints

Shades of #C17878

#C17878
(193,120,120)
#B06E6E
(176,110,110)
#9F6464
(159,100,100)
#8E5A5A
(142,90,90)
#7D5050
(125,80,80)
#6C4646
(108,70,70)
#5B3C3C
(91,60,60)
#4A3232
(74,50,50)
#392828
(57,40,40)
#281E1E
(40,30,30)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C17878

#C17878
(193,120,120)
#C68484
(198,132,132)
#CB9090
(203,144,144)
#D09C9C
(208,156,156)
#D5A8A8
(213,168,168)
#DAB4B4
(218,180,180)
#DFC0C0
(223,192,192)
#E4CCCC
(228,204,204)
#E9D8D8
(233,216,216)
#EEE4E4
(238,228,228)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17878; }

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

This text font color is #C17878.


Background Color

.myBgColor { background-color: #C17878; }

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

This div background color is #C17878.


Border color

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

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

This div border color is #C17878.


Opacity

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

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

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

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

This text has shadow with #C17878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17878 on black background.


Color preview on white background

This text has color #C17878 on white background.



Black color preview on #C17878 background

This text has black color on #C17878 background.


White color preview on #C17878 background

This text has white color on #C17878 background.