COLOR #C48785

HEX: #C48785 RGB: (196,135,133)

Color info

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

RGB color model

#C48785 color RGB value is (196,135,133).

RGB: (196,135,133) (77%, 53%, 52%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 133 of 255 = 52%

196
135
133

R + G + B ~ 61%. #C48785 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 135 + 133 = 464 (100%)
R 196 of 464 ~ 42.24%
G 135 of 464 ~ 29.09%
B 133 of 464 ~ 28.66'%

%42.24
%29.09
%28.66

CMYK color model

#C48785 color CMYK value is (0,31,32,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 32.14%
  • key color value is 23.14%
CMYK: (0,31,32,23) C0M31Y32K23 (0%,31%,32%,23%) (0.00/0.31/0.32/0.23) 

CMYK percentages

%0
%31.12
%32.14
%23.14

Codes

Color #C48785 in popluar color models

C4 87 85
RGB 196 135 133
HSL 34.81% 64.51%
HSB/HSV 32.14% 76.86%
CMYK 0.00% 31.12% 32.14%
23.14%

Color #C48785 in popluar number systems.

HEX C4 87 85
Decimal 196 135 133
Binary 11000100 10000111 10000101
Octal 304 207 205

Shades and tints

Shades of #C48785

#C48785
(196,135,133)
#B37B79
(179,123,121)
#A26F6D
(162,111,109)
#916361
(145,99,97)
#805755
(128,87,85)
#6F4B49
(111,75,73)
#5E3F3D
(94,63,61)
#4D3331
(77,51,49)
#3C2725
(60,39,37)
#2B1B19
(43,27,25)
#1A0F0D
(26,15,13)
#000000
(0,0,0)

Tints of #C48785

#C48785
(196,135,133)
#C99190
(201,145,144)
#CE9B9B
(206,155,155)
#D3A5A6
(211,165,166)
#D8AFB1
(216,175,177)
#DDB9BC
(221,185,188)
#E2C3C7
(226,195,199)
#E7CDD2
(231,205,210)
#ECD7DD
(236,215,221)
#F1E1E8
(241,225,232)
#F6EBF3
(246,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48785 color. Also use rgb(196,135,133) instead hex code.

Text Font Color

.myTextColor { color: #C48785; }

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

This text font color is #C48785.

Background Color

.myBgColor { background-color: #C48785; }

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

This div background color is #C48785.

Border color

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

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

This div border color is #C48785.

Opacity

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

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

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

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

This text has shadow with #C48785 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48785.

Preview

Color preview on black background

This text has color #C48785 on black background.


Color preview on white background

This text has color #C48785 on white background.


Black color preview on #C48785 background

This text has black color on #C48785 background.


White color preview on #C48785 background

This text has white color on #C48785 background.


Related colors

Complementary color

Complementary color for #hex is #3B787A.


I love getcolorcode.com

Triadic colors

1 #85C487 and #8785C4 with #C48785 are triadic colors.

2 #8587C4 and #87C485 with #C48785 are triadic colors.