COLOR #C06107

HEX: #C06107
RGB: (192,97,7)

Color info

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

RGB color model

#C06107 color RGB value is (192,97,7).

  • red value is 192;
  • green value is 97;
  • blue value is 7.
RGB:
(192,97,7)
(75%,38%,3%)

RGB channels and saturation

R 192 of 255 = 75%
G 97 of 255 = 38%
B 7 of 255 = 3%

192
97
7

R + G + B ~ 39%. #C06107 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
192 + 97 + 7 = 296 (100%)
R 192 of 296 ~ 64.86%
G 97 of 296 ~ 32.77%
B 7 of 296 ~ 2.36%

%64.86
%32.77

CMYK color model

#C06107 color CMYK value is (0,49,96,25).

  • cyan value is 0.00%
  • magenta value is 49.48%
  • yellow value is 96.35%
  • key color value is 24.71%
CMYK:
(0,49,96,25)
C0M49Y96K25 
(0%,49%,96%,25%)
(0.00/0.49/0.96/0.25)	

CMYK percentages

%0
%49.48
%96.35
%24.71

Codes

Color #C06107 in popluar color models

C06107
RGB192977
HSL29°92.96%39.02%
HSB/HSV29°96.35%75.29%
CMYK0.00%49.48%96.35%
24.71%

Color #C06107 in popluar number systems.

HEXC06107
Decimal192977
Binary110000001100001111
Octal3001417

Shades and tints

Shades of #C06107

#C06107
(192,97,7)
#AF5907
(175,89,7)
#9E5107
(158,81,7)
#8D4907
(141,73,7)
#7C4107
(124,65,7)
#6B3907
(107,57,7)
#5A3107
(90,49,7)
#492907
(73,41,7)
#382107
(56,33,7)
#271907
(39,25,7)
#161107
(22,17,7)
#000000
(0,0,0)

Tints of #C06107

#C06107
(192,97,7)
#C56F1D
(197,111,29)
#CA7D33
(202,125,51)
#CF8B49
(207,139,73)
#D4995F
(212,153,95)
#D9A775
(217,167,117)
#DEB58B
(222,181,139)
#E3C3A1
(227,195,161)
#E8D1B7
(232,209,183)
#EDDFCD
(237,223,205)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06107 color. Also use rgb(192,97,7) instead hex code.

Text Font Color

.myTextColor { color: #C06107; }

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

This text font color is #C06107.


Background Color

.myBgColor { background-color: #C06107; }

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

This div background color is #C06107.


Border color

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

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

This div border color is #C06107.


Opacity

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

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

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

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

This text has shadow with #C06107 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06107 on black background.


Color preview on white background

This text has color #C06107 on white background.



Black color preview on #C06107 background

This text has black color on #C06107 background.


White color preview on #C06107 background

This text has white color on #C06107 background.