COLOR #C99C72

HEX: #C99C72
RGB: (201,156,114)

Color info

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

RGB color model

#C99C72 color RGB value is (201,156,114).

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

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 114 of 255 = 45%

201
156
114

R + G + B ~ 62%. #C99C72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 114 = 471 (100%)
R 201 of 471 ~ 42.68%
G 156 of 471 ~ 33.12%
B 114 of 471 ~ 24.2%

%42.68
%33.12
%24.2

CMYK color model

#C99C72 color CMYK value is (0,22,43,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 43.28%
  • key color value is 21.18%
CMYK:
(0,22,43,21)
C0M22Y43K21 
(0%,22%,43%,21%)
(0.00/0.22/0.43/0.21)	

CMYK percentages

%0
%22.39
%43.28
%21.18

Codes

Color #C99C72 in popluar color models

C99C72
RGB201156114
HSL29°44.62%61.76%
HSB/HSV29°43.28%78.82%
CMYK0.00%22.39%43.28%
21.18%

Color #C99C72 in popluar number systems.

HEXC99C72
Decimal201156114
Binary11001001100111001110010
Octal311234162

Shades and tints

Shades of #C99C72

#C99C72
(201,156,114)
#B78E68
(183,142,104)
#A5805E
(165,128,94)
#937254
(147,114,84)
#81644A
(129,100,74)
#6F5640
(111,86,64)
#5D4836
(93,72,54)
#4B3A2C
(75,58,44)
#392C22
(57,44,34)
#271E18
(39,30,24)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #C99C72

#C99C72
(201,156,114)
#CDA57E
(205,165,126)
#D1AE8A
(209,174,138)
#D5B796
(213,183,150)
#D9C0A2
(217,192,162)
#DDC9AE
(221,201,174)
#E1D2BA
(225,210,186)
#E5DBC6
(229,219,198)
#E9E4D2
(233,228,210)
#EDEDDE
(237,237,222)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99C72; }

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

This text font color is #C99C72.


Background Color

.myBgColor { background-color: #C99C72; }

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

This div background color is #C99C72.


Border color

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

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

This div border color is #C99C72.


Opacity

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

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

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

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

This text has shadow with #C99C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99C72 on black background.


Color preview on white background

This text has color #C99C72 on white background.



Black color preview on #C99C72 background

This text has black color on #C99C72 background.


White color preview on #C99C72 background

This text has white color on #C99C72 background.