COLOR #C48982

HEX: #C48982
RGB: (196,137,130)

Color info

#C48982 contains mainly red and green colors. Web safe color of #C48982 is #CC9999 (or #C99).

RGB color model

#C48982 color RGB value is (196,137,130).

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

RGB channels and saturation

R 196 of 255 = 77%
G 137 of 255 = 54%
B 130 of 255 = 51%

196
137
130

R + G + B ~ 61%. #C48982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 137 + 130 = 463 (100%)
R 196 of 463 ~ 42.33%
G 137 of 463 ~ 29.59%
B 130 of 463 ~ 28.08%

%42.33
%29.59
%28.08

CMYK color model

#C48982 color CMYK value is (0,30,34,23).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 33.67%
  • key color value is 23.14%
CMYK:
(0,30,34,23)
C0M30Y34K23 
(0%,30%,34%,23%)
(0.00/0.30/0.34/0.23)	

CMYK percentages

%0
%30.1
%33.67
%23.14

Codes

Color #C48982 in popluar color models

C48982
RGB196137130
HSL35.87%63.92%
HSB/HSV33.67%76.86%
CMYK0.00%30.10%33.67%
23.14%

Color #C48982 in popluar number systems.

HEXC48982
Decimal196137130
Binary110001001000100110000010
Octal304211202

Shades and tints

Shades of #C48982

#C48982
(196,137,130)
#B37D77
(179,125,119)
#A2716C
(162,113,108)
#916561
(145,101,97)
#805956
(128,89,86)
#6F4D4B
(111,77,75)
#5E4140
(94,65,64)
#4D3535
(77,53,53)
#3C292A
(60,41,42)
#2B1D1F
(43,29,31)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C48982

#C48982
(196,137,130)
#C9938D
(201,147,141)
#CE9D98
(206,157,152)
#D3A7A3
(211,167,163)
#D8B1AE
(216,177,174)
#DDBBB9
(221,187,185)
#E2C5C4
(226,197,196)
#E7CFCF
(231,207,207)
#ECD9DA
(236,217,218)
#F1E3E5
(241,227,229)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48982; }

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

This text font color is #C48982.


Background Color

.myBgColor { background-color: #C48982; }

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

This div background color is #C48982.


Border color

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

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

This div border color is #C48982.


Opacity

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

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

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

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

This text has shadow with #C48982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48982 on black background.


Color preview on white background

This text has color #C48982 on white background.



Black color preview on #C48982 background

This text has black color on #C48982 background.


White color preview on #C48982 background

This text has white color on #C48982 background.