COLOR #C47B55

HEX: #C47B55
RGB: (196,123,85)

Color info

#C47B55 contains mainly red color. Web safe color of #C47B55 is #CC6666 (or #C66).

RGB color model

#C47B55 color RGB value is (196,123,85).

  • red value is 196;
  • green value is 123;
  • blue value is 85.
RGB:
(196,123,85)
(77%,48%,33%)

RGB channels and saturation

R 196 of 255 = 77%
G 123 of 255 = 48%
B 85 of 255 = 33%

196
123
85

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

Portions of RGB colors in percentages

R + G + B =
196 + 123 + 85 = 404 (100%)
R 196 of 404 ~ 48.51%
G 123 of 404 ~ 30.45%
B 85 of 404 ~ 21.04%

%48.51
%30.45
%21.04

CMYK color model

#C47B55 color CMYK value is (0,37,57,23).

  • cyan value is 0.00%
  • magenta value is 37.24%
  • yellow value is 56.63%
  • key color value is 23.14%
CMYK:
(0,37,57,23)
C0M37Y57K23 
(0%,37%,57%,23%)
(0.00/0.37/0.57/0.23)	

CMYK percentages

%0
%37.24
%56.63
%23.14

Codes

Color #C47B55 in popluar color models

C47B55
RGB19612385
HSL21°48.47%55.10%
HSB/HSV21°56.63%76.86%
CMYK0.00%37.24%56.63%
23.14%

Color #C47B55 in popluar number systems.

HEXC47B55
Decimal19612385
Binary1100010011110111010101
Octal304173125

Shades and tints

Shades of #C47B55

#C47B55
(196,123,85)
#B3704E
(179,112,78)
#A26547
(162,101,71)
#915A40
(145,90,64)
#804F39
(128,79,57)
#6F4432
(111,68,50)
#5E392B
(94,57,43)
#4D2E24
(77,46,36)
#3C231D
(60,35,29)
#2B1816
(43,24,22)
#1A0D0F
(26,13,15)
#000000
(0,0,0)

Tints of #C47B55

#C47B55
(196,123,85)
#C98764
(201,135,100)
#CE9373
(206,147,115)
#D39F82
(211,159,130)
#D8AB91
(216,171,145)
#DDB7A0
(221,183,160)
#E2C3AF
(226,195,175)
#E7CFBE
(231,207,190)
#ECDBCD
(236,219,205)
#F1E7DC
(241,231,220)
#F6F3EB
(246,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47B55 color. Also use rgb(196,123,85) instead hex code.

Text Font Color

.myTextColor { color: #C47B55; }

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

This text font color is #C47B55.


Background Color

.myBgColor { background-color: #C47B55; }

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

This div background color is #C47B55.


Border color

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

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

This div border color is #C47B55.


Opacity

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

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

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

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

This text has shadow with #C47B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47B55 on black background.


Color preview on white background

This text has color #C47B55 on white background.



Black color preview on #C47B55 background

This text has black color on #C47B55 background.


White color preview on #C47B55 background

This text has white color on #C47B55 background.