COLOR #C48E81

HEX: #C48E81
RGB: (196,142,129)

Color info

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

RGB color model

#C48E81 color RGB value is (196,142,129).

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

RGB channels and saturation

R 196 of 255 = 77%
G 142 of 255 = 56%
B 129 of 255 = 51%

196
142
129

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

Portions of RGB colors in percentages

R + G + B =
196 + 142 + 129 = 467 (100%)
R 196 of 467 ~ 41.97%
G 142 of 467 ~ 30.41%
B 129 of 467 ~ 27.62%

%41.97
%30.41
%27.62

CMYK color model

#C48E81 color CMYK value is (0,28,34,23).

  • cyan value is 0.00%
  • magenta value is 27.55%
  • yellow value is 34.18%
  • key color value is 23.14%
CMYK:
(0,28,34,23)
C0M28Y34K23 
(0%,28%,34%,23%)
(0.00/0.28/0.34/0.23)	

CMYK percentages

%0
%27.55
%34.18
%23.14

Codes

Color #C48E81 in popluar color models

C48E81
RGB196142129
HSL12°36.22%63.73%
HSB/HSV12°34.18%76.86%
CMYK0.00%27.55%34.18%
23.14%

Color #C48E81 in popluar number systems.

HEXC48E81
Decimal196142129
Binary110001001000111010000001
Octal304216201

Shades and tints

Shades of #C48E81

#C48E81
(196,142,129)
#B38276
(179,130,118)
#A2766B
(162,118,107)
#916A60
(145,106,96)
#805E55
(128,94,85)
#6F524A
(111,82,74)
#5E463F
(94,70,63)
#4D3A34
(77,58,52)
#3C2E29
(60,46,41)
#2B221E
(43,34,30)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C48E81

#C48E81
(196,142,129)
#C9988C
(201,152,140)
#CEA297
(206,162,151)
#D3ACA2
(211,172,162)
#D8B6AD
(216,182,173)
#DDC0B8
(221,192,184)
#E2CAC3
(226,202,195)
#E7D4CE
(231,212,206)
#ECDED9
(236,222,217)
#F1E8E4
(241,232,228)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48E81; }

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

This text font color is #C48E81.


Background Color

.myBgColor { background-color: #C48E81; }

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

This div background color is #C48E81.


Border color

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

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

This div border color is #C48E81.


Opacity

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

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

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

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

This text has shadow with #C48E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48E81 on black background.


Color preview on white background

This text has color #C48E81 on white background.



Black color preview on #C48E81 background

This text has black color on #C48E81 background.


White color preview on #C48E81 background

This text has white color on #C48E81 background.