COLOR #C48A95

HEX: #C48A95 RGB: (196,138,149)

Color info

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

RGB color model

#C48A95 color RGB value is (196,138,149).

RGB: (196,138,149) (77%, 54%, 58%)

RGB channels and saturation

R 196 of 255 = 77%
G 138 of 255 = 54%
B 149 of 255 = 58%

196
138
149

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

Portions of RGB colors in percentages

R + G + B = 196 + 138 + 149 = 483 (100%)
R 196 of 483 ~ 40.58%
G 138 of 483 ~ 28.57%
B 149 of 483 ~ 30.85'%

%40.58
%28.57
%30.85

CMYK color model

#C48A95 color CMYK value is (0,30,24,23).

  • cyan value is 0.00%
  • magenta value is 29.59%
  • yellow value is 23.98%
  • key color value is 23.14%

CMYK: (0,30,24,23)
C0M30Y24K23 (0%, 30%, 24%, 23%)
(0.00 / 0.30 / 0.24 / 0.23)

CMYK percentages

%0
%29.59
%23.98
%23.14

Codes

Color #C48A95 in popluar color models

C4 8A 95
RGB 196 138 149
HSL 349° 32.95% 65.49%
HSB/HSV 349° 29.59% 76.86%
CMYK 0.00% 29.59% 23.98%
23.14%

Color #C48A95 in popluar number systems.

HEX C4 8A 95
Decimal 196 138 149
Binary 11000100 10001010 10010101
Octal 304 212 225

Shades and tints

Shades of #C48A95

#C48A95
(196,138,149)
#B37E88
(179,126,136)
#A2727B
(162,114,123)
#91666E
(145,102,110)
#805A61
(128,90,97)
#6F4E54
(111,78,84)
#5E4247
(94,66,71)
#4D363A
(77,54,58)
#3C2A2D
(60,42,45)
#2B1E20
(43,30,32)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #C48A95

#C48A95
(196,138,149)
#C9949E
(201,148,158)
#CE9EA7
(206,158,167)
#D3A8B0
(211,168,176)
#D8B2B9
(216,178,185)
#DDBCC2
(221,188,194)
#E2C6CB
(226,198,203)
#E7D0D4
(231,208,212)
#ECDADD
(236,218,221)
#F1E4E6
(241,228,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48A95; }

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

This text font color is #C48A95.

Background Color

.myBgColor { background-color: #C48A95; }

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

This div background color is #C48A95.

Border color

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

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

This div border color is #C48A95.

Opacity

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

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

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

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

This text has shadow with #C48A95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48A95.

Preview

Color preview on black background

This text has color #C48A95 on black background.


Color preview on white background

This text has color #C48A95 on white background.


Black color preview on #C48A95 background

This text has black color on #C48A95 background.


White color preview on #C48A95 background

This text has white color on #C48A95 background.


Related colors

Complementary color

Complementary color for #hex is #3B756A.


I love getcolorcode.com

Triadic colors

1 #95C48A and #8A95C4 with #C48A95 are triadic colors.

2 #958AC4 and #8AC495 with #C48A95 are triadic colors.