COLOR #C19294

HEX: #C19294
RGB: (193,146,148)

Color info

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

RGB color model

#C19294 color RGB value is (193,146,148).

  • red value is 193;
  • green value is 146;
  • blue value is 148.
RGB:
(193,146,148)
(76%,57%,58%)

RGB channels and saturation

R 193 of 255 = 76%
G 146 of 255 = 57%
B 148 of 255 = 58%

193
146
148

R + G + B ~ 64%. #C19294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 146 + 148 = 487 (100%)
R 193 of 487 ~ 39.63%
G 146 of 487 ~ 29.98%
B 148 of 487 ~ 30.39%

%39.63
%29.98
%30.39

CMYK color model

#C19294 color CMYK value is (0,24,23,24).

  • cyan value is 0.00%
  • magenta value is 24.35%
  • yellow value is 23.32%
  • key color value is 24.31%
CMYK:
(0,24,23,24)
C0M24Y23K24 
(0%,24%,23%,24%)
(0.00/0.24/0.23/0.24)	

CMYK percentages

%0
%24.35
%23.32
%24.31

Codes

Color #C19294 in popluar color models

C19294
RGB193146148
HSL357°27.49%66.47%
HSB/HSV357°24.35%75.69%
CMYK0.00%24.35%23.32%
24.31%

Color #C19294 in popluar number systems.

HEXC19294
Decimal193146148
Binary110000011001001010010100
Octal301222224

Shades and tints

Shades of #C19294

#C19294
(193,146,148)
#B08587
(176,133,135)
#9F787A
(159,120,122)
#8E6B6D
(142,107,109)
#7D5E60
(125,94,96)
#6C5153
(108,81,83)
#5B4446
(91,68,70)
#4A3739
(74,55,57)
#392A2C
(57,42,44)
#281D1F
(40,29,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #C19294

#C19294
(193,146,148)
#C69B9D
(198,155,157)
#CBA4A6
(203,164,166)
#D0ADAF
(208,173,175)
#D5B6B8
(213,182,184)
#DABFC1
(218,191,193)
#DFC8CA
(223,200,202)
#E4D1D3
(228,209,211)
#E9DADC
(233,218,220)
#EEE3E5
(238,227,229)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19294; }

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

This text font color is #C19294.


Background Color

.myBgColor { background-color: #C19294; }

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

This div background color is #C19294.


Border color

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

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

This div border color is #C19294.


Opacity

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

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

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

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

This text has shadow with #C19294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C19294 on black background.


Color preview on white background

This text has color #C19294 on white background.



Black color preview on #C19294 background

This text has black color on #C19294 background.


White color preview on #C19294 background

This text has white color on #C19294 background.