COLOR #C17C0E

HEX: #C17C0E
RGB: (193,124,14)

Color info

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

RGB color model

#C17C0E color RGB value is (193,124,14).

  • red value is 193;
  • green value is 124;
  • blue value is 14.
RGB:
(193,124,14)
(76%,49%,5%)

RGB channels and saturation

R 193 of 255 = 76%
G 124 of 255 = 49%
B 14 of 255 = 5%

193
124
14

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

Portions of RGB colors in percentages

R + G + B =
193 + 124 + 14 = 331 (100%)
R 193 of 331 ~ 58.31%
G 124 of 331 ~ 37.46%
B 14 of 331 ~ 4.23%

%58.31
%37.46

CMYK color model

#C17C0E color CMYK value is (0,36,93,24).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 92.75%
  • key color value is 24.31%
CMYK:
(0,36,93,24)
C0M36Y93K24 
(0%,36%,93%,24%)
(0.00/0.36/0.93/0.24)	

CMYK percentages

%0
%35.75
%92.75
%24.31

Codes

Color #C17C0E in popluar color models

C17C0E
RGB19312414
HSL37°86.47%40.59%
HSB/HSV37°92.75%75.69%
CMYK0.00%35.75%92.75%
24.31%

Color #C17C0E in popluar number systems.

HEXC17C0E
Decimal19312414
Binary1100000111111001110
Octal30117416

Shades and tints

Shades of #C17C0E

#C17C0E
(193,124,14)
#B0710D
(176,113,13)
#9F660C
(159,102,12)
#8E5B0B
(142,91,11)
#7D500A
(125,80,10)
#6C4509
(108,69,9)
#5B3A08
(91,58,8)
#4A2F07
(74,47,7)
#392406
(57,36,6)
#281905
(40,25,5)
#170E04
(23,14,4)
#000000
(0,0,0)

Tints of #C17C0E

#C17C0E
(193,124,14)
#C68723
(198,135,35)
#CB9238
(203,146,56)
#D09D4D
(208,157,77)
#D5A862
(213,168,98)
#DAB377
(218,179,119)
#DFBE8C
(223,190,140)
#E4C9A1
(228,201,161)
#E9D4B6
(233,212,182)
#EEDFCB
(238,223,203)
#F3EAE0
(243,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17C0E color. Also use rgb(193,124,14) instead hex code.

Text Font Color

.myTextColor { color: #C17C0E; }

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

This text font color is #C17C0E.


Background Color

.myBgColor { background-color: #C17C0E; }

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

This div background color is #C17C0E.


Border color

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

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

This div border color is #C17C0E.


Opacity

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

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

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

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

This text has shadow with #C17C0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17C0E on black background.


Color preview on white background

This text has color #C17C0E on white background.



Black color preview on #C17C0E background

This text has black color on #C17C0E background.


White color preview on #C17C0E background

This text has white color on #C17C0E background.