COLOR #C4945B

HEX: #C4945B RGB: (196,148,91)

Color info

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

RGB color model

#C4945B color RGB value is (196,148,91).

RGB: (196,148,91) (77%, 58%, 36%)

RGB channels and saturation

R 196 of 255 = 77%
G 148 of 255 = 58%
B 91 of 255 = 36%

196
148
91

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

Portions of RGB colors in percentages

R + G + B = 196 + 148 + 91 = 435 (100%)
R 196 of 435 ~ 45.06%
G 148 of 435 ~ 34.02%
B 91 of 435 ~ 20.92'%

%45.06
%34.02
%20.92

CMYK color model

#C4945B color CMYK value is (0,24,54,23).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 53.57%
  • key color value is 23.14%

CMYK: (0,24,54,23)
C0M24Y54K23 (0%, 24%, 54%, 23%)
(0.00 / 0.24 / 0.54 / 0.23)

CMYK percentages

%0
%24.49
%53.57
%23.14

Codes

Color #C4945B in popluar color models

C4 94 5B
RGB 196 148 91
HSL 33° 47.09% 56.27%
HSB/HSV 33° 53.57% 76.86%
CMYK 0.00% 24.49% 53.57%
23.14%

Color #C4945B in popluar number systems.

HEX C4 94 5B
Decimal 196 148 91
Binary 11000100 10010100 1011011
Octal 304 224 133

Shades and tints

Shades of #C4945B

#C4945B
(196,148,91)
#B38753
(179,135,83)
#A27A4B
(162,122,75)
#916D43
(145,109,67)
#80603B
(128,96,59)
#6F5333
(111,83,51)
#5E462B
(94,70,43)
#4D3923
(77,57,35)
#3C2C1B
(60,44,27)
#2B1F13
(43,31,19)
#1A120B
(26,18,11)
#000000
(0,0,0)

Tints of #C4945B

#C4945B
(196,148,91)
#C99D69
(201,157,105)
#CEA677
(206,166,119)
#D3AF85
(211,175,133)
#D8B893
(216,184,147)
#DDC1A1
(221,193,161)
#E2CAAF
(226,202,175)
#E7D3BD
(231,211,189)
#ECDCCB
(236,220,203)
#F1E5D9
(241,229,217)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4945B color. Also use rgb(196,148,91) instead hex code.

Text Font Color

.myTextColor { color: #C4945B; }

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

This text font color is #C4945B.

Background Color

.myBgColor { background-color: #C4945B; }

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

This div background color is #C4945B.

Border color

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

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

This div border color is #C4945B.

Opacity

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

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

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

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

This text has shadow with #C4945B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4945B.

Preview

Color preview on black background

This text has color #C4945B on black background.


Color preview on white background

This text has color #C4945B on white background.


Black color preview on #C4945B background

This text has black color on #C4945B background.


White color preview on #C4945B background

This text has white color on #C4945B background.


Related colors

Complementary color

Complementary color for #hex is #3B6BA4.


I love getcolorcode.com

Triadic colors

1 #5BC494 and #945BC4 with #C4945B are triadic colors.

2 #5B94C4 and #94C45B with #C4945B are triadic colors.