COLOR #C48975

HEX: #C48975
RGB: (196,137,117)

Color info

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

RGB color model

#C48975 color RGB value is (196,137,117).

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

RGB channels and saturation

R 196 of 255 = 77%
G 137 of 255 = 54%
B 117 of 255 = 46%

196
137
117

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

Portions of RGB colors in percentages

R + G + B =
196 + 137 + 117 = 450 (100%)
R 196 of 450 ~ 43.56%
G 137 of 450 ~ 30.44%
B 117 of 450 ~ 26%

%43.56
%30.44
%26

CMYK color model

#C48975 color CMYK value is (0,30,40,23).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 40.31%
  • key color value is 23.14%
CMYK:
(0,30,40,23)
C0M30Y40K23 
(0%,30%,40%,23%)
(0.00/0.30/0.40/0.23)	

CMYK percentages

%0
%30.1
%40.31
%23.14

Codes

Color #C48975 in popluar color models

C48975
RGB196137117
HSL15°40.10%61.37%
HSB/HSV15°40.31%76.86%
CMYK0.00%30.10%40.31%
23.14%

Color #C48975 in popluar number systems.

HEXC48975
Decimal196137117
Binary11000100100010011110101
Octal304211165

Shades and tints

Shades of #C48975

#C48975
(196,137,117)
#B37D6B
(179,125,107)
#A27161
(162,113,97)
#916557
(145,101,87)
#80594D
(128,89,77)
#6F4D43
(111,77,67)
#5E4139
(94,65,57)
#4D352F
(77,53,47)
#3C2925
(60,41,37)
#2B1D1B
(43,29,27)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C48975

#C48975
(196,137,117)
#C99381
(201,147,129)
#CE9D8D
(206,157,141)
#D3A799
(211,167,153)
#D8B1A5
(216,177,165)
#DDBBB1
(221,187,177)
#E2C5BD
(226,197,189)
#E7CFC9
(231,207,201)
#ECD9D5
(236,217,213)
#F1E3E1
(241,227,225)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48975; }

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

This text font color is #C48975.


Background Color

.myBgColor { background-color: #C48975; }

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

This div background color is #C48975.


Border color

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

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

This div border color is #C48975.


Opacity

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

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

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

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

This text has shadow with #C48975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48975 on black background.


Color preview on white background

This text has color #C48975 on white background.



Black color preview on #C48975 background

This text has black color on #C48975 background.


White color preview on #C48975 background

This text has white color on #C48975 background.