COLOR #C4716E

HEX: #C4716E RGB: (196,113,110)

Color info

#C4716E contains mainly red color. Web safe color of #C4716E is #CC6666 (or #C66).

RGB color model

#C4716E color RGB value is (196,113,110).

RGB: (196,113,110) (77%, 44%, 43%)

RGB channels and saturation

R 196 of 255 = 77%
G 113 of 255 = 44%
B 110 of 255 = 43%

196
113
110

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

Portions of RGB colors in percentages

R + G + B = 196 + 113 + 110 = 419 (100%)
R 196 of 419 ~ 46.78%
G 113 of 419 ~ 26.97%
B 110 of 419 ~ 26.25'%

%46.78
%26.97
%26.25

CMYK color model

#C4716E color CMYK value is (0,42,44,23).

  • cyan value is 0.00%
  • magenta value is 42.35%
  • yellow value is 43.88%
  • key color value is 23.14%
CMYK: (0,42,44,23) C0M42Y44K23 (0%,42%,44%,23%) (0.00/0.42/0.44/0.23) 

CMYK percentages

%0
%42.35
%43.88
%23.14

Codes

Color #C4716E in popluar color models

C4 71 6E
RGB 196 113 110
HSL 42.16% 60.00%
HSB/HSV 43.88% 76.86%
CMYK 0.00% 42.35% 43.88%
23.14%

Color #C4716E in popluar number systems.

HEX C4 71 6E
Decimal 196 113 110
Binary 11000100 1110001 1101110
Octal 304 161 156

Shades and tints

Shades of #C4716E

#C4716E
(196,113,110)
#B36764
(179,103,100)
#A25D5A
(162,93,90)
#915350
(145,83,80)
#804946
(128,73,70)
#6F3F3C
(111,63,60)
#5E3532
(94,53,50)
#4D2B28
(77,43,40)
#3C211E
(60,33,30)
#2B1714
(43,23,20)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #C4716E

#C4716E
(196,113,110)
#C97D7B
(201,125,123)
#CE8988
(206,137,136)
#D39595
(211,149,149)
#D8A1A2
(216,161,162)
#DDADAF
(221,173,175)
#E2B9BC
(226,185,188)
#E7C5C9
(231,197,201)
#ECD1D6
(236,209,214)
#F1DDE3
(241,221,227)
#F6E9F0
(246,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4716E color. Also use rgb(196,113,110) instead hex code.

Text Font Color

.myTextColor { color: #C4716E; }

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

This text font color is #C4716E.

Background Color

.myBgColor { background-color: #C4716E; }

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

This div background color is #C4716E.

Border color

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

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

This div border color is #C4716E.

Opacity

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

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

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

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

This text has shadow with #C4716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4716E.

Preview

Color preview on black background

This text has color #C4716E on black background.


Color preview on white background

This text has color #C4716E on white background.


Black color preview on #C4716E background

This text has black color on #C4716E background.


White color preview on #C4716E background

This text has white color on #C4716E background.


Related colors

Complementary color

Complementary color for #hex is #3B8E91.


I love getcolorcode.com

Triadic colors

1 #6EC471 and #716EC4 with #C4716E are triadic colors.

2 #6E71C4 and #71C46E with #C4716E are triadic colors.