COLOR #C4938E

HEX: #C4938E RGB: (196,147,142)

Color info

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

RGB color model

#C4938E color RGB value is (196,147,142).

RGB: (196,147,142) (77%, 58%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 142 of 255 = 56%

196
147
142

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

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 142 = 485 (100%)
R 196 of 485 ~ 40.41%
G 147 of 485 ~ 30.31%
B 142 of 485 ~ 29.28'%

%40.41
%30.31
%29.28

CMYK color model

#C4938E color CMYK value is (0,25,28,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK: (0,25,28,23) C0M25Y28K23 (0%,25%,28%,23%) (0.00/0.25/0.28/0.23) 

CMYK percentages

%0
%25
%27.55
%23.14

Codes

Color #C4938E in popluar color models

C4 93 8E
RGB 196 147 142
HSL 31.40% 66.27%
HSB/HSV 27.55% 76.86%
CMYK 0.00% 25.00% 27.55%
23.14%

Color #C4938E in popluar number systems.

HEX C4 93 8E
Decimal 196 147 142
Binary 11000100 10010011 10001110
Octal 304 223 216

Shades and tints

Shades of #C4938E

#C4938E
(196,147,142)
#B38682
(179,134,130)
#A27976
(162,121,118)
#916C6A
(145,108,106)
#805F5E
(128,95,94)
#6F5252
(111,82,82)
#5E4546
(94,69,70)
#4D383A
(77,56,58)
#3C2B2E
(60,43,46)
#2B1E22
(43,30,34)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C4938E

#C4938E
(196,147,142)
#C99C98
(201,156,152)
#CEA5A2
(206,165,162)
#D3AEAC
(211,174,172)
#D8B7B6
(216,183,182)
#DDC0C0
(221,192,192)
#E2C9CA
(226,201,202)
#E7D2D4
(231,210,212)
#ECDBDE
(236,219,222)
#F1E4E8
(241,228,232)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4938E color. Also use rgb(196,147,142) instead hex code.

Text Font Color

.myTextColor { color: #C4938E; }

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

This text font color is #C4938E.

Background Color

.myBgColor { background-color: #C4938E; }

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

This div background color is #C4938E.

Border color

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

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

This div border color is #C4938E.

Opacity

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

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

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

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

This text has shadow with #C4938E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4938E.

Preview

Color preview on black background

This text has color #C4938E on black background.


Color preview on white background

This text has color #C4938E on white background.


Black color preview on #C4938E background

This text has black color on #C4938E background.


White color preview on #C4938E background

This text has white color on #C4938E background.


Related colors

Complementary color

Complementary color for #hex is #3B6C71.


I love getcolorcode.com

Triadic colors

1 #8EC493 and #938EC4 with #C4938E are triadic colors.

2 #8E93C4 and #93C48E with #C4938E are triadic colors.