COLOR #C4916B

HEX: #C4916B
RGB: (196,145,107)

Color info

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

RGB color model

#C4916B color RGB value is (196,145,107).

  • red value is 196;
  • green value is 145;
  • blue value is 107.
RGB:
(196,145,107)
(77%,57%,42%)

RGB channels and saturation

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

196
145
107

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

Portions of RGB colors in percentages

R + G + B =
196 + 145 + 107 = 448 (100%)
R 196 of 448 ~ 43.75%
G 145 of 448 ~ 32.37%
B 107 of 448 ~ 23.88%

%43.75
%32.37
%23.88

CMYK color model

#C4916B color CMYK value is (0,26,45,23).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 45.41%
  • key color value is 23.14%
CMYK:
(0,26,45,23)
C0M26Y45K23 
(0%,26%,45%,23%)
(0.00/0.26/0.45/0.23)	

CMYK percentages

%0
%26.02
%45.41
%23.14

Codes

Color #C4916B in popluar color models

C4916B
RGB196145107
HSL26°43.00%59.41%
HSB/HSV26°45.41%76.86%
CMYK0.00%26.02%45.41%
23.14%

Color #C4916B in popluar number systems.

HEXC4916B
Decimal196145107
Binary11000100100100011101011
Octal304221153

Shades and tints

Shades of #C4916B

#C4916B
(196,145,107)
#B38462
(179,132,98)
#A27759
(162,119,89)
#916A50
(145,106,80)
#805D47
(128,93,71)
#6F503E
(111,80,62)
#5E4335
(94,67,53)
#4D362C
(77,54,44)
#3C2923
(60,41,35)
#2B1C1A
(43,28,26)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #C4916B

#C4916B
(196,145,107)
#C99B78
(201,155,120)
#CEA585
(206,165,133)
#D3AF92
(211,175,146)
#D8B99F
(216,185,159)
#DDC3AC
(221,195,172)
#E2CDB9
(226,205,185)
#E7D7C6
(231,215,198)
#ECE1D3
(236,225,211)
#F1EBE0
(241,235,224)
#F6F5ED
(246,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4916B; }

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

This text font color is #C4916B.


Background Color

.myBgColor { background-color: #C4916B; }

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

This div background color is #C4916B.


Border color

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

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

This div border color is #C4916B.


Opacity

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

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

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

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

This text has shadow with #C4916B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4916B on black background.


Color preview on white background

This text has color #C4916B on white background.



Black color preview on #C4916B background

This text has black color on #C4916B background.


White color preview on #C4916B background

This text has white color on #C4916B background.