COLOR #C48F89

HEX: #C48F89
RGB: (196,143,137)

Color info

#C48F89 contains red, green and blue colors in about the same proportion. Web safe color of #C48F89 is #CC9999 (or #C99).

RGB color model

#C48F89 color RGB value is (196,143,137).

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

RGB channels and saturation

R 196 of 255 = 77%
G 143 of 255 = 56%
B 137 of 255 = 54%

196
143
137

R + G + B ~ 62%. #C48F89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 143 + 137 = 476 (100%)
R 196 of 476 ~ 41.18%
G 143 of 476 ~ 30.04%
B 137 of 476 ~ 28.78%

%41.18
%30.04
%28.78

CMYK color model

#C48F89 color CMYK value is (0,27,30,23).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 30.10%
  • key color value is 23.14%
CMYK:
(0,27,30,23)
C0M27Y30K23 
(0%,27%,30%,23%)
(0.00/0.27/0.30/0.23)	

CMYK percentages

%0
%27.04
%30.1
%23.14

Codes

Color #C48F89 in popluar color models

C48F89
RGB196143137
HSL33.33%65.29%
HSB/HSV30.10%76.86%
CMYK0.00%27.04%30.10%
23.14%

Color #C48F89 in popluar number systems.

HEXC48F89
Decimal196143137
Binary110001001000111110001001
Octal304217211

Shades and tints

Shades of #C48F89

#C48F89
(196,143,137)
#B3827D
(179,130,125)
#A27571
(162,117,113)
#916865
(145,104,101)
#805B59
(128,91,89)
#6F4E4D
(111,78,77)
#5E4141
(94,65,65)
#4D3435
(77,52,53)
#3C2729
(60,39,41)
#2B1A1D
(43,26,29)
#1A0D11
(26,13,17)
#000000
(0,0,0)

Tints of #C48F89

#C48F89
(196,143,137)
#C99993
(201,153,147)
#CEA39D
(206,163,157)
#D3ADA7
(211,173,167)
#D8B7B1
(216,183,177)
#DDC1BB
(221,193,187)
#E2CBC5
(226,203,197)
#E7D5CF
(231,213,207)
#ECDFD9
(236,223,217)
#F1E9E3
(241,233,227)
#F6F3ED
(246,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48F89; }

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

This text font color is #C48F89.


Background Color

.myBgColor { background-color: #C48F89; }

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

This div background color is #C48F89.


Border color

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

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

This div border color is #C48F89.


Opacity

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

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

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

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

This text has shadow with #C48F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48F89 on black background.


Color preview on white background

This text has color #C48F89 on white background.



Black color preview on #C48F89 background

This text has black color on #C48F89 background.


White color preview on #C48F89 background

This text has white color on #C48F89 background.