COLOR #C48399

HEX: #C48399
RGB: (196,131,153)

Color info

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

RGB color model

#C48399 color RGB value is (196,131,153).

  • red value is 196;
  • green value is 131;
  • blue value is 153.
RGB:
(196,131,153)
(77%,51%,60%)

RGB channels and saturation

R 196 of 255 = 77%
G 131 of 255 = 51%
B 153 of 255 = 60%

196
131
153

R + G + B ~ 63%. #C48399 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 131 + 153 = 480 (100%)
R 196 of 480 ~ 40.83%
G 131 of 480 ~ 27.29%
B 153 of 480 ~ 31.88%

%40.83
%27.29
%31.88

CMYK color model

#C48399 color CMYK value is (0,33,22,23).

  • cyan value is 0.00%
  • magenta value is 33.16%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(0,33,22,23)
C0M33Y22K23 
(0%,33%,22%,23%)
(0.00/0.33/0.22/0.23)	

CMYK percentages

%0
%33.16
%21.94
%23.14

Codes

Color #C48399 in popluar color models

C48399
RGB196131153
HSL340°35.52%64.12%
HSB/HSV340°33.16%76.86%
CMYK0.00%33.16%21.94%
23.14%

Color #C48399 in popluar number systems.

HEXC48399
Decimal196131153
Binary110001001000001110011001
Octal304203231

Shades and tints

Shades of #C48399

#C48399
(196,131,153)
#B3788C
(179,120,140)
#A26D7F
(162,109,127)
#916272
(145,98,114)
#805765
(128,87,101)
#6F4C58
(111,76,88)
#5E414B
(94,65,75)
#4D363E
(77,54,62)
#3C2B31
(60,43,49)
#2B2024
(43,32,36)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C48399

#C48399
(196,131,153)
#C98EA2
(201,142,162)
#CE99AB
(206,153,171)
#D3A4B4
(211,164,180)
#D8AFBD
(216,175,189)
#DDBAC6
(221,186,198)
#E2C5CF
(226,197,207)
#E7D0D8
(231,208,216)
#ECDBE1
(236,219,225)
#F1E6EA
(241,230,234)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48399 color. Also use rgb(196,131,153) instead hex code.

Text Font Color

.myTextColor { color: #C48399; }

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

This text font color is #C48399.


Background Color

.myBgColor { background-color: #C48399; }

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

This div background color is #C48399.


Border color

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

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

This div border color is #C48399.


Opacity

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

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

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

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

This text has shadow with #C48399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48399 on black background.


Color preview on white background

This text has color #C48399 on white background.



Black color preview on #C48399 background

This text has black color on #C48399 background.


White color preview on #C48399 background

This text has white color on #C48399 background.