COLOR #C4997F

HEX: #C4997F RGB: (196,153,127)

Color info

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

RGB color model

#C4997F color RGB value is (196,153,127).

RGB: (196,153,127) (77%, 60%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 153 of 255 = 60%
B 127 of 255 = 50%

196
153
127

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

Portions of RGB colors in percentages

R + G + B = 196 + 153 + 127 = 476 (100%)
R 196 of 476 ~ 41.18%
G 153 of 476 ~ 32.14%
B 127 of 476 ~ 26.68'%

%41.18
%32.14
%26.68

CMYK color model

#C4997F color CMYK value is (0,22,35,23).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 35.20%
  • key color value is 23.14%

CMYK: (0,22,35,23)
C0M22Y35K23 (0%, 22%, 35%, 23%)
(0.00 / 0.22 / 0.35 / 0.23)

CMYK percentages

%0
%21.94
%35.2
%23.14

Codes

Color #C4997F in popluar color models

C4 99 7F
RGB 196 153 127
HSL 23° 36.90% 63.33%
HSB/HSV 23° 35.20% 76.86%
CMYK 0.00% 21.94% 35.20%
23.14%

Color #C4997F in popluar number systems.

HEX C4 99 7F
Decimal 196 153 127
Binary 11000100 10011001 1111111
Octal 304 231 177

Shades and tints

Shades of #C4997F

#C4997F
(196,153,127)
#B38C74
(179,140,116)
#A27F69
(162,127,105)
#91725E
(145,114,94)
#806553
(128,101,83)
#6F5848
(111,88,72)
#5E4B3D
(94,75,61)
#4D3E32
(77,62,50)
#3C3127
(60,49,39)
#2B241C
(43,36,28)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4997F

#C4997F
(196,153,127)
#C9A28A
(201,162,138)
#CEAB95
(206,171,149)
#D3B4A0
(211,180,160)
#D8BDAB
(216,189,171)
#DDC6B6
(221,198,182)
#E2CFC1
(226,207,193)
#E7D8CC
(231,216,204)
#ECE1D7
(236,225,215)
#F1EAE2
(241,234,226)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4997F color. Also use rgb(196,153,127) instead hex code.

Text Font Color

.myTextColor { color: #C4997F; }

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

This text font color is #C4997F.

Background Color

.myBgColor { background-color: #C4997F; }

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

This div background color is #C4997F.

Border color

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

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

This div border color is #C4997F.

Opacity

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

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

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

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

This text has shadow with #C4997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4997F.

Preview

Color preview on black background

This text has color #C4997F on black background.


Color preview on white background

This text has color #C4997F on white background.


Black color preview on #C4997F background

This text has black color on #C4997F background.


White color preview on #C4997F background

This text has white color on #C4997F background.


Related colors

Complementary color

Complementary color for #hex is #3B6680.


I love getcolorcode.com

Triadic colors

1 #7FC499 and #997FC4 with #C4997F are triadic colors.

2 #7F99C4 and #99C47F with #C4997F are triadic colors.