COLOR #C17A7E

HEX: #C17A7E
RGB: (193,122,126)

Color info

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

RGB color model

#C17A7E color RGB value is (193,122,126).

  • red value is 193;
  • green value is 122;
  • blue value is 126.
RGB:
(193,122,126)
(76%,48%,49%)

RGB channels and saturation

R 193 of 255 = 76%
G 122 of 255 = 48%
B 126 of 255 = 49%

193
122
126

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

Portions of RGB colors in percentages

R + G + B =
193 + 122 + 126 = 441 (100%)
R 193 of 441 ~ 43.76%
G 122 of 441 ~ 27.66%
B 126 of 441 ~ 28.57%

%43.76
%27.66
%28.57

CMYK color model

#C17A7E color CMYK value is (0,37,35,24).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK:
(0,37,35,24)
C0M37Y35K24 
(0%,37%,35%,24%)
(0.00/0.37/0.35/0.24)	

CMYK percentages

%0
%36.79
%34.72
%24.31

Codes

Color #C17A7E in popluar color models

C17A7E
RGB193122126
HSL357°36.41%61.76%
HSB/HSV357°36.79%75.69%
CMYK0.00%36.79%34.72%
24.31%

Color #C17A7E in popluar number systems.

HEXC17A7E
Decimal193122126
Binary1100000111110101111110
Octal301172176

Shades and tints

Shades of #C17A7E

#C17A7E
(193,122,126)
#B06F73
(176,111,115)
#9F6468
(159,100,104)
#8E595D
(142,89,93)
#7D4E52
(125,78,82)
#6C4347
(108,67,71)
#5B383C
(91,56,60)
#4A2D31
(74,45,49)
#392226
(57,34,38)
#28171B
(40,23,27)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #C17A7E

#C17A7E
(193,122,126)
#C68689
(198,134,137)
#CB9294
(203,146,148)
#D09E9F
(208,158,159)
#D5AAAA
(213,170,170)
#DAB6B5
(218,182,181)
#DFC2C0
(223,194,192)
#E4CECB
(228,206,203)
#E9DAD6
(233,218,214)
#EEE6E1
(238,230,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C17A7E; }

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

This text font color is #C17A7E.


Background Color

.myBgColor { background-color: #C17A7E; }

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

This div background color is #C17A7E.


Border color

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

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

This div border color is #C17A7E.


Opacity

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

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

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

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

This text has shadow with #C17A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17A7E on black background.


Color preview on white background

This text has color #C17A7E on white background.



Black color preview on #C17A7E background

This text has black color on #C17A7E background.


White color preview on #C17A7E background

This text has white color on #C17A7E background.