COLOR #C47B64

HEX: #C47B64
RGB: (196,123,100)

Color info

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

RGB color model

#C47B64 color RGB value is (196,123,100).

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

RGB channels and saturation

R 196 of 255 = 77%
G 123 of 255 = 48%
B 100 of 255 = 39%

196
123
100

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

Portions of RGB colors in percentages

R + G + B =
196 + 123 + 100 = 419 (100%)
R 196 of 419 ~ 46.78%
G 123 of 419 ~ 29.36%
B 100 of 419 ~ 23.87%

%46.78
%29.36
%23.87

CMYK color model

#C47B64 color CMYK value is (0,37,49,23).

  • cyan value is 0.00%
  • magenta value is 37.24%
  • yellow value is 48.98%
  • key color value is 23.14%
CMYK:
(0,37,49,23)
C0M37Y49K23 
(0%,37%,49%,23%)
(0.00/0.37/0.49/0.23)	

CMYK percentages

%0
%37.24
%48.98
%23.14

Codes

Color #C47B64 in popluar color models

C47B64
RGB196123100
HSL14°44.86%58.04%
HSB/HSV14°48.98%76.86%
CMYK0.00%37.24%48.98%
23.14%

Color #C47B64 in popluar number systems.

HEXC47B64
Decimal196123100
Binary1100010011110111100100
Octal304173144

Shades and tints

Shades of #C47B64

#C47B64
(196,123,100)
#B3705B
(179,112,91)
#A26552
(162,101,82)
#915A49
(145,90,73)
#804F40
(128,79,64)
#6F4437
(111,68,55)
#5E392E
(94,57,46)
#4D2E25
(77,46,37)
#3C231C
(60,35,28)
#2B1813
(43,24,19)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #C47B64

#C47B64
(196,123,100)
#C98772
(201,135,114)
#CE9380
(206,147,128)
#D39F8E
(211,159,142)
#D8AB9C
(216,171,156)
#DDB7AA
(221,183,170)
#E2C3B8
(226,195,184)
#E7CFC6
(231,207,198)
#ECDBD4
(236,219,212)
#F1E7E2
(241,231,226)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47B64; }

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

This text font color is #C47B64.


Background Color

.myBgColor { background-color: #C47B64; }

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

This div background color is #C47B64.


Border color

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

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

This div border color is #C47B64.


Opacity

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

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

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

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

This text has shadow with #C47B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47B64 on black background.


Color preview on white background

This text has color #C47B64 on white background.



Black color preview on #C47B64 background

This text has black color on #C47B64 background.


White color preview on #C47B64 background

This text has white color on #C47B64 background.