COLOR #C96E48

HEX: #C96E48
RGB: (201,110,72)

Color info

#C96E48 contains mainly red color. Web safe color of #C96E48 is #CC6633 (or #C63).

RGB color model

#C96E48 color RGB value is (201,110,72).

  • red value is 201;
  • green value is 110;
  • blue value is 72.
RGB:
(201,110,72)
(79%,43%,28%)

RGB channels and saturation

R 201 of 255 = 79%
G 110 of 255 = 43%
B 72 of 255 = 28%

201
110
72

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

Portions of RGB colors in percentages

R + G + B =
201 + 110 + 72 = 383 (100%)
R 201 of 383 ~ 52.48%
G 110 of 383 ~ 28.72%
B 72 of 383 ~ 18.8%

%52.48
%28.72
%18.8

CMYK color model

#C96E48 color CMYK value is (0,45,64,21).

  • cyan value is 0.00%
  • magenta value is 45.27%
  • yellow value is 64.18%
  • key color value is 21.18%
CMYK:
(0,45,64,21)
C0M45Y64K21 
(0%,45%,64%,21%)
(0.00/0.45/0.64/0.21)	

CMYK percentages

%0
%45.27
%64.18
%21.18

Codes

Color #C96E48 in popluar color models

C96E48
RGB20111072
HSL18°54.43%53.53%
HSB/HSV18°64.18%78.82%
CMYK0.00%45.27%64.18%
21.18%

Color #C96E48 in popluar number systems.

HEXC96E48
Decimal20111072
Binary1100100111011101001000
Octal311156110

Shades and tints

Shades of #C96E48

#C96E48
(201,110,72)
#B76442
(183,100,66)
#A55A3C
(165,90,60)
#935036
(147,80,54)
#814630
(129,70,48)
#6F3C2A
(111,60,42)
#5D3224
(93,50,36)
#4B281E
(75,40,30)
#391E18
(57,30,24)
#271412
(39,20,18)
#150A0C
(21,10,12)
#000000
(0,0,0)

Tints of #C96E48

#C96E48
(201,110,72)
#CD7B58
(205,123,88)
#D18868
(209,136,104)
#D59578
(213,149,120)
#D9A288
(217,162,136)
#DDAF98
(221,175,152)
#E1BCA8
(225,188,168)
#E5C9B8
(229,201,184)
#E9D6C8
(233,214,200)
#EDE3D8
(237,227,216)
#F1F0E8
(241,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96E48 color. Also use rgb(201,110,72) instead hex code.

Text Font Color

.myTextColor { color: #C96E48; }

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

This text font color is #C96E48.


Background Color

.myBgColor { background-color: #C96E48; }

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

This div background color is #C96E48.


Border color

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

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

This div border color is #C96E48.


Opacity

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

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

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

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

This text has shadow with #C96E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96E48 on black background.


Color preview on white background

This text has color #C96E48 on white background.



Black color preview on #C96E48 background

This text has black color on #C96E48 background.


White color preview on #C96E48 background

This text has white color on #C96E48 background.