COLOR #C15A0A

HEX: #C15A0A
RGB: (193,90,10)

Color info

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

RGB color model

#C15A0A color RGB value is (193,90,10).

  • red value is 193;
  • green value is 90;
  • blue value is 10.
RGB:
(193,90,10)
(76%,35%,4%)

RGB channels and saturation

R 193 of 255 = 76%
G 90 of 255 = 35%
B 10 of 255 = 4%

193
90
10

R + G + B ~ 38%. #C15A0A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
193 + 90 + 10 = 293 (100%)
R 193 of 293 ~ 65.87%
G 90 of 293 ~ 30.72%
B 10 of 293 ~ 3.41%

%65.87
%30.72

CMYK color model

#C15A0A color CMYK value is (0,53,95,24).

  • cyan value is 0.00%
  • magenta value is 53.37%
  • yellow value is 94.82%
  • key color value is 24.31%
CMYK:
(0,53,95,24)
C0M53Y95K24 
(0%,53%,95%,24%)
(0.00/0.53/0.95/0.24)	

CMYK percentages

%0
%53.37
%94.82
%24.31

Codes

Color #C15A0A in popluar color models

C15A0A
RGB1939010
HSL26°90.15%39.80%
HSB/HSV26°94.82%75.69%
CMYK0.00%53.37%94.82%
24.31%

Color #C15A0A in popluar number systems.

HEXC15A0A
Decimal1939010
Binary1100000110110101010
Octal30113212

Shades and tints

Shades of #C15A0A

#C15A0A
(193,90,10)
#B0520A
(176,82,10)
#9F4A0A
(159,74,10)
#8E420A
(142,66,10)
#7D3A0A
(125,58,10)
#6C320A
(108,50,10)
#5B2A0A
(91,42,10)
#4A220A
(74,34,10)
#391A0A
(57,26,10)
#28120A
(40,18,10)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #C15A0A

#C15A0A
(193,90,10)
#C66920
(198,105,32)
#CB7836
(203,120,54)
#D0874C
(208,135,76)
#D59662
(213,150,98)
#DAA578
(218,165,120)
#DFB48E
(223,180,142)
#E4C3A4
(228,195,164)
#E9D2BA
(233,210,186)
#EEE1D0
(238,225,208)
#F3F0E6
(243,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15A0A color. Also use rgb(193,90,10) instead hex code.

Text Font Color

.myTextColor { color: #C15A0A; }

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

This text font color is #C15A0A.


Background Color

.myBgColor { background-color: #C15A0A; }

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

This div background color is #C15A0A.


Border color

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

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

This div border color is #C15A0A.


Opacity

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

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

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

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

This text has shadow with #C15A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15A0A on black background.


Color preview on white background

This text has color #C15A0A on white background.



Black color preview on #C15A0A background

This text has black color on #C15A0A background.


White color preview on #C15A0A background

This text has white color on #C15A0A background.