COLOR #C98F32

HEX: #C98F32
RGB: (201,143,50)

Color info

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

RGB color model

#C98F32 color RGB value is (201,143,50).

  • red value is 201;
  • green value is 143;
  • blue value is 50.
RGB:
(201,143,50)
(79%,56%,20%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 50 of 255 = 20%

201
143
50

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

Portions of RGB colors in percentages

R + G + B =
201 + 143 + 50 = 394 (100%)
R 201 of 394 ~ 51.02%
G 143 of 394 ~ 36.29%
B 50 of 394 ~ 12.69%

%51.02
%36.29
%12.69

CMYK color model

#C98F32 color CMYK value is (0,29,75,21).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 75.12%
  • key color value is 21.18%
CMYK:
(0,29,75,21)
C0M29Y75K21 
(0%,29%,75%,21%)
(0.00/0.29/0.75/0.21)	

CMYK percentages

%0
%28.86
%75.12
%21.18

Codes

Color #C98F32 in popluar color models

C98F32
RGB20114350
HSL37°60.16%49.22%
HSB/HSV37°75.12%78.82%
CMYK0.00%28.86%75.12%
21.18%

Color #C98F32 in popluar number systems.

HEXC98F32
Decimal20114350
Binary1100100110001111110010
Octal31121762

Shades and tints

Shades of #C98F32

#C98F32
(201,143,50)
#B7822E
(183,130,46)
#A5752A
(165,117,42)
#936826
(147,104,38)
#815B22
(129,91,34)
#6F4E1E
(111,78,30)
#5D411A
(93,65,26)
#4B3416
(75,52,22)
#392712
(57,39,18)
#271A0E
(39,26,14)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #C98F32

#C98F32
(201,143,50)
#CD9944
(205,153,68)
#D1A356
(209,163,86)
#D5AD68
(213,173,104)
#D9B77A
(217,183,122)
#DDC18C
(221,193,140)
#E1CB9E
(225,203,158)
#E5D5B0
(229,213,176)
#E9DFC2
(233,223,194)
#EDE9D4
(237,233,212)
#F1F3E6
(241,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98F32 color. Also use rgb(201,143,50) instead hex code.

Text Font Color

.myTextColor { color: #C98F32; }

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

This text font color is #C98F32.


Background Color

.myBgColor { background-color: #C98F32; }

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

This div background color is #C98F32.


Border color

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

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

This div border color is #C98F32.


Opacity

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

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

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

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

This text has shadow with #C98F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98F32 on black background.


Color preview on white background

This text has color #C98F32 on white background.



Black color preview on #C98F32 background

This text has black color on #C98F32 background.


White color preview on #C98F32 background

This text has white color on #C98F32 background.