COLOR #C4978E

HEX: #C4978E RGB: (196,151,142)

Color info

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

RGB color model

#C4978E color RGB value is (196,151,142).

RGB: (196,151,142) (77%, 59%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 142 of 255 = 56%

196
151
142

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

Portions of RGB colors in percentages

R + G + B = 196 + 151 + 142 = 489 (100%)
R 196 of 489 ~ 40.08%
G 151 of 489 ~ 30.88%
B 142 of 489 ~ 29.04'%

%40.08
%30.88
%29.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK: (0,23,28,23) C0M23Y28K23 (0%,23%,28%,23%) (0.00/0.23/0.28/0.23) 

CMYK percentages

%0
%22.96
%27.55
%23.14

Codes

Color #C4978E in popluar color models

C4 97 8E
RGB 196 151 142
HSL 10° 31.40% 66.27%
HSB/HSV 10° 27.55% 76.86%
CMYK 0.00% 22.96% 27.55%
23.14%

Color #C4978E in popluar number systems.

HEX C4 97 8E
Decimal 196 151 142
Binary 11000100 10010111 10001110
Octal 304 227 216

Shades and tints

Shades of #C4978E

#C4978E
(196,151,142)
#B38A82
(179,138,130)
#A27D76
(162,125,118)
#91706A
(145,112,106)
#80635E
(128,99,94)
#6F5652
(111,86,82)
#5E4946
(94,73,70)
#4D3C3A
(77,60,58)
#3C2F2E
(60,47,46)
#2B2222
(43,34,34)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #C4978E

#C4978E
(196,151,142)
#C9A098
(201,160,152)
#CEA9A2
(206,169,162)
#D3B2AC
(211,178,172)
#D8BBB6
(216,187,182)
#DDC4C0
(221,196,192)
#E2CDCA
(226,205,202)
#E7D6D4
(231,214,212)
#ECDFDE
(236,223,222)
#F1E8E8
(241,232,232)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4978E; }

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

This text font color is #C4978E.

Background Color

.myBgColor { background-color: #C4978E; }

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

This div background color is #C4978E.

Border color

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

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

This div border color is #C4978E.

Opacity

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

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

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

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

This text has shadow with #C4978E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4978E.

Preview

Color preview on black background

This text has color #C4978E on black background.


Color preview on white background

This text has color #C4978E on white background.


Black color preview on #C4978E background

This text has black color on #C4978E background.


White color preview on #C4978E background

This text has white color on #C4978E background.


Related colors

Complementary color

Complementary color for #hex is #3B6871.


I love getcolorcode.com

Triadic colors

1 #8EC497 and #978EC4 with #C4978E are triadic colors.

2 #8E97C4 and #97C48E with #C4978E are triadic colors.