COLOR #C16B62

HEX: #C16B62
RGB: (193,107,98)

Color info

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

RGB color model

#C16B62 color RGB value is (193,107,98).

  • red value is 193;
  • green value is 107;
  • blue value is 98.
RGB:
(193,107,98)
(76%,42%,38%)

RGB channels and saturation

R 193 of 255 = 76%
G 107 of 255 = 42%
B 98 of 255 = 38%

193
107
98

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

Portions of RGB colors in percentages

R + G + B =
193 + 107 + 98 = 398 (100%)
R 193 of 398 ~ 48.49%
G 107 of 398 ~ 26.88%
B 98 of 398 ~ 24.62%

%48.49
%26.88
%24.62

CMYK color model

#C16B62 color CMYK value is (0,45,49,24).

  • cyan value is 0.00%
  • magenta value is 44.56%
  • yellow value is 49.22%
  • key color value is 24.31%
CMYK:
(0,45,49,24)
C0M45Y49K24 
(0%,45%,49%,24%)
(0.00/0.45/0.49/0.24)	

CMYK percentages

%0
%44.56
%49.22
%24.31

Codes

Color #C16B62 in popluar color models

C16B62
RGB19310798
HSL43.38%57.06%
HSB/HSV49.22%75.69%
CMYK0.00%44.56%49.22%
24.31%

Color #C16B62 in popluar number systems.

HEXC16B62
Decimal19310798
Binary1100000111010111100010
Octal301153142

Shades and tints

Shades of #C16B62

#C16B62
(193,107,98)
#B0625A
(176,98,90)
#9F5952
(159,89,82)
#8E504A
(142,80,74)
#7D4742
(125,71,66)
#6C3E3A
(108,62,58)
#5B3532
(91,53,50)
#4A2C2A
(74,44,42)
#392322
(57,35,34)
#281A1A
(40,26,26)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #C16B62

#C16B62
(193,107,98)
#C67870
(198,120,112)
#CB857E
(203,133,126)
#D0928C
(208,146,140)
#D59F9A
(213,159,154)
#DAACA8
(218,172,168)
#DFB9B6
(223,185,182)
#E4C6C4
(228,198,196)
#E9D3D2
(233,211,210)
#EEE0E0
(238,224,224)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C16B62 color. Also use rgb(193,107,98) instead hex code.

Text Font Color

.myTextColor { color: #C16B62; }

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

This text font color is #C16B62.


Background Color

.myBgColor { background-color: #C16B62; }

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

This div background color is #C16B62.


Border color

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

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

This div border color is #C16B62.


Opacity

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

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

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

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

This text has shadow with #C16B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C16B62 on black background.


Color preview on white background

This text has color #C16B62 on white background.



Black color preview on #C16B62 background

This text has black color on #C16B62 background.


White color preview on #C16B62 background

This text has white color on #C16B62 background.