COLOR #C9732F

HEX: #C9732F
RGB: (201,115,47)

Color info

#C9732F contains mainly red color. Web safe color of #C9732F is #CC6633 (or #C63).

RGB color model

#C9732F color RGB value is (201,115,47).

  • red value is 201;
  • green value is 115;
  • blue value is 47.
RGB:
(201,115,47)
(79%,45%,18%)

RGB channels and saturation

R 201 of 255 = 79%
G 115 of 255 = 45%
B 47 of 255 = 18%

201
115
47

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

Portions of RGB colors in percentages

R + G + B =
201 + 115 + 47 = 363 (100%)
R 201 of 363 ~ 55.37%
G 115 of 363 ~ 31.68%
B 47 of 363 ~ 12.95%

%55.37
%31.68
%12.95

CMYK color model

#C9732F color CMYK value is (0,43,77,21).

  • cyan value is 0.00%
  • magenta value is 42.79%
  • yellow value is 76.62%
  • key color value is 21.18%
CMYK:
(0,43,77,21)
C0M43Y77K21 
(0%,43%,77%,21%)
(0.00/0.43/0.77/0.21)	

CMYK percentages

%0
%42.79
%76.62
%21.18

Codes

Color #C9732F in popluar color models

C9732F
RGB20111547
HSL26°62.10%48.63%
HSB/HSV26°76.62%78.82%
CMYK0.00%42.79%76.62%
21.18%

Color #C9732F in popluar number systems.

HEXC9732F
Decimal20111547
Binary110010011110011101111
Octal31116357

Shades and tints

Shades of #C9732F

#C9732F
(201,115,47)
#B7692B
(183,105,43)
#A55F27
(165,95,39)
#935523
(147,85,35)
#814B1F
(129,75,31)
#6F411B
(111,65,27)
#5D3717
(93,55,23)
#4B2D13
(75,45,19)
#39230F
(57,35,15)
#27190B
(39,25,11)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #C9732F

#C9732F
(201,115,47)
#CD7F41
(205,127,65)
#D18B53
(209,139,83)
#D59765
(213,151,101)
#D9A377
(217,163,119)
#DDAF89
(221,175,137)
#E1BB9B
(225,187,155)
#E5C7AD
(229,199,173)
#E9D3BF
(233,211,191)
#EDDFD1
(237,223,209)
#F1EBE3
(241,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9732F color. Also use rgb(201,115,47) instead hex code.

Text Font Color

.myTextColor { color: #C9732F; }

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

This text font color is #C9732F.


Background Color

.myBgColor { background-color: #C9732F; }

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

This div background color is #C9732F.


Border color

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

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

This div border color is #C9732F.


Opacity

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

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

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

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

This text has shadow with #C9732F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9732F on black background.


Color preview on white background

This text has color #C9732F on white background.



Black color preview on #C9732F background

This text has black color on #C9732F background.


White color preview on #C9732F background

This text has white color on #C9732F background.