COLOR #C48DAA

HEX: #C48DAA RGB: (196,141,170)

Color info

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

RGB color model

#C48DAA color RGB value is (196,141,170).

RGB: (196,141,170) (77%, 55%, 67%)

RGB channels and saturation

R 196 of 255 = 77%
G 141 of 255 = 55%
B 170 of 255 = 67%

196
141
170

R + G + B ~ 66%. #C48DAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 141 + 170 = 507 (100%)
R 196 of 507 ~ 38.66%
G 141 of 507 ~ 27.81%
B 170 of 507 ~ 33.53'%

%38.66
%27.81
%33.53

CMYK color model

#C48DAA color CMYK value is (0,28,13,23).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 13.27%
  • key color value is 23.14%

CMYK: (0,28,13,23)
C0M28Y13K23 (0%, 28%, 13%, 23%)
(0.00 / 0.28 / 0.13 / 0.23)

CMYK percentages

%0
%28.06
%13.27
%23.14

Codes

Color #C48DAA in popluar color models

C4 8D AA
RGB 196 141 170
HSL 328° 31.79% 66.08%
HSB/HSV 328° 28.06% 76.86%
CMYK 0.00% 28.06% 13.27%
23.14%

Color #C48DAA in popluar number systems.

HEX C4 8D AA
Decimal 196 141 170
Binary 11000100 10001101 10101010
Octal 304 215 252

Shades and tints

Shades of #C48DAA

#C48DAA
(196,141,170)
#B3819B
(179,129,155)
#A2758C
(162,117,140)
#91697D
(145,105,125)
#805D6E
(128,93,110)
#6F515F
(111,81,95)
#5E4550
(94,69,80)
#4D3941
(77,57,65)
#3C2D32
(60,45,50)
#2B2123
(43,33,35)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C48DAA

#C48DAA
(196,141,170)
#C997B1
(201,151,177)
#CEA1B8
(206,161,184)
#D3ABBF
(211,171,191)
#D8B5C6
(216,181,198)
#DDBFCD
(221,191,205)
#E2C9D4
(226,201,212)
#E7D3DB
(231,211,219)
#ECDDE2
(236,221,226)
#F1E7E9
(241,231,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48DAA color. Also use rgb(196,141,170) instead hex code.

Text Font Color

.myTextColor { color: #C48DAA; }

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

This text font color is #C48DAA.

Background Color

.myBgColor { background-color: #C48DAA; }

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

This div background color is #C48DAA.

Border color

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

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

This div border color is #C48DAA.

Opacity

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

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

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

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

This text has shadow with #C48DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48DAA.

Preview

Color preview on black background

This text has color #C48DAA on black background.


Color preview on white background

This text has color #C48DAA on white background.


Black color preview on #C48DAA background

This text has black color on #C48DAA background.


White color preview on #C48DAA background

This text has white color on #C48DAA background.


Related colors

Complementary color

Complementary color for #hex is #3B7255.


I love getcolorcode.com

Triadic colors

1 #AAC48D and #8DAAC4 with #C48DAA are triadic colors.

2 #AA8DC4 and #8DC4AA with #C48DAA are triadic colors.