COLOR #C48A9C

HEX: #C48A9C
RGB: (196,138,156)

Color info

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

RGB color model

#C48A9C color RGB value is (196,138,156).

  • red value is 196;
  • green value is 138;
  • blue value is 156.
RGB:
(196,138,156)
(77%,54%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 138 of 255 = 54%
B 156 of 255 = 61%

196
138
156

R + G + B ~ 64%. #C48A9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 138 + 156 = 490 (100%)
R 196 of 490 ~ 40%
G 138 of 490 ~ 28.16%
B 156 of 490 ~ 31.84%

%40
%28.16
%31.84

CMYK color model

#C48A9C color CMYK value is (0,30,20,23).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(0,30,20,23)
C0M30Y20K23 
(0%,30%,20%,23%)
(0.00/0.30/0.20/0.23)	

CMYK percentages

%0
%29.59
%20.41
%23.14

Codes

Color #C48A9C in popluar color models

C48A9C
RGB196138156
HSL341°32.95%65.49%
HSB/HSV341°29.59%76.86%
CMYK0.00%29.59%20.41%
23.14%

Color #C48A9C in popluar number systems.

HEXC48A9C
Decimal196138156
Binary110001001000101010011100
Octal304212234

Shades and tints

Shades of #C48A9C

#C48A9C
(196,138,156)
#B37E8E
(179,126,142)
#A27280
(162,114,128)
#916672
(145,102,114)
#805A64
(128,90,100)
#6F4E56
(111,78,86)
#5E4248
(94,66,72)
#4D363A
(77,54,58)
#3C2A2C
(60,42,44)
#2B1E1E
(43,30,30)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #C48A9C

#C48A9C
(196,138,156)
#C994A5
(201,148,165)
#CE9EAE
(206,158,174)
#D3A8B7
(211,168,183)
#D8B2C0
(216,178,192)
#DDBCC9
(221,188,201)
#E2C6D2
(226,198,210)
#E7D0DB
(231,208,219)
#ECDAE4
(236,218,228)
#F1E4ED
(241,228,237)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48A9C color. Also use rgb(196,138,156) instead hex code.

Text Font Color

.myTextColor { color: #C48A9C; }

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

This text font color is #C48A9C.


Background Color

.myBgColor { background-color: #C48A9C; }

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

This div background color is #C48A9C.


Border color

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

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

This div border color is #C48A9C.


Opacity

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

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

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

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

This text has shadow with #C48A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48A9C on black background.


Color preview on white background

This text has color #C48A9C on white background.



Black color preview on #C48A9C background

This text has black color on #C48A9C background.


White color preview on #C48A9C background

This text has white color on #C48A9C background.