COLOR #C48C75

HEX: #C48C75
RGB: (196,140,117)

Color info

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

RGB color model

#C48C75 color RGB value is (196,140,117).

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

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 117 of 255 = 46%

196
140
117

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

Portions of RGB colors in percentages

R + G + B =
196 + 140 + 117 = 453 (100%)
R 196 of 453 ~ 43.27%
G 140 of 453 ~ 30.91%
B 117 of 453 ~ 25.83%

%43.27
%30.91
%25.83

CMYK color model

#C48C75 color CMYK value is (0,29,40,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,29,40,23)
C0M29Y40K23 
(0%,29%,40%,23%)
(0.00/0.29/0.40/0.23)	

CMYK percentages

%0
%28.57
%40.31
%23.14

Codes

Color #C48C75 in popluar color models

C48C75
RGB196140117
HSL17°40.10%61.37%
HSB/HSV17°40.31%76.86%
CMYK0.00%28.57%40.31%
23.14%

Color #C48C75 in popluar number systems.

HEXC48C75
Decimal196140117
Binary11000100100011001110101
Octal304214165

Shades and tints

Shades of #C48C75

#C48C75
(196,140,117)
#B3806B
(179,128,107)
#A27461
(162,116,97)
#916857
(145,104,87)
#805C4D
(128,92,77)
#6F5043
(111,80,67)
#5E4439
(94,68,57)
#4D382F
(77,56,47)
#3C2C25
(60,44,37)
#2B201B
(43,32,27)
#1A1411
(26,20,17)
#000000
(0,0,0)

Tints of #C48C75

#C48C75
(196,140,117)
#C99681
(201,150,129)
#CEA08D
(206,160,141)
#D3AA99
(211,170,153)
#D8B4A5
(216,180,165)
#DDBEB1
(221,190,177)
#E2C8BD
(226,200,189)
#E7D2C9
(231,210,201)
#ECDCD5
(236,220,213)
#F1E6E1
(241,230,225)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48C75; }

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

This text font color is #C48C75.


Background Color

.myBgColor { background-color: #C48C75; }

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

This div background color is #C48C75.


Border color

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

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

This div border color is #C48C75.


Opacity

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

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

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

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

This text has shadow with #C48C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48C75 on black background.


Color preview on white background

This text has color #C48C75 on white background.



Black color preview on #C48C75 background

This text has black color on #C48C75 background.


White color preview on #C48C75 background

This text has white color on #C48C75 background.