COLOR #C4916A

HEX: #C4916A RGB: (196,145,106)

Color info

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

RGB color model

#C4916A color RGB value is (196,145,106).

RGB: (196,145,106) (77%, 57%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 145 of 255 = 57%
B 106 of 255 = 42%

196
145
106

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

Portions of RGB colors in percentages

R + G + B = 196 + 145 + 106 = 447 (100%)
R 196 of 447 ~ 43.85%
G 145 of 447 ~ 32.44%
B 106 of 447 ~ 23.71'%

%43.85
%32.44
%23.71

CMYK color model

#C4916A color CMYK value is (0,26,46,23).

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

CMYK: (0,26,46,23)
C0M26Y46K23 (0%, 26%, 46%, 23%)
(0.00 / 0.26 / 0.46 / 0.23)

CMYK percentages

%0
%26.02
%45.92
%23.14

Codes

Color #C4916A in popluar color models

C4 91 6A
RGB 196 145 106
HSL 26° 43.27% 59.22%
HSB/HSV 26° 45.92% 76.86%
CMYK 0.00% 26.02% 45.92%
23.14%

Color #C4916A in popluar number systems.

HEX C4 91 6A
Decimal 196 145 106
Binary 11000100 10010001 1101010
Octal 304 221 152

Shades and tints

Shades of #C4916A

#C4916A
(196,145,106)
#B38461
(179,132,97)
#A27758
(162,119,88)
#916A4F
(145,106,79)
#805D46
(128,93,70)
#6F503D
(111,80,61)
#5E4334
(94,67,52)
#4D362B
(77,54,43)
#3C2922
(60,41,34)
#2B1C19
(43,28,25)
#1A0F10
(26,15,16)
#000000
(0,0,0)

Tints of #C4916A

#C4916A
(196,145,106)
#C99B77
(201,155,119)
#CEA584
(206,165,132)
#D3AF91
(211,175,145)
#D8B99E
(216,185,158)
#DDC3AB
(221,195,171)
#E2CDB8
(226,205,184)
#E7D7C5
(231,215,197)
#ECE1D2
(236,225,210)
#F1EBDF
(241,235,223)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4916A; }

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

This text font color is #C4916A.

Background Color

.myBgColor { background-color: #C4916A; }

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

This div background color is #C4916A.

Border color

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

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

This div border color is #C4916A.

Opacity

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

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

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

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

This text has shadow with #C4916A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4916A.

Preview

Color preview on black background

This text has color #C4916A on black background.


Color preview on white background

This text has color #C4916A on white background.


Black color preview on #C4916A background

This text has black color on #C4916A background.


White color preview on #C4916A background

This text has white color on #C4916A background.


Related colors

Complementary color

Complementary color for #hex is #3B6E95.


I love getcolorcode.com

Triadic colors

1 #6AC491 and #916AC4 with #C4916A are triadic colors.

2 #6A91C4 and #91C46A with #C4916A are triadic colors.