COLOR #C39C06

HEX: #C39C06
RGB: (195,156,6)

Color info

#C39C06 contains mainly red and green colors. Web safe color of #C39C06 is #CC9900 (or #C90).

RGB color model

#C39C06 color RGB value is (195,156,6).

  • red value is 195;
  • green value is 156;
  • blue value is 6.
RGB:
(195,156,6)
(76%,61%,2%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 6 of 255 = 2%

195
156
6

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 6 = 357 (100%)
R 195 of 357 ~ 54.62%
G 156 of 357 ~ 43.7%
B 6 of 357 ~ 1.68%

%54.62
%43.7

CMYK color model

#C39C06 color CMYK value is (0,20,97,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 96.92%
  • key color value is 23.53%
CMYK:
(0,20,97,24)
C0M20Y97K24 
(0%,20%,97%,24%)
(0.00/0.20/0.97/0.24)	

CMYK percentages

%0
%20
%96.92
%23.53

Codes

Color #C39C06 in popluar color models

C39C06
RGB1951566
HSL48°94.03%39.41%
HSB/HSV48°96.92%76.47%
CMYK0.00%20.00%96.92%
23.53%

Color #C39C06 in popluar number systems.

HEXC39C06
Decimal1951566
Binary1100001110011100110
Octal3032346

Shades and tints

Shades of #C39C06

#C39C06
(195,156,6)
#B28E06
(178,142,6)
#A18006
(161,128,6)
#907206
(144,114,6)
#7F6406
(127,100,6)
#6E5606
(110,86,6)
#5D4806
(93,72,6)
#4C3A06
(76,58,6)
#3B2C06
(59,44,6)
#2A1E06
(42,30,6)
#191006
(25,16,6)
#000000
(0,0,0)

Tints of #C39C06

#C39C06
(195,156,6)
#C8A51C
(200,165,28)
#CDAE32
(205,174,50)
#D2B748
(210,183,72)
#D7C05E
(215,192,94)
#DCC974
(220,201,116)
#E1D28A
(225,210,138)
#E6DBA0
(230,219,160)
#EBE4B6
(235,228,182)
#F0EDCC
(240,237,204)
#F5F6E2
(245,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39C06 color. Also use rgb(195,156,6) instead hex code.

Text Font Color

.myTextColor { color: #C39C06; }

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

This text font color is #C39C06.


Background Color

.myBgColor { background-color: #C39C06; }

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

This div background color is #C39C06.


Border color

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

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

This div border color is #C39C06.


Opacity

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

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

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

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

This text has shadow with #C39C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39C06 on black background.


Color preview on white background

This text has color #C39C06 on white background.



Black color preview on #C39C06 background

This text has black color on #C39C06 background.


White color preview on #C39C06 background

This text has white color on #C39C06 background.