COLOR #C1917E

HEX: #C1917E
RGB: (193,145,126)

Color info

#C1917E contains mainly red and green colors. Web safe color of #C1917E is #CC9966 (or #C96).

RGB color model

#C1917E color RGB value is (193,145,126).

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

RGB channels and saturation

R 193 of 255 = 76%
G 145 of 255 = 57%
B 126 of 255 = 49%

193
145
126

R + G + B ~ 61%. #C1917E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 145 + 126 = 464 (100%)
R 193 of 464 ~ 41.59%
G 145 of 464 ~ 31.25%
B 126 of 464 ~ 27.16%

%41.59
%31.25
%27.16

CMYK color model

#C1917E color CMYK value is (0,25,35,24).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 34.72%
  • key color value is 24.31%
CMYK:
(0,25,35,24)
C0M25Y35K24 
(0%,25%,35%,24%)
(0.00/0.25/0.35/0.24)	

CMYK percentages

%0
%24.87
%34.72
%24.31

Codes

Color #C1917E in popluar color models

C1917E
RGB193145126
HSL17°35.08%62.55%
HSB/HSV17°34.72%75.69%
CMYK0.00%24.87%34.72%
24.31%

Color #C1917E in popluar number systems.

HEXC1917E
Decimal193145126
Binary11000001100100011111110
Octal301221176

Shades and tints

Shades of #C1917E

#C1917E
(193,145,126)
#B08473
(176,132,115)
#9F7768
(159,119,104)
#8E6A5D
(142,106,93)
#7D5D52
(125,93,82)
#6C5047
(108,80,71)
#5B433C
(91,67,60)
#4A3631
(74,54,49)
#392926
(57,41,38)
#281C1B
(40,28,27)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #C1917E

#C1917E
(193,145,126)
#C69B89
(198,155,137)
#CBA594
(203,165,148)
#D0AF9F
(208,175,159)
#D5B9AA
(213,185,170)
#DAC3B5
(218,195,181)
#DFCDC0
(223,205,192)
#E4D7CB
(228,215,203)
#E9E1D6
(233,225,214)
#EEEBE1
(238,235,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1917E; }

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

This text font color is #C1917E.


Background Color

.myBgColor { background-color: #C1917E; }

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

This div background color is #C1917E.


Border color

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

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

This div border color is #C1917E.


Opacity

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

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

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

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

This text has shadow with #C1917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1917E on black background.


Color preview on white background

This text has color #C1917E on white background.



Black color preview on #C1917E background

This text has black color on #C1917E background.


White color preview on #C1917E background

This text has white color on #C1917E background.