COLOR #C15D2A

HEX: #C15D2A
RGB: (193,93,42)

Color info

#C15D2A contains mainly red color. Web safe color of #C15D2A is #CC6633 (or #C63).

RGB color model

#C15D2A color RGB value is (193,93,42).

  • red value is 193;
  • green value is 93;
  • blue value is 42.
RGB:
(193,93,42)
(76%,36%,16%)

RGB channels and saturation

R 193 of 255 = 76%
G 93 of 255 = 36%
B 42 of 255 = 16%

193
93
42

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

Portions of RGB colors in percentages

R + G + B =
193 + 93 + 42 = 328 (100%)
R 193 of 328 ~ 58.84%
G 93 of 328 ~ 28.35%
B 42 of 328 ~ 12.8%

%58.84
%28.35
%12.8

CMYK color model

#C15D2A color CMYK value is (0,52,78,24).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 78.24%
  • key color value is 24.31%
CMYK:
(0,52,78,24)
C0M52Y78K24 
(0%,52%,78%,24%)
(0.00/0.52/0.78/0.24)	

CMYK percentages

%0
%51.81
%78.24
%24.31

Codes

Color #C15D2A in popluar color models

C15D2A
RGB1939342
HSL20°64.26%46.08%
HSB/HSV20°78.24%75.69%
CMYK0.00%51.81%78.24%
24.31%

Color #C15D2A in popluar number systems.

HEXC15D2A
Decimal1939342
Binary110000011011101101010
Octal30113552

Shades and tints

Shades of #C15D2A

#C15D2A
(193,93,42)
#B05527
(176,85,39)
#9F4D24
(159,77,36)
#8E4521
(142,69,33)
#7D3D1E
(125,61,30)
#6C351B
(108,53,27)
#5B2D18
(91,45,24)
#4A2515
(74,37,21)
#391D12
(57,29,18)
#28150F
(40,21,15)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #C15D2A

#C15D2A
(193,93,42)
#C66B3D
(198,107,61)
#CB7950
(203,121,80)
#D08763
(208,135,99)
#D59576
(213,149,118)
#DAA389
(218,163,137)
#DFB19C
(223,177,156)
#E4BFAF
(228,191,175)
#E9CDC2
(233,205,194)
#EEDBD5
(238,219,213)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15D2A color. Also use rgb(193,93,42) instead hex code.

Text Font Color

.myTextColor { color: #C15D2A; }

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

This text font color is #C15D2A.


Background Color

.myBgColor { background-color: #C15D2A; }

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

This div background color is #C15D2A.


Border color

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

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

This div border color is #C15D2A.


Opacity

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

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

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

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

This text has shadow with #C15D2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15D2A on black background.


Color preview on white background

This text has color #C15D2A on white background.



Black color preview on #C15D2A background

This text has black color on #C15D2A background.


White color preview on #C15D2A background

This text has white color on #C15D2A background.