COLOR #C48186

HEX: #C48186 RGB: (196,129,134)

Color info

#C48186 contains mainly red color. Web safe color of #C48186 is #CC9999 (or #C99).

RGB color model

#C48186 color RGB value is (196,129,134).

RGB: (196,129,134) (77%, 51%, 53%)

RGB channels and saturation

R 196 of 255 = 77%
G 129 of 255 = 51%
B 134 of 255 = 53%

196
129
134

R + G + B ~ 60%. #C48186 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 129 + 134 = 459 (100%)
R 196 of 459 ~ 42.7%
G 129 of 459 ~ 28.1%
B 134 of 459 ~ 29.19'%

%42.7
%28.1
%29.19

CMYK color model

#C48186 color CMYK value is (0,34,32,23).

  • cyan value is 0.00%
  • magenta value is 34.18%
  • yellow value is 31.63%
  • key color value is 23.14%

CMYK: (0,34,32,23)
C0M34Y32K23 (0%, 34%, 32%, 23%)
(0.00 / 0.34 / 0.32 / 0.23)

CMYK percentages

%0
%34.18
%31.63
%23.14

Codes

Color #C48186 in popluar color models

C4 81 86
RGB 196 129 134
HSL 356° 36.22% 63.73%
HSB/HSV 356° 34.18% 76.86%
CMYK 0.00% 34.18% 31.63%
23.14%

Color #C48186 in popluar number systems.

HEX C4 81 86
Decimal 196 129 134
Binary 11000100 10000001 10000110
Octal 304 201 206

Shades and tints

Shades of #C48186

#C48186
(196,129,134)
#B3767A
(179,118,122)
#A26B6E
(162,107,110)
#916062
(145,96,98)
#805556
(128,85,86)
#6F4A4A
(111,74,74)
#5E3F3E
(94,63,62)
#4D3432
(77,52,50)
#3C2926
(60,41,38)
#2B1E1A
(43,30,26)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #C48186

#C48186
(196,129,134)
#C98C91
(201,140,145)
#CE979C
(206,151,156)
#D3A2A7
(211,162,167)
#D8ADB2
(216,173,178)
#DDB8BD
(221,184,189)
#E2C3C8
(226,195,200)
#E7CED3
(231,206,211)
#ECD9DE
(236,217,222)
#F1E4E9
(241,228,233)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48186 color. Also use rgb(196,129,134) instead hex code.

Text Font Color

.myTextColor { color: #C48186; }

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

This text font color is #C48186.

Background Color

.myBgColor { background-color: #C48186; }

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

This div background color is #C48186.

Border color

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

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

This div border color is #C48186.

Opacity

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

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

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

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

This text has shadow with #C48186 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48186.

Preview

Color preview on black background

This text has color #C48186 on black background.


Color preview on white background

This text has color #C48186 on white background.


Black color preview on #C48186 background

This text has black color on #C48186 background.


White color preview on #C48186 background

This text has white color on #C48186 background.


Related colors

Complementary color

Complementary color for #hex is #3B7E79.


I love getcolorcode.com

Triadic colors

1 #86C481 and #8186C4 with #C48186 are triadic colors.

2 #8681C4 and #81C486 with #C48186 are triadic colors.