COLOR #C99E48

HEX: #C99E48
RGB: (201,158,72)

Color info

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

RGB color model

#C99E48 color RGB value is (201,158,72).

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

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 72 of 255 = 28%

201
158
72

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

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 72 = 431 (100%)
R 201 of 431 ~ 46.64%
G 158 of 431 ~ 36.66%
B 72 of 431 ~ 16.71%

%46.64
%36.66
%16.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 64.18%
  • key color value is 21.18%
CMYK:
(0,21,64,21)
C0M21Y64K21 
(0%,21%,64%,21%)
(0.00/0.21/0.64/0.21)	

CMYK percentages

%0
%21.39
%64.18
%21.18

Codes

Color #C99E48 in popluar color models

C99E48
RGB20115872
HSL40°54.43%53.53%
HSB/HSV40°64.18%78.82%
CMYK0.00%21.39%64.18%
21.18%

Color #C99E48 in popluar number systems.

HEXC99E48
Decimal20115872
Binary11001001100111101001000
Octal311236110

Shades and tints

Shades of #C99E48

#C99E48
(201,158,72)
#B79042
(183,144,66)
#A5823C
(165,130,60)
#937436
(147,116,54)
#816630
(129,102,48)
#6F582A
(111,88,42)
#5D4A24
(93,74,36)
#4B3C1E
(75,60,30)
#392E18
(57,46,24)
#272012
(39,32,18)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #C99E48

#C99E48
(201,158,72)
#CDA658
(205,166,88)
#D1AE68
(209,174,104)
#D5B678
(213,182,120)
#D9BE88
(217,190,136)
#DDC698
(221,198,152)
#E1CEA8
(225,206,168)
#E5D6B8
(229,214,184)
#E9DEC8
(233,222,200)
#EDE6D8
(237,230,216)
#F1EEE8
(241,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99E48; }

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

This text font color is #C99E48.


Background Color

.myBgColor { background-color: #C99E48; }

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

This div background color is #C99E48.


Border color

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

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

This div border color is #C99E48.


Opacity

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

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

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

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

This text has shadow with #C99E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99E48 on black background.


Color preview on white background

This text has color #C99E48 on white background.



Black color preview on #C99E48 background

This text has black color on #C99E48 background.


White color preview on #C99E48 background

This text has white color on #C99E48 background.