COLOR #C99844

HEX: #C99844
RGB: (201,152,68)

Color info

#C99844 contains mainly red and green colors. Web safe color of #C99844 is #CC9933 (or #C93).

RGB color model

#C99844 color RGB value is (201,152,68).

  • red value is 201;
  • green value is 152;
  • blue value is 68.
RGB:
(201,152,68)
(79%,60%,27%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 68 of 255 = 27%

201
152
68

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

Portions of RGB colors in percentages

R + G + B =
201 + 152 + 68 = 421 (100%)
R 201 of 421 ~ 47.74%
G 152 of 421 ~ 36.1%
B 68 of 421 ~ 16.15%

%47.74
%36.1
%16.15

CMYK color model

#C99844 color CMYK value is (0,24,66,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 66.17%
  • key color value is 21.18%
CMYK:
(0,24,66,21)
C0M24Y66K21 
(0%,24%,66%,21%)
(0.00/0.24/0.66/0.21)	

CMYK percentages

%0
%24.38
%66.17
%21.18

Codes

Color #C99844 in popluar color models

C99844
RGB20115268
HSL38°55.19%52.75%
HSB/HSV38°66.17%78.82%
CMYK0.00%24.38%66.17%
21.18%

Color #C99844 in popluar number systems.

HEXC99844
Decimal20115268
Binary11001001100110001000100
Octal311230104

Shades and tints

Shades of #C99844

#C99844
(201,152,68)
#B78B3E
(183,139,62)
#A57E38
(165,126,56)
#937132
(147,113,50)
#81642C
(129,100,44)
#6F5726
(111,87,38)
#5D4A20
(93,74,32)
#4B3D1A
(75,61,26)
#393014
(57,48,20)
#27230E
(39,35,14)
#151608
(21,22,8)
#000000
(0,0,0)

Tints of #C99844

#C99844
(201,152,68)
#CDA155
(205,161,85)
#D1AA66
(209,170,102)
#D5B377
(213,179,119)
#D9BC88
(217,188,136)
#DDC599
(221,197,153)
#E1CEAA
(225,206,170)
#E5D7BB
(229,215,187)
#E9E0CC
(233,224,204)
#EDE9DD
(237,233,221)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99844 color. Also use rgb(201,152,68) instead hex code.

Text Font Color

.myTextColor { color: #C99844; }

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

This text font color is #C99844.


Background Color

.myBgColor { background-color: #C99844; }

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

This div background color is #C99844.


Border color

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

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

This div border color is #C99844.


Opacity

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

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

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

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

This text has shadow with #C99844 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99844 on black background.


Color preview on white background

This text has color #C99844 on white background.



Black color preview on #C99844 background

This text has black color on #C99844 background.


White color preview on #C99844 background

This text has white color on #C99844 background.