COLOR #C06607

HEX: #C06607
RGB: (192,102,7)

Color info

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

RGB color model

#C06607 color RGB value is (192,102,7).

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

RGB channels and saturation

R 192 of 255 = 75%
G 102 of 255 = 40%
B 7 of 255 = 3%

192
102
7

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

Portions of RGB colors in percentages

R + G + B =
192 + 102 + 7 = 301 (100%)
R 192 of 301 ~ 63.79%
G 102 of 301 ~ 33.89%
B 7 of 301 ~ 2.33%

%63.79
%33.89

CMYK color model

#C06607 color CMYK value is (0,47,96,25).

  • cyan value is 0.00%
  • magenta value is 46.88%
  • yellow value is 96.35%
  • key color value is 24.71%
CMYK:
(0,47,96,25)
C0M47Y96K25 
(0%,47%,96%,25%)
(0.00/0.47/0.96/0.25)	

CMYK percentages

%0
%46.88
%96.35
%24.71

Codes

Color #C06607 in popluar color models

C06607
RGB1921027
HSL31°92.96%39.02%
HSB/HSV31°96.35%75.29%
CMYK0.00%46.88%96.35%
24.71%

Color #C06607 in popluar number systems.

HEXC06607
Decimal1921027
Binary110000001100110111
Octal3001467

Shades and tints

Shades of #C06607

#C06607
(192,102,7)
#AF5D07
(175,93,7)
#9E5407
(158,84,7)
#8D4B07
(141,75,7)
#7C4207
(124,66,7)
#6B3907
(107,57,7)
#5A3007
(90,48,7)
#492707
(73,39,7)
#381E07
(56,30,7)
#271507
(39,21,7)
#160C07
(22,12,7)
#000000
(0,0,0)

Tints of #C06607

#C06607
(192,102,7)
#C5731D
(197,115,29)
#CA8033
(202,128,51)
#CF8D49
(207,141,73)
#D49A5F
(212,154,95)
#D9A775
(217,167,117)
#DEB48B
(222,180,139)
#E3C1A1
(227,193,161)
#E8CEB7
(232,206,183)
#EDDBCD
(237,219,205)
#F2E8E3
(242,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06607; }

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

This text font color is #C06607.


Background Color

.myBgColor { background-color: #C06607; }

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

This div background color is #C06607.


Border color

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

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

This div border color is #C06607.


Opacity

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

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

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

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

This text has shadow with #C06607 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06607 on black background.


Color preview on white background

This text has color #C06607 on white background.



Black color preview on #C06607 background

This text has black color on #C06607 background.


White color preview on #C06607 background

This text has white color on #C06607 background.