COLOR #C4977D

HEX: #C4977D RGB: (196,151,125)

Color info

#C4977D contains mainly red and green colors. Web safe color of #C4977D is #CC9966 (or #C96).

RGB color model

#C4977D color RGB value is (196,151,125).

RGB: (196,151,125) (77%, 59%, 49%)

RGB channels and saturation

R 196 of 255 = 77%
G 151 of 255 = 59%
B 125 of 255 = 49%

196
151
125

R + G + B ~ 62%. #C4977D is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 151 + 125 = 472 (100%)
R 196 of 472 ~ 41.53%
G 151 of 472 ~ 31.99%
B 125 of 472 ~ 26.48'%

%41.53
%31.99
%26.48

CMYK color model

#C4977D color CMYK value is (0,23,36,23).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 36.22%
  • key color value is 23.14%
CMYK: (0,23,36,23) C0M23Y36K23 (0%,23%,36%,23%) (0.00/0.23/0.36/0.23) 

CMYK percentages

%0
%22.96
%36.22
%23.14

Codes

Color #C4977D in popluar color models

C4 97 7D
RGB 196 151 125
HSL 22° 37.57% 62.94%
HSB/HSV 22° 36.22% 76.86%
CMYK 0.00% 22.96% 36.22%
23.14%

Color #C4977D in popluar number systems.

HEX C4 97 7D
Decimal 196 151 125
Binary 11000100 10010111 1111101
Octal 304 227 175

Shades and tints

Shades of #C4977D

#C4977D
(196,151,125)
#B38A72
(179,138,114)
#A27D67
(162,125,103)
#91705C
(145,112,92)
#806351
(128,99,81)
#6F5646
(111,86,70)
#5E493B
(94,73,59)
#4D3C30
(77,60,48)
#3C2F25
(60,47,37)
#2B221A
(43,34,26)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #C4977D

#C4977D
(196,151,125)
#C9A088
(201,160,136)
#CEA993
(206,169,147)
#D3B29E
(211,178,158)
#D8BBA9
(216,187,169)
#DDC4B4
(221,196,180)
#E2CDBF
(226,205,191)
#E7D6CA
(231,214,202)
#ECDFD5
(236,223,213)
#F1E8E0
(241,232,224)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4977D; }

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

This text font color is #C4977D.

Background Color

.myBgColor { background-color: #C4977D; }

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

This div background color is #C4977D.

Border color

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

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

This div border color is #C4977D.

Opacity

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

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

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

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

This text has shadow with #C4977D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4977D.

Preview

Color preview on black background

This text has color #C4977D on black background.


Color preview on white background

This text has color #C4977D on white background.


Black color preview on #C4977D background

This text has black color on #C4977D background.


White color preview on #C4977D background

This text has white color on #C4977D background.


Related colors

Complementary color

Complementary color for #hex is #3B6882.


I love getcolorcode.com

Triadic colors

1 #7DC497 and #977DC4 with #C4977D are triadic colors.

2 #7D97C4 and #97C47D with #C4977D are triadic colors.