COLOR #C1918D

HEX: #C1918D
RGB: (193,145,141)

Color info

#C1918D contains red, green and blue colors in about the same proportion. Web safe color of #C1918D is #CC9999 (or #C99).

RGB color model

#C1918D color RGB value is (193,145,141).

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

RGB channels and saturation

R 193 of 255 = 76%
G 145 of 255 = 57%
B 141 of 255 = 55%

193
145
141

R + G + B ~ 63%. #C1918D is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 145 + 141 = 479 (100%)
R 193 of 479 ~ 40.29%
G 145 of 479 ~ 30.27%
B 141 of 479 ~ 29.44%

%40.29
%30.27
%29.44

CMYK color model

#C1918D color CMYK value is (0,25,27,24).

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(0,25,27,24)
C0M25Y27K24 
(0%,25%,27%,24%)
(0.00/0.25/0.27/0.24)	

CMYK percentages

%0
%24.87
%26.94
%24.31

Codes

Color #C1918D in popluar color models

C1918D
RGB193145141
HSL29.55%65.49%
HSB/HSV26.94%75.69%
CMYK0.00%24.87%26.94%
24.31%

Color #C1918D in popluar number systems.

HEXC1918D
Decimal193145141
Binary110000011001000110001101
Octal301221215

Shades and tints

Shades of #C1918D

#C1918D
(193,145,141)
#B08481
(176,132,129)
#9F7775
(159,119,117)
#8E6A69
(142,106,105)
#7D5D5D
(125,93,93)
#6C5051
(108,80,81)
#5B4345
(91,67,69)
#4A3639
(74,54,57)
#39292D
(57,41,45)
#281C21
(40,28,33)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #C1918D

#C1918D
(193,145,141)
#C69B97
(198,155,151)
#CBA5A1
(203,165,161)
#D0AFAB
(208,175,171)
#D5B9B5
(213,185,181)
#DAC3BF
(218,195,191)
#DFCDC9
(223,205,201)
#E4D7D3
(228,215,211)
#E9E1DD
(233,225,221)
#EEEBE7
(238,235,231)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1918D; }

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

This text font color is #C1918D.


Background Color

.myBgColor { background-color: #C1918D; }

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

This div background color is #C1918D.


Border color

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

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

This div border color is #C1918D.


Opacity

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

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

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

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

This text has shadow with #C1918D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1918D on black background.


Color preview on white background

This text has color #C1918D on white background.



Black color preview on #C1918D background

This text has black color on #C1918D background.


White color preview on #C1918D background

This text has white color on #C1918D background.