COLOR #C4817F

HEX: #C4817F RGB: (196,129,127)

Color info

#C4817F contains mainly red color. Web safe color of #C4817F is #CC9966 (or #C96).

RGB color model

#C4817F color RGB value is (196,129,127).

RGB: (196,129,127) (77%, 51%, 50%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 127 of 255 = 50%

196
129
127

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

Portions of RGB colors in percentages

R + G + B = 196 + 129 + 127 = 452 (100%)
R 196 of 452 ~ 43.36%
G 129 of 452 ~ 28.54%
B 127 of 452 ~ 28.1'%

%43.36
%28.54
%28.1

CMYK color model

#C4817F color CMYK value is (0,34,35,23).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 35.20%
  • key color value is 23.14%

CMYK: (0,34,35,23)
C0M34Y35K23 (0%, 34%, 35%, 23%)
(0.00 / 0.34 / 0.35 / 0.23)

CMYK percentages

%0
%34.18
%35.2
%23.14

Codes

Color #C4817F in popluar color models

C4 81 7F
RGB 196 129 127
HSL 36.90% 63.33%
HSB/HSV 35.20% 76.86%
CMYK 0.00% 34.18% 35.20%
23.14%

Color #C4817F in popluar number systems.

HEX C4 81 7F
Decimal 196 129 127
Binary 11000100 10000001 1111111
Octal 304 201 177

Shades and tints

Shades of #C4817F

#C4817F
(196,129,127)
#B37674
(179,118,116)
#A26B69
(162,107,105)
#91605E
(145,96,94)
#805553
(128,85,83)
#6F4A48
(111,74,72)
#5E3F3D
(94,63,61)
#4D3432
(77,52,50)
#3C2927
(60,41,39)
#2B1E1C
(43,30,28)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C4817F

#C4817F
(196,129,127)
#C98C8A
(201,140,138)
#CE9795
(206,151,149)
#D3A2A0
(211,162,160)
#D8ADAB
(216,173,171)
#DDB8B6
(221,184,182)
#E2C3C1
(226,195,193)
#E7CECC
(231,206,204)
#ECD9D7
(236,217,215)
#F1E4E2
(241,228,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4817F color. Also use rgb(196,129,127) instead hex code.

Text Font Color

.myTextColor { color: #C4817F; }

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

This text font color is #C4817F.

Background Color

.myBgColor { background-color: #C4817F; }

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

This div background color is #C4817F.

Border color

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

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

This div border color is #C4817F.

Opacity

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

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

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

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

This text has shadow with #C4817F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4817F.

Preview

Color preview on black background

This text has color #C4817F on black background.


Color preview on white background

This text has color #C4817F on white background.


Black color preview on #C4817F background

This text has black color on #C4817F background.


White color preview on #C4817F background

This text has white color on #C4817F background.


Related colors

Complementary color

Complementary color for #hex is #3B7E80.


I love getcolorcode.com

Triadic colors

1 #7FC481 and #817FC4 with #C4817F are triadic colors.

2 #7F81C4 and #81C47F with #C4817F are triadic colors.