COLOR #C8660E

HEX: #C8660E RGB: (200,102,14)

Color info

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

RGB color model

#C8660E color RGB value is (200,102,14).

RGB: (200,102,14) (78%, 40%, 5%)

RGB channels and saturation

R 200 of 255 = 78%
G 102 of 255 = 40%
B 14 of 255 = 5%

200
102
14

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

Portions of RGB colors in percentages

R + G + B = 200 + 102 + 14 = 316 (100%)
R 200 of 316 ~ 63.29%
G 102 of 316 ~ 32.28%
B 14 of 316 ~ 4.43'%

%63.29
%32.28

CMYK color model

#C8660E color CMYK value is (0,49,93,22).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 93.00%
  • key color value is 21.57%

CMYK: (0,49,93,22)
C0M49Y93K22 (0%, 49%, 93%, 22%)
(0.00 / 0.49 / 0.93 / 0.22)

CMYK percentages

%0
%49
%93
%21.57

Codes

Color #C8660E in popluar color models

C8 66 0E
RGB 200 102 14
HSL 28° 86.92% 41.96%
HSB/HSV 28° 93.00% 78.43%
CMYK 0.00% 49.00% 93.00%
21.57%

Color #C8660E in popluar number systems.

HEX C8 66 0E
Decimal 200 102 14
Binary 11001000 1100110 1110
Octal 310 146 16

Shades and tints

Shades of #C8660E

#C8660E
(200,102,14)
#B65D0D
(182,93,13)
#A4540C
(164,84,12)
#924B0B
(146,75,11)
#80420A
(128,66,10)
#6E3909
(110,57,9)
#5C3008
(92,48,8)
#4A2707
(74,39,7)
#381E06
(56,30,6)
#261505
(38,21,5)
#140C04
(20,12,4)
#000000
(0,0,0)

Tints of #C8660E

#C8660E
(200,102,14)
#CD7323
(205,115,35)
#D28038
(210,128,56)
#D78D4D
(215,141,77)
#DC9A62
(220,154,98)
#E1A777
(225,167,119)
#E6B48C
(230,180,140)
#EBC1A1
(235,193,161)
#F0CEB6
(240,206,182)
#F5DBCB
(245,219,203)
#FAE8E0
(250,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8660E color. Also use rgb(200,102,14) instead hex code.

Text Font Color

.myTextColor { color: #C8660E; }

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

This text font color is #C8660E.

Background Color

.myBgColor { background-color: #C8660E; }

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

This div background color is #C8660E.

Border color

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

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

This div border color is #C8660E.

Opacity

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

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

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

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

This text has shadow with #C8660E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8660E.

Preview

Color preview on black background

This text has color #C8660E on black background.


Color preview on white background

This text has color #C8660E on white background.


Black color preview on #C8660E background

This text has black color on #C8660E background.


White color preview on #C8660E background

This text has white color on #C8660E background.


Related colors

Complementary color

Complementary color for #hex is #3799F1.


I love getcolorcode.com

Triadic colors

1 #0EC866 and #660EC8 with #C8660E are triadic colors.

2 #0E66C8 and #66C80E with #C8660E are triadic colors.