COLOR #C16752

HEX: #C16752
RGB: (193,103,82)

Color info

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

RGB color model

#C16752 color RGB value is (193,103,82).

  • red value is 193;
  • green value is 103;
  • blue value is 82.
RGB:
(193,103,82)
(76%,40%,32%)

RGB channels and saturation

R 193 of 255 = 76%
G 103 of 255 = 40%
B 82 of 255 = 32%

193
103
82

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

Portions of RGB colors in percentages

R + G + B =
193 + 103 + 82 = 378 (100%)
R 193 of 378 ~ 51.06%
G 103 of 378 ~ 27.25%
B 82 of 378 ~ 21.69%

%51.06
%27.25
%21.69

CMYK color model

#C16752 color CMYK value is (0,47,58,24).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 57.51%
  • key color value is 24.31%
CMYK:
(0,47,58,24)
C0M47Y58K24 
(0%,47%,58%,24%)
(0.00/0.47/0.58/0.24)	

CMYK percentages

%0
%46.63
%57.51
%24.31

Codes

Color #C16752 in popluar color models

C16752
RGB19310382
HSL11°47.23%53.92%
HSB/HSV11°57.51%75.69%
CMYK0.00%46.63%57.51%
24.31%

Color #C16752 in popluar number systems.

HEXC16752
Decimal19310382
Binary1100000111001111010010
Octal301147122

Shades and tints

Shades of #C16752

#C16752
(193,103,82)
#B05E4B
(176,94,75)
#9F5544
(159,85,68)
#8E4C3D
(142,76,61)
#7D4336
(125,67,54)
#6C3A2F
(108,58,47)
#5B3128
(91,49,40)
#4A2821
(74,40,33)
#391F1A
(57,31,26)
#281613
(40,22,19)
#170D0C
(23,13,12)
#000000
(0,0,0)

Tints of #C16752

#C16752
(193,103,82)
#C67461
(198,116,97)
#CB8170
(203,129,112)
#D08E7F
(208,142,127)
#D59B8E
(213,155,142)
#DAA89D
(218,168,157)
#DFB5AC
(223,181,172)
#E4C2BB
(228,194,187)
#E9CFCA
(233,207,202)
#EEDCD9
(238,220,217)
#F3E9E8
(243,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16752 color. Also use rgb(193,103,82) instead hex code.

Text Font Color

.myTextColor { color: #C16752; }

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

This text font color is #C16752.


Background Color

.myBgColor { background-color: #C16752; }

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

This div background color is #C16752.


Border color

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

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

This div border color is #C16752.


Opacity

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

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

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

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

This text has shadow with #C16752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16752 on black background.


Color preview on white background

This text has color #C16752 on white background.



Black color preview on #C16752 background

This text has black color on #C16752 background.


White color preview on #C16752 background

This text has white color on #C16752 background.