COLOR #C4936A

HEX: #C4936A RGB: (196,147,106)

Color info

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

RGB color model

#C4936A color RGB value is (196,147,106).

RGB: (196,147,106) (77%, 58%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 106 of 255 = 42%

196
147
106

R + G + B ~ 59%. #C4936A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 147 + 106 = 449 (100%)
R 196 of 449 ~ 43.65%
G 147 of 449 ~ 32.74%
B 106 of 449 ~ 23.61'%

%43.65
%32.74
%23.61

CMYK color model

#C4936A color CMYK value is (0,25,46,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 45.92%
  • key color value is 23.14%

CMYK: (0,25,46,23)
C0M25Y46K23 (0%, 25%, 46%, 23%)
(0.00 / 0.25 / 0.46 / 0.23)

CMYK percentages

%0
%25
%45.92
%23.14

Codes

Color #C4936A in popluar color models

C4 93 6A
RGB 196 147 106
HSL 27° 43.27% 59.22%
HSB/HSV 27° 45.92% 76.86%
CMYK 0.00% 25.00% 45.92%
23.14%

Color #C4936A in popluar number systems.

HEX C4 93 6A
Decimal 196 147 106
Binary 11000100 10010011 1101010
Octal 304 223 152

Shades and tints

Shades of #C4936A

#C4936A
(196,147,106)
#B38661
(179,134,97)
#A27958
(162,121,88)
#916C4F
(145,108,79)
#805F46
(128,95,70)
#6F523D
(111,82,61)
#5E4534
(94,69,52)
#4D382B
(77,56,43)
#3C2B22
(60,43,34)
#2B1E19
(43,30,25)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #C4936A

#C4936A
(196,147,106)
#C99C77
(201,156,119)
#CEA584
(206,165,132)
#D3AE91
(211,174,145)
#D8B79E
(216,183,158)
#DDC0AB
(221,192,171)
#E2C9B8
(226,201,184)
#E7D2C5
(231,210,197)
#ECDBD2
(236,219,210)
#F1E4DF
(241,228,223)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4936A; }

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

This text font color is #C4936A.

Background Color

.myBgColor { background-color: #C4936A; }

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

This div background color is #C4936A.

Border color

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

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

This div border color is #C4936A.

Opacity

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

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

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

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

This text has shadow with #C4936A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4936A.

Preview

Color preview on black background

This text has color #C4936A on black background.


Color preview on white background

This text has color #C4936A on white background.


Black color preview on #C4936A background

This text has black color on #C4936A background.


White color preview on #C4936A background

This text has white color on #C4936A background.


Related colors

Complementary color

Complementary color for #hex is #3B6C95.


I love getcolorcode.com

Triadic colors

1 #6AC493 and #936AC4 with #C4936A are triadic colors.

2 #6A93C4 and #93C46A with #C4936A are triadic colors.