COLOR #C19894

HEX: #C19894 RGB: (193,152,148)

Color info

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

RGB color model

#C19894 color RGB value is (193,152,148).

RGB: (193,152,148) (76%, 60%, 58%)

RGB channels and saturation

R 193 of 255 = 76%
G 152 of 255 = 60%
B 148 of 255 = 58%

193
152
148

R + G + B ~ 65%. #C19894 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 152 + 148 = 493 (100%)
R 193 of 493 ~ 39.15%
G 152 of 493 ~ 30.83%
B 148 of 493 ~ 30.02'%

%39.15
%30.83
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 23.32%
  • key color value is 24.31%

CMYK: (0,21,23,24)
C0M21Y23K24 (0%, 21%, 23%, 24%)
(0.00 / 0.21 / 0.23 / 0.24)

CMYK percentages

%0
%21.24
%23.32
%24.31

Codes

Color #C19894 in popluar color models

C1 98 94
RGB 193 152 148
HSL 26.63% 66.86%
HSB/HSV 23.32% 75.69%
CMYK 0.00% 21.24% 23.32%
24.31%

Color #C19894 in popluar number systems.

HEX C1 98 94
Decimal 193 152 148
Binary 11000001 10011000 10010100
Octal 301 230 224

Shades and tints

Shades of #C19894

#C19894
(193,152,148)
#B08B87
(176,139,135)
#9F7E7A
(159,126,122)
#8E716D
(142,113,109)
#7D6460
(125,100,96)
#6C5753
(108,87,83)
#5B4A46
(91,74,70)
#4A3D39
(74,61,57)
#39302C
(57,48,44)
#28231F
(40,35,31)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #C19894

#C19894
(193,152,148)
#C6A19D
(198,161,157)
#CBAAA6
(203,170,166)
#D0B3AF
(208,179,175)
#D5BCB8
(213,188,184)
#DAC5C1
(218,197,193)
#DFCECA
(223,206,202)
#E4D7D3
(228,215,211)
#E9E0DC
(233,224,220)
#EEE9E5
(238,233,229)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C19894; }

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

This text font color is #C19894.

Background Color

.myBgColor { background-color: #C19894; }

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

This div background color is #C19894.

Border color

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

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

This div border color is #C19894.

Opacity

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

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

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

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

This text has shadow with #C19894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C19894.

Preview

Color preview on black background

This text has color #C19894 on black background.


Color preview on white background

This text has color #C19894 on white background.


Black color preview on #C19894 background

This text has black color on #C19894 background.


White color preview on #C19894 background

This text has white color on #C19894 background.


Related colors

Complementary color

Complementary color for #hex is #3E676B.


I love getcolorcode.com

Triadic colors

1 #94C198 and #9894C1 with #C19894 are triadic colors.

2 #9498C1 and #98C194 with #C19894 are triadic colors.