COLOR #C15B39

HEX: #C15B39
RGB: (193,91,57)

Color info

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

RGB color model

#C15B39 color RGB value is (193,91,57).

  • red value is 193;
  • green value is 91;
  • blue value is 57.
RGB:
(193,91,57)
(76%,36%,22%)

RGB channels and saturation

R 193 of 255 = 76%
G 91 of 255 = 36%
B 57 of 255 = 22%

193
91
57

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

Portions of RGB colors in percentages

R + G + B =
193 + 91 + 57 = 341 (100%)
R 193 of 341 ~ 56.6%
G 91 of 341 ~ 26.69%
B 57 of 341 ~ 16.72%

%56.6
%26.69
%16.72

CMYK color model

#C15B39 color CMYK value is (0,53,70,24).

  • cyan value is 0.00%
  • magenta value is 52.85%
  • yellow value is 70.47%
  • key color value is 24.31%
CMYK:
(0,53,70,24)
C0M53Y70K24 
(0%,53%,70%,24%)
(0.00/0.53/0.70/0.24)	

CMYK percentages

%0
%52.85
%70.47
%24.31

Codes

Color #C15B39 in popluar color models

C15B39
RGB1939157
HSL15°54.40%49.02%
HSB/HSV15°70.47%75.69%
CMYK0.00%52.85%70.47%
24.31%

Color #C15B39 in popluar number systems.

HEXC15B39
Decimal1939157
Binary110000011011011111001
Octal30113371

Shades and tints

Shades of #C15B39

#C15B39
(193,91,57)
#B05334
(176,83,52)
#9F4B2F
(159,75,47)
#8E432A
(142,67,42)
#7D3B25
(125,59,37)
#6C3320
(108,51,32)
#5B2B1B
(91,43,27)
#4A2316
(74,35,22)
#391B11
(57,27,17)
#28130C
(40,19,12)
#170B07
(23,11,7)
#000000
(0,0,0)

Tints of #C15B39

#C15B39
(193,91,57)
#C6694B
(198,105,75)
#CB775D
(203,119,93)
#D0856F
(208,133,111)
#D59381
(213,147,129)
#DAA193
(218,161,147)
#DFAFA5
(223,175,165)
#E4BDB7
(228,189,183)
#E9CBC9
(233,203,201)
#EED9DB
(238,217,219)
#F3E7ED
(243,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15B39 color. Also use rgb(193,91,57) instead hex code.

Text Font Color

.myTextColor { color: #C15B39; }

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

This text font color is #C15B39.


Background Color

.myBgColor { background-color: #C15B39; }

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

This div background color is #C15B39.


Border color

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

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

This div border color is #C15B39.


Opacity

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

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

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

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

This text has shadow with #C15B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15B39 on black background.


Color preview on white background

This text has color #C15B39 on white background.



Black color preview on #C15B39 background

This text has black color on #C15B39 background.


White color preview on #C15B39 background

This text has white color on #C15B39 background.