COLOR #C8933A

HEX: #C8933A
RGB: (200,147,58)

Color info

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

RGB color model

#C8933A color RGB value is (200,147,58).

  • red value is 200;
  • green value is 147;
  • blue value is 58.
RGB:
(200,147,58)
(78%,58%,23%)

RGB channels and saturation

R 200 of 255 = 78%
G 147 of 255 = 58%
B 58 of 255 = 23%

200
147
58

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

Portions of RGB colors in percentages

R + G + B =
200 + 147 + 58 = 405 (100%)
R 200 of 405 ~ 49.38%
G 147 of 405 ~ 36.3%
B 58 of 405 ~ 14.32%

%49.38
%36.3
%14.32

CMYK color model

#C8933A color CMYK value is (0,27,71,22).

  • cyan value is 0.00%
  • magenta value is 26.50%
  • yellow value is 71.00%
  • key color value is 21.57%
CMYK:
(0,27,71,22)
C0M27Y71K22 
(0%,27%,71%,22%)
(0.00/0.27/0.71/0.22)	

CMYK percentages

%0
%26.5
%71
%21.57

Codes

Color #C8933A in popluar color models

C8933A
RGB20014758
HSL38°56.35%50.59%
HSB/HSV38°71.00%78.43%
CMYK0.00%26.50%71.00%
21.57%

Color #C8933A in popluar number systems.

HEXC8933A
Decimal20014758
Binary1100100010010011111010
Octal31022372

Shades and tints

Shades of #C8933A

#C8933A
(200,147,58)
#B68635
(182,134,53)
#A47930
(164,121,48)
#926C2B
(146,108,43)
#805F26
(128,95,38)
#6E5221
(110,82,33)
#5C451C
(92,69,28)
#4A3817
(74,56,23)
#382B12
(56,43,18)
#261E0D
(38,30,13)
#141108
(20,17,8)
#000000
(0,0,0)

Tints of #C8933A

#C8933A
(200,147,58)
#CD9C4B
(205,156,75)
#D2A55C
(210,165,92)
#D7AE6D
(215,174,109)
#DCB77E
(220,183,126)
#E1C08F
(225,192,143)
#E6C9A0
(230,201,160)
#EBD2B1
(235,210,177)
#F0DBC2
(240,219,194)
#F5E4D3
(245,228,211)
#FAEDE4
(250,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8933A color. Also use rgb(200,147,58) instead hex code.

Text Font Color

.myTextColor { color: #C8933A; }

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

This text font color is #C8933A.


Background Color

.myBgColor { background-color: #C8933A; }

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

This div background color is #C8933A.


Border color

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

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

This div border color is #C8933A.


Opacity

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

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

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

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

This text has shadow with #C8933A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8933A on black background.


Color preview on white background

This text has color #C8933A on white background.



Black color preview on #C8933A background

This text has black color on #C8933A background.


White color preview on #C8933A background

This text has white color on #C8933A background.