COLOR #C99E5A

HEX: #C99E5A
RGB: (201,158,90)

Color info

#C99E5A contains mainly red and green colors. Web safe color of #C99E5A is #CC9966 (or #C96).

RGB color model

#C99E5A color RGB value is (201,158,90).

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

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 90 of 255 = 35%

201
158
90

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

Portions of RGB colors in percentages

R + G + B =
201 + 158 + 90 = 449 (100%)
R 201 of 449 ~ 44.77%
G 158 of 449 ~ 35.19%
B 90 of 449 ~ 20.04%

%44.77
%35.19
%20.04

CMYK color model

#C99E5A color CMYK value is (0,21,55,21).

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 55.22%
  • key color value is 21.18%
CMYK:
(0,21,55,21)
C0M21Y55K21 
(0%,21%,55%,21%)
(0.00/0.21/0.55/0.21)	

CMYK percentages

%0
%21.39
%55.22
%21.18

Codes

Color #C99E5A in popluar color models

C99E5A
RGB20115890
HSL37°50.68%57.06%
HSB/HSV37°55.22%78.82%
CMYK0.00%21.39%55.22%
21.18%

Color #C99E5A in popluar number systems.

HEXC99E5A
Decimal20115890
Binary11001001100111101011010
Octal311236132

Shades and tints

Shades of #C99E5A

#C99E5A
(201,158,90)
#B79052
(183,144,82)
#A5824A
(165,130,74)
#937442
(147,116,66)
#81663A
(129,102,58)
#6F5832
(111,88,50)
#5D4A2A
(93,74,42)
#4B3C22
(75,60,34)
#392E1A
(57,46,26)
#272012
(39,32,18)
#15120A
(21,18,10)
#000000
(0,0,0)

Tints of #C99E5A

#C99E5A
(201,158,90)
#CDA669
(205,166,105)
#D1AE78
(209,174,120)
#D5B687
(213,182,135)
#D9BE96
(217,190,150)
#DDC6A5
(221,198,165)
#E1CEB4
(225,206,180)
#E5D6C3
(229,214,195)
#E9DED2
(233,222,210)
#EDE6E1
(237,230,225)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99E5A; }

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

This text font color is #C99E5A.


Background Color

.myBgColor { background-color: #C99E5A; }

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

This div background color is #C99E5A.


Border color

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

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

This div border color is #C99E5A.


Opacity

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

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

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

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

This text has shadow with #C99E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99E5A on black background.


Color preview on white background

This text has color #C99E5A on white background.



Black color preview on #C99E5A background

This text has black color on #C99E5A background.


White color preview on #C99E5A background

This text has white color on #C99E5A background.