COLOR #C48475

HEX: #C48475
RGB: (196,132,117)

Color info

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

RGB color model

#C48475 color RGB value is (196,132,117).

  • red value is 196;
  • green value is 132;
  • blue value is 117.
RGB:
(196,132,117)
(77%,52%,46%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 117 of 255 = 46%

196
132
117

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

Portions of RGB colors in percentages

R + G + B =
196 + 132 + 117 = 445 (100%)
R 196 of 445 ~ 44.04%
G 132 of 445 ~ 29.66%
B 117 of 445 ~ 26.29%

%44.04
%29.66
%26.29

CMYK color model

#C48475 color CMYK value is (0,33,40,23).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,33,40,23)
C0M33Y40K23 
(0%,33%,40%,23%)
(0.00/0.33/0.40/0.23)	

CMYK percentages

%0
%32.65
%40.31
%23.14

Codes

Color #C48475 in popluar color models

C48475
RGB196132117
HSL11°40.10%61.37%
HSB/HSV11°40.31%76.86%
CMYK0.00%32.65%40.31%
23.14%

Color #C48475 in popluar number systems.

HEXC48475
Decimal196132117
Binary11000100100001001110101
Octal304204165

Shades and tints

Shades of #C48475

#C48475
(196,132,117)
#B3786B
(179,120,107)
#A26C61
(162,108,97)
#916057
(145,96,87)
#80544D
(128,84,77)
#6F4843
(111,72,67)
#5E3C39
(94,60,57)
#4D302F
(77,48,47)
#3C2425
(60,36,37)
#2B181B
(43,24,27)
#1A0C11
(26,12,17)
#000000
(0,0,0)

Tints of #C48475

#C48475
(196,132,117)
#C98F81
(201,143,129)
#CE9A8D
(206,154,141)
#D3A599
(211,165,153)
#D8B0A5
(216,176,165)
#DDBBB1
(221,187,177)
#E2C6BD
(226,198,189)
#E7D1C9
(231,209,201)
#ECDCD5
(236,220,213)
#F1E7E1
(241,231,225)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48475 color. Also use rgb(196,132,117) instead hex code.

Text Font Color

.myTextColor { color: #C48475; }

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

This text font color is #C48475.


Background Color

.myBgColor { background-color: #C48475; }

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

This div background color is #C48475.


Border color

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

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

This div border color is #C48475.


Opacity

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

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

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

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

This text has shadow with #C48475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48475 on black background.


Color preview on white background

This text has color #C48475 on white background.



Black color preview on #C48475 background

This text has black color on #C48475 background.


White color preview on #C48475 background

This text has white color on #C48475 background.