COLOR #C6600C

HEX: #C6600C
RGB: (198,96,12)

Color info

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

RGB color model

#C6600C color RGB value is (198,96,12).

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

RGB channels and saturation

R 198 of 255 = 78%
G 96 of 255 = 38%
B 12 of 255 = 5%

198
96
12

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

Portions of RGB colors in percentages

R + G + B =
198 + 96 + 12 = 306 (100%)
R 198 of 306 ~ 64.71%
G 96 of 306 ~ 31.37%
B 12 of 306 ~ 3.92%

%64.71
%31.37

CMYK color model

#C6600C color CMYK value is (0,52,94,22).

  • cyan value is 0.00%
  • magenta value is 51.52%
  • yellow value is 93.94%
  • key color value is 22.35%
CMYK:
(0,52,94,22)
C0M52Y94K22 
(0%,52%,94%,22%)
(0.00/0.52/0.94/0.22)	

CMYK percentages

%0
%51.52
%93.94
%22.35

Codes

Color #C6600C in popluar color models

C6600C
RGB1989612
HSL27°88.57%41.18%
HSB/HSV27°93.94%77.65%
CMYK0.00%51.52%93.94%
22.35%

Color #C6600C in popluar number systems.

HEXC6600C
Decimal1989612
Binary1100011011000001100
Octal30614014

Shades and tints

Shades of #C6600C

#C6600C
(198,96,12)
#B4580B
(180,88,11)
#A2500A
(162,80,10)
#904809
(144,72,9)
#7E4008
(126,64,8)
#6C3807
(108,56,7)
#5A3006
(90,48,6)
#482805
(72,40,5)
#362004
(54,32,4)
#241803
(36,24,3)
#121002
(18,16,2)
#000000
(0,0,0)

Tints of #C6600C

#C6600C
(198,96,12)
#CB6E22
(203,110,34)
#D07C38
(208,124,56)
#D58A4E
(213,138,78)
#DA9864
(218,152,100)
#DFA67A
(223,166,122)
#E4B490
(228,180,144)
#E9C2A6
(233,194,166)
#EED0BC
(238,208,188)
#F3DED2
(243,222,210)
#F8ECE8
(248,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6600C; }

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

This text font color is #C6600C.


Background Color

.myBgColor { background-color: #C6600C; }

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

This div background color is #C6600C.


Border color

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

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

This div border color is #C6600C.


Opacity

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

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

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

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

This text has shadow with #C6600C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6600C on black background.


Color preview on white background

This text has color #C6600C on white background.



Black color preview on #C6600C background

This text has black color on #C6600C background.


White color preview on #C6600C background

This text has white color on #C6600C background.