COLOR #C99C3D

HEX: #C99C3D
RGB: (201,156,61)

Color info

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

RGB color model

#C99C3D color RGB value is (201,156,61).

  • red value is 201;
  • green value is 156;
  • blue value is 61.
RGB:
(201,156,61)
(79%,61%,24%)

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 61 of 255 = 24%

201
156
61

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

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 61 = 418 (100%)
R 201 of 418 ~ 48.09%
G 156 of 418 ~ 37.32%
B 61 of 418 ~ 14.59%

%48.09
%37.32
%14.59

CMYK color model

#C99C3D color CMYK value is (0,22,70,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 69.65%
  • key color value is 21.18%
CMYK:
(0,22,70,21)
C0M22Y70K21 
(0%,22%,70%,21%)
(0.00/0.22/0.70/0.21)	

CMYK percentages

%0
%22.39
%69.65
%21.18

Codes

Color #C99C3D in popluar color models

C99C3D
RGB20115661
HSL41°56.45%51.37%
HSB/HSV41°69.65%78.82%
CMYK0.00%22.39%69.65%
21.18%

Color #C99C3D in popluar number systems.

HEXC99C3D
Decimal20115661
Binary1100100110011100111101
Octal31123475

Shades and tints

Shades of #C99C3D

#C99C3D
(201,156,61)
#B78E38
(183,142,56)
#A58033
(165,128,51)
#93722E
(147,114,46)
#816429
(129,100,41)
#6F5624
(111,86,36)
#5D481F
(93,72,31)
#4B3A1A
(75,58,26)
#392C15
(57,44,21)
#271E10
(39,30,16)
#15100B
(21,16,11)
#000000
(0,0,0)

Tints of #C99C3D

#C99C3D
(201,156,61)
#CDA54E
(205,165,78)
#D1AE5F
(209,174,95)
#D5B770
(213,183,112)
#D9C081
(217,192,129)
#DDC992
(221,201,146)
#E1D2A3
(225,210,163)
#E5DBB4
(229,219,180)
#E9E4C5
(233,228,197)
#EDEDD6
(237,237,214)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99C3D color. Also use rgb(201,156,61) instead hex code.

Text Font Color

.myTextColor { color: #C99C3D; }

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

This text font color is #C99C3D.


Background Color

.myBgColor { background-color: #C99C3D; }

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

This div background color is #C99C3D.


Border color

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

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

This div border color is #C99C3D.


Opacity

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

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

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

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

This text has shadow with #C99C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99C3D on black background.


Color preview on white background

This text has color #C99C3D on white background.



Black color preview on #C99C3D background

This text has black color on #C99C3D background.


White color preview on #C99C3D background

This text has white color on #C99C3D background.