COLOR #C48490

HEX: #C48490 RGB: (196,132,144)

Color info

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

RGB color model

#C48490 color RGB value is (196,132,144).

RGB: (196,132,144) (77%, 52%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 132 of 255 = 52%
B 144 of 255 = 56%

196
132
144

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

Portions of RGB colors in percentages

R + G + B = 196 + 132 + 144 = 472 (100%)
R 196 of 472 ~ 41.53%
G 132 of 472 ~ 27.97%
B 144 of 472 ~ 30.51'%

%41.53
%27.97
%30.51

CMYK color model

#C48490 color CMYK value is (0,33,27,23).

  • cyan value is 0.00%
  • magenta value is 32.65%
  • yellow value is 26.53%
  • key color value is 23.14%

CMYK: (0,33,27,23)
C0M33Y27K23 (0%, 33%, 27%, 23%)
(0.00 / 0.33 / 0.27 / 0.23)

CMYK percentages

%0
%32.65
%26.53
%23.14

Codes

Color #C48490 in popluar color models

C4 84 90
RGB 196 132 144
HSL 349° 35.16% 64.31%
HSB/HSV 349° 32.65% 76.86%
CMYK 0.00% 32.65% 26.53%
23.14%

Color #C48490 in popluar number systems.

HEX C4 84 90
Decimal 196 132 144
Binary 11000100 10000100 10010000
Octal 304 204 220

Shades and tints

Shades of #C48490

#C48490
(196,132,144)
#B37883
(179,120,131)
#A26C76
(162,108,118)
#916069
(145,96,105)
#80545C
(128,84,92)
#6F484F
(111,72,79)
#5E3C42
(94,60,66)
#4D3035
(77,48,53)
#3C2428
(60,36,40)
#2B181B
(43,24,27)
#1A0C0E
(26,12,14)
#000000
(0,0,0)

Tints of #C48490

#C48490
(196,132,144)
#C98F9A
(201,143,154)
#CE9AA4
(206,154,164)
#D3A5AE
(211,165,174)
#D8B0B8
(216,176,184)
#DDBBC2
(221,187,194)
#E2C6CC
(226,198,204)
#E7D1D6
(231,209,214)
#ECDCE0
(236,220,224)
#F1E7EA
(241,231,234)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48490 color. Also use rgb(196,132,144) instead hex code.

Text Font Color

.myTextColor { color: #C48490; }

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

This text font color is #C48490.

Background Color

.myBgColor { background-color: #C48490; }

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

This div background color is #C48490.

Border color

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

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

This div border color is #C48490.

Opacity

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

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

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

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

This text has shadow with #C48490 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48490.

Preview

Color preview on black background

This text has color #C48490 on black background.


Color preview on white background

This text has color #C48490 on white background.


Black color preview on #C48490 background

This text has black color on #C48490 background.


White color preview on #C48490 background

This text has white color on #C48490 background.


Related colors

Complementary color

Complementary color for #hex is #3B7B6F.


I love getcolorcode.com

Triadic colors

1 #90C484 and #8490C4 with #C48490 are triadic colors.

2 #9084C4 and #84C490 with #C48490 are triadic colors.