COLOR #C06B6F

HEX: #C06B6F
RGB: (192,107,111)

Color info

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

RGB color model

#C06B6F color RGB value is (192,107,111).

  • red value is 192;
  • green value is 107;
  • blue value is 111.
RGB:
(192,107,111)
(75%,42%,44%)

RGB channels and saturation

R 192 of 255 = 75%
G 107 of 255 = 42%
B 111 of 255 = 44%

192
107
111

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

Portions of RGB colors in percentages

R + G + B =
192 + 107 + 111 = 410 (100%)
R 192 of 410 ~ 46.83%
G 107 of 410 ~ 26.1%
B 111 of 410 ~ 27.07%

%46.83
%26.1
%27.07

CMYK color model

#C06B6F color CMYK value is (0,44,42,25).

  • cyan value is 0.00%
  • magenta value is 44.27%
  • yellow value is 42.19%
  • key color value is 24.71%
CMYK:
(0,44,42,25)
C0M44Y42K25 
(0%,44%,42%,25%)
(0.00/0.44/0.42/0.25)	

CMYK percentages

%0
%44.27
%42.19
%24.71

Codes

Color #C06B6F in popluar color models

C06B6F
RGB192107111
HSL357°40.28%58.63%
HSB/HSV357°44.27%75.29%
CMYK0.00%44.27%42.19%
24.71%

Color #C06B6F in popluar number systems.

HEXC06B6F
Decimal192107111
Binary1100000011010111101111
Octal300153157

Shades and tints

Shades of #C06B6F

#C06B6F
(192,107,111)
#AF6265
(175,98,101)
#9E595B
(158,89,91)
#8D5051
(141,80,81)
#7C4747
(124,71,71)
#6B3E3D
(107,62,61)
#5A3533
(90,53,51)
#492C29
(73,44,41)
#38231F
(56,35,31)
#271A15
(39,26,21)
#16110B
(22,17,11)
#000000
(0,0,0)

Tints of #C06B6F

#C06B6F
(192,107,111)
#C5787C
(197,120,124)
#CA8589
(202,133,137)
#CF9296
(207,146,150)
#D49FA3
(212,159,163)
#D9ACB0
(217,172,176)
#DEB9BD
(222,185,189)
#E3C6CA
(227,198,202)
#E8D3D7
(232,211,215)
#EDE0E4
(237,224,228)
#F2EDF1
(242,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06B6F color. Also use rgb(192,107,111) instead hex code.

Text Font Color

.myTextColor { color: #C06B6F; }

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

This text font color is #C06B6F.


Background Color

.myBgColor { background-color: #C06B6F; }

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

This div background color is #C06B6F.


Border color

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

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

This div border color is #C06B6F.


Opacity

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

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

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

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

This text has shadow with #C06B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06B6F on black background.


Color preview on white background

This text has color #C06B6F on white background.



Black color preview on #C06B6F background

This text has black color on #C06B6F background.


White color preview on #C06B6F background

This text has white color on #C06B6F background.