COLOR #C48179

HEX: #C48179
RGB: (196,129,121)

Color info

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

RGB color model

#C48179 color RGB value is (196,129,121).

  • red value is 196;
  • green value is 129;
  • blue value is 121.
RGB:
(196,129,121)
(77%,51%,47%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 121 of 255 = 47%

196
129
121

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

Portions of RGB colors in percentages

R + G + B =
196 + 129 + 121 = 446 (100%)
R 196 of 446 ~ 43.95%
G 129 of 446 ~ 28.92%
B 121 of 446 ~ 27.13%

%43.95
%28.92
%27.13

CMYK color model

#C48179 color CMYK value is (0,34,38,23).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 38.27%
  • key color value is 23.14%
CMYK:
(0,34,38,23)
C0M34Y38K23 
(0%,34%,38%,23%)
(0.00/0.34/0.38/0.23)	

CMYK percentages

%0
%34.18
%38.27
%23.14

Codes

Color #C48179 in popluar color models

C48179
RGB196129121
HSL38.86%62.16%
HSB/HSV38.27%76.86%
CMYK0.00%34.18%38.27%
23.14%

Color #C48179 in popluar number systems.

HEXC48179
Decimal196129121
Binary11000100100000011111001
Octal304201171

Shades and tints

Shades of #C48179

#C48179
(196,129,121)
#B3766E
(179,118,110)
#A26B63
(162,107,99)
#916058
(145,96,88)
#80554D
(128,85,77)
#6F4A42
(111,74,66)
#5E3F37
(94,63,55)
#4D342C
(77,52,44)
#3C2921
(60,41,33)
#2B1E16
(43,30,22)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #C48179

#C48179
(196,129,121)
#C98C85
(201,140,133)
#CE9791
(206,151,145)
#D3A29D
(211,162,157)
#D8ADA9
(216,173,169)
#DDB8B5
(221,184,181)
#E2C3C1
(226,195,193)
#E7CECD
(231,206,205)
#ECD9D9
(236,217,217)
#F1E4E5
(241,228,229)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48179; }

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

This text font color is #C48179.


Background Color

.myBgColor { background-color: #C48179; }

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

This div background color is #C48179.


Border color

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

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

This div border color is #C48179.


Opacity

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

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

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

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

This text has shadow with #C48179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48179 on black background.


Color preview on white background

This text has color #C48179 on white background.



Black color preview on #C48179 background

This text has black color on #C48179 background.


White color preview on #C48179 background

This text has white color on #C48179 background.