COLOR #C48CAE

HEX: #C48CAE RGB: (196,140,174)

Color info

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

RGB color model

#C48CAE color RGB value is (196,140,174).

RGB: (196,140,174) (77%, 55%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 140 of 255 = 55%
B 174 of 255 = 68%

196
140
174

R + G + B ~ 67%. #C48CAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 140 + 174 = 510 (100%)
R 196 of 510 ~ 38.43%
G 140 of 510 ~ 27.45%
B 174 of 510 ~ 34.12'%

%38.43
%27.45
%34.12

CMYK color model

#C48CAE color CMYK value is (0,29,11,23).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK: (0,29,11,23) C0M29Y11K23 (0%,29%,11%,23%) (0.00/0.29/0.11/0.23) 

CMYK percentages

%0
%28.57
%11.22
%23.14

Codes

Color #C48CAE in popluar color models

C4 8C AE
RGB 196 140 174
HSL 324° 32.18% 65.88%
HSB/HSV 324° 28.57% 76.86%
CMYK 0.00% 28.57% 11.22%
23.14%

Color #C48CAE in popluar number systems.

HEX C4 8C AE
Decimal 196 140 174
Binary 11000100 10001100 10101110
Octal 304 214 256

Shades and tints

Shades of #C48CAE

#C48CAE
(196,140,174)
#B3809F
(179,128,159)
#A27490
(162,116,144)
#916881
(145,104,129)
#805C72
(128,92,114)
#6F5063
(111,80,99)
#5E4454
(94,68,84)
#4D3845
(77,56,69)
#3C2C36
(60,44,54)
#2B2027
(43,32,39)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #C48CAE

#C48CAE
(196,140,174)
#C996B5
(201,150,181)
#CEA0BC
(206,160,188)
#D3AAC3
(211,170,195)
#D8B4CA
(216,180,202)
#DDBED1
(221,190,209)
#E2C8D8
(226,200,216)
#E7D2DF
(231,210,223)
#ECDCE6
(236,220,230)
#F1E6ED
(241,230,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48CAE color. Also use rgb(196,140,174) instead hex code.

Text Font Color

.myTextColor { color: #C48CAE; }

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

This text font color is #C48CAE.

Background Color

.myBgColor { background-color: #C48CAE; }

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

This div background color is #C48CAE.

Border color

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

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

This div border color is #C48CAE.

Opacity

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

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

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

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

This text has shadow with #C48CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48CAE.

Preview

Color preview on black background

This text has color #C48CAE on black background.


Color preview on white background

This text has color #C48CAE on white background.


Black color preview on #C48CAE background

This text has black color on #C48CAE background.


White color preview on #C48CAE background

This text has white color on #C48CAE background.


Related colors

Complementary color

Complementary color for #hex is #3B7351.


I love getcolorcode.com

Triadic colors

1 #AEC48C and #8CAEC4 with #C48CAE are triadic colors.

2 #AE8CC4 and #8CC4AE with #C48CAE are triadic colors.