COLOR #C6700C

HEX: #C6700C
RGB: (198,112,12)

Color info

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

RGB color model

#C6700C color RGB value is (198,112,12).

  • red value is 198;
  • green value is 112;
  • blue value is 12.
RGB:
(198,112,12)
(78%,44%,5%)

RGB channels and saturation

R 198 of 255 = 78%
G 112 of 255 = 44%
B 12 of 255 = 5%

198
112
12

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

Portions of RGB colors in percentages

R + G + B =
198 + 112 + 12 = 322 (100%)
R 198 of 322 ~ 61.49%
G 112 of 322 ~ 34.78%
B 12 of 322 ~ 3.73%

%61.49
%34.78

CMYK color model

#C6700C color CMYK value is (0,43,94,22).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 93.94%
  • key color value is 22.35%
CMYK:
(0,43,94,22)
C0M43Y94K22 
(0%,43%,94%,22%)
(0.00/0.43/0.94/0.22)	

CMYK percentages

%0
%43.43
%93.94
%22.35

Codes

Color #C6700C in popluar color models

C6700C
RGB19811212
HSL32°88.57%41.18%
HSB/HSV32°93.94%77.65%
CMYK0.00%43.43%93.94%
22.35%

Color #C6700C in popluar number systems.

HEXC6700C
Decimal19811212
Binary1100011011100001100
Octal30616014

Shades and tints

Shades of #C6700C

#C6700C
(198,112,12)
#B4660B
(180,102,11)
#A25C0A
(162,92,10)
#905209
(144,82,9)
#7E4808
(126,72,8)
#6C3E07
(108,62,7)
#5A3406
(90,52,6)
#482A05
(72,42,5)
#362004
(54,32,4)
#241603
(36,22,3)
#120C02
(18,12,2)
#000000
(0,0,0)

Tints of #C6700C

#C6700C
(198,112,12)
#CB7D22
(203,125,34)
#D08A38
(208,138,56)
#D5974E
(213,151,78)
#DAA464
(218,164,100)
#DFB17A
(223,177,122)
#E4BE90
(228,190,144)
#E9CBA6
(233,203,166)
#EED8BC
(238,216,188)
#F3E5D2
(243,229,210)
#F8F2E8
(248,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6700C color. Also use rgb(198,112,12) instead hex code.

Text Font Color

.myTextColor { color: #C6700C; }

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

This text font color is #C6700C.


Background Color

.myBgColor { background-color: #C6700C; }

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

This div background color is #C6700C.


Border color

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

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

This div border color is #C6700C.


Opacity

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

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

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

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

This text has shadow with #C6700C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6700C on black background.


Color preview on white background

This text has color #C6700C on white background.



Black color preview on #C6700C background

This text has black color on #C6700C background.


White color preview on #C6700C background

This text has white color on #C6700C background.