COLOR #C48981

HEX: #C48981
RGB: (196,137,129)

Color info

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

RGB color model

#C48981 color RGB value is (196,137,129).

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

RGB channels and saturation

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

196
137
129

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

Portions of RGB colors in percentages

R + G + B =
196 + 137 + 129 = 462 (100%)
R 196 of 462 ~ 42.42%
G 137 of 462 ~ 29.65%
B 129 of 462 ~ 27.92%

%42.42
%29.65
%27.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 34.18%
  • 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
%34.18
%23.14

Codes

Color #C48981 in popluar color models

C48981
RGB196137129
HSL36.22%63.73%
HSB/HSV34.18%76.86%
CMYK0.00%30.10%34.18%
23.14%

Color #C48981 in popluar number systems.

HEXC48981
Decimal196137129
Binary110001001000100110000001
Octal304211201

Shades and tints

Shades of #C48981

#C48981
(196,137,129)
#B37D76
(179,125,118)
#A2716B
(162,113,107)
#916560
(145,101,96)
#805955
(128,89,85)
#6F4D4A
(111,77,74)
#5E413F
(94,65,63)
#4D3534
(77,53,52)
#3C2929
(60,41,41)
#2B1D1E
(43,29,30)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C48981

#C48981
(196,137,129)
#C9938C
(201,147,140)
#CE9D97
(206,157,151)
#D3A7A2
(211,167,162)
#D8B1AD
(216,177,173)
#DDBBB8
(221,187,184)
#E2C5C3
(226,197,195)
#E7CFCE
(231,207,206)
#ECD9D9
(236,217,217)
#F1E3E4
(241,227,228)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48981; }

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

This text font color is #C48981.


Background Color

.myBgColor { background-color: #C48981; }

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

This div background color is #C48981.


Border color

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

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

This div border color is #C48981.


Opacity

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

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

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

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

This text has shadow with #C48981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48981 on black background.


Color preview on white background

This text has color #C48981 on white background.



Black color preview on #C48981 background

This text has black color on #C48981 background.


White color preview on #C48981 background

This text has white color on #C48981 background.