COLOR #C9863F

HEX: #C9863F
RGB: (201,134,63)

Color info

#C9863F contains mainly red color. Web safe color of #C9863F is #CC9933 (or #C93).

RGB color model

#C9863F color RGB value is (201,134,63).

  • red value is 201;
  • green value is 134;
  • blue value is 63.
RGB:
(201,134,63)
(79%,53%,25%)

RGB channels and saturation

R 201 of 255 = 79%
G 134 of 255 = 53%
B 63 of 255 = 25%

201
134
63

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

Portions of RGB colors in percentages

R + G + B =
201 + 134 + 63 = 398 (100%)
R 201 of 398 ~ 50.5%
G 134 of 398 ~ 33.67%
B 63 of 398 ~ 15.83%

%50.5
%33.67
%15.83

CMYK color model

#C9863F color CMYK value is (0,33,69,21).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 68.66%
  • key color value is 21.18%
CMYK:
(0,33,69,21)
C0M33Y69K21 
(0%,33%,69%,21%)
(0.00/0.33/0.69/0.21)	

CMYK percentages

%0
%33.33
%68.66
%21.18

Codes

Color #C9863F in popluar color models

C9863F
RGB20113463
HSL31°56.10%51.76%
HSB/HSV31°68.66%78.82%
CMYK0.00%33.33%68.66%
21.18%

Color #C9863F in popluar number systems.

HEXC9863F
Decimal20113463
Binary1100100110000110111111
Octal31120677

Shades and tints

Shades of #C9863F

#C9863F
(201,134,63)
#B77A3A
(183,122,58)
#A56E35
(165,110,53)
#936230
(147,98,48)
#81562B
(129,86,43)
#6F4A26
(111,74,38)
#5D3E21
(93,62,33)
#4B321C
(75,50,28)
#392617
(57,38,23)
#271A12
(39,26,18)
#150E0D
(21,14,13)
#000000
(0,0,0)

Tints of #C9863F

#C9863F
(201,134,63)
#CD9150
(205,145,80)
#D19C61
(209,156,97)
#D5A772
(213,167,114)
#D9B283
(217,178,131)
#DDBD94
(221,189,148)
#E1C8A5
(225,200,165)
#E5D3B6
(229,211,182)
#E9DEC7
(233,222,199)
#EDE9D8
(237,233,216)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9863F color. Also use rgb(201,134,63) instead hex code.

Text Font Color

.myTextColor { color: #C9863F; }

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

This text font color is #C9863F.


Background Color

.myBgColor { background-color: #C9863F; }

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

This div background color is #C9863F.


Border color

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

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

This div border color is #C9863F.


Opacity

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

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

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

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

This text has shadow with #C9863F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9863F on black background.


Color preview on white background

This text has color #C9863F on white background.



Black color preview on #C9863F background

This text has black color on #C9863F background.


White color preview on #C9863F background

This text has white color on #C9863F background.