COLOR #C36905

HEX: #C36905
RGB: (195,105,5)

Color info

#C36905 contains mainly red color. Web safe color of #C36905 is #CC6600 (or #C60).

RGB color model

#C36905 color RGB value is (195,105,5).

  • red value is 195;
  • green value is 105;
  • blue value is 5.
RGB:
(195,105,5)
(76%,41%,2%)

RGB channels and saturation

R 195 of 255 = 76%
G 105 of 255 = 41%
B 5 of 255 = 2%

195
105
5

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

Portions of RGB colors in percentages

R + G + B =
195 + 105 + 5 = 305 (100%)
R 195 of 305 ~ 63.93%
G 105 of 305 ~ 34.43%
B 5 of 305 ~ 1.64%

%63.93
%34.43

CMYK color model

#C36905 color CMYK value is (0,46,97,24).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 97.44%
  • key color value is 23.53%
CMYK:
(0,46,97,24)
C0M46Y97K24 
(0%,46%,97%,24%)
(0.00/0.46/0.97/0.24)	

CMYK percentages

%0
%46.15
%97.44
%23.53

Codes

Color #C36905 in popluar color models

C36905
RGB1951055
HSL32°95.00%39.22%
HSB/HSV32°97.44%76.47%
CMYK0.00%46.15%97.44%
23.53%

Color #C36905 in popluar number systems.

HEXC36905
Decimal1951055
Binary110000111101001101
Octal3031515

Shades and tints

Shades of #C36905

#C36905
(195,105,5)
#B26005
(178,96,5)
#A15705
(161,87,5)
#904E05
(144,78,5)
#7F4505
(127,69,5)
#6E3C05
(110,60,5)
#5D3305
(93,51,5)
#4C2A05
(76,42,5)
#3B2105
(59,33,5)
#2A1805
(42,24,5)
#190F05
(25,15,5)
#000000
(0,0,0)

Tints of #C36905

#C36905
(195,105,5)
#C8761B
(200,118,27)
#CD8331
(205,131,49)
#D29047
(210,144,71)
#D79D5D
(215,157,93)
#DCAA73
(220,170,115)
#E1B789
(225,183,137)
#E6C49F
(230,196,159)
#EBD1B5
(235,209,181)
#F0DECB
(240,222,203)
#F5EBE1
(245,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C36905 color. Also use rgb(195,105,5) instead hex code.

Text Font Color

.myTextColor { color: #C36905; }

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

This text font color is #C36905.


Background Color

.myBgColor { background-color: #C36905; }

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

This div background color is #C36905.


Border color

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

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

This div border color is #C36905.


Opacity

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

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

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

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

This text has shadow with #C36905 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C36905 on black background.


Color preview on white background

This text has color #C36905 on white background.



Black color preview on #C36905 background

This text has black color on #C36905 background.


White color preview on #C36905 background

This text has white color on #C36905 background.