COLOR #C15853

HEX: #C15853
RGB: (193,88,83)

Color info

#C15853 contains mainly red color. Web safe color of #C15853 is #CC6666 (or #C66).

RGB color model

#C15853 color RGB value is (193,88,83).

  • red value is 193;
  • green value is 88;
  • blue value is 83.
RGB:
(193,88,83)
(76%,35%,33%)

RGB channels and saturation

R 193 of 255 = 76%
G 88 of 255 = 35%
B 83 of 255 = 33%

193
88
83

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

Portions of RGB colors in percentages

R + G + B =
193 + 88 + 83 = 364 (100%)
R 193 of 364 ~ 53.02%
G 88 of 364 ~ 24.18%
B 83 of 364 ~ 22.8%

%53.02
%24.18
%22.8

CMYK color model

#C15853 color CMYK value is (0,54,57,24).

  • cyan value is 0.00%
  • magenta value is 54.40%
  • yellow value is 56.99%
  • key color value is 24.31%
CMYK:
(0,54,57,24)
C0M54Y57K24 
(0%,54%,57%,24%)
(0.00/0.54/0.57/0.24)	

CMYK percentages

%0
%54.4
%56.99
%24.31

Codes

Color #C15853 in popluar color models

C15853
RGB1938883
HSL47.01%54.12%
HSB/HSV56.99%75.69%
CMYK0.00%54.40%56.99%
24.31%

Color #C15853 in popluar number systems.

HEXC15853
Decimal1938883
Binary1100000110110001010011
Octal301130123

Shades and tints

Shades of #C15853

#C15853
(193,88,83)
#B0504C
(176,80,76)
#9F4845
(159,72,69)
#8E403E
(142,64,62)
#7D3837
(125,56,55)
#6C3030
(108,48,48)
#5B2829
(91,40,41)
#4A2022
(74,32,34)
#39181B
(57,24,27)
#281014
(40,16,20)
#17080D
(23,8,13)
#000000
(0,0,0)

Tints of #C15853

#C15853
(193,88,83)
#C66762
(198,103,98)
#CB7671
(203,118,113)
#D08580
(208,133,128)
#D5948F
(213,148,143)
#DAA39E
(218,163,158)
#DFB2AD
(223,178,173)
#E4C1BC
(228,193,188)
#E9D0CB
(233,208,203)
#EEDFDA
(238,223,218)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C15853 color. Also use rgb(193,88,83) instead hex code.

Text Font Color

.myTextColor { color: #C15853; }

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

This text font color is #C15853.


Background Color

.myBgColor { background-color: #C15853; }

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

This div background color is #C15853.


Border color

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

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

This div border color is #C15853.


Opacity

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

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

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

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

This text has shadow with #C15853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C15853 on black background.


Color preview on white background

This text has color #C15853 on white background.



Black color preview on #C15853 background

This text has black color on #C15853 background.


White color preview on #C15853 background

This text has white color on #C15853 background.