COLOR #C06B60

HEX: #C06B60
RGB: (192,107,96)

Color info

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

RGB color model

#C06B60 color RGB value is (192,107,96).

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

RGB channels and saturation

R 192 of 255 = 75%
G 107 of 255 = 42%
B 96 of 255 = 38%

192
107
96

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

Portions of RGB colors in percentages

R + G + B =
192 + 107 + 96 = 395 (100%)
R 192 of 395 ~ 48.61%
G 107 of 395 ~ 27.09%
B 96 of 395 ~ 24.3%

%48.61
%27.09
%24.3

CMYK color model

#C06B60 color CMYK value is (0,44,50,25).

  • cyan value is 0.00%
  • magenta value is 44.27%
  • yellow value is 50.00%
  • key color value is 24.71%
CMYK:
(0,44,50,25)
C0M44Y50K25 
(0%,44%,50%,25%)
(0.00/0.44/0.50/0.25)	

CMYK percentages

%0
%44.27
%50
%24.71

Codes

Color #C06B60 in popluar color models

C06B60
RGB19210796
HSL43.24%56.47%
HSB/HSV50.00%75.29%
CMYK0.00%44.27%50.00%
24.71%

Color #C06B60 in popluar number systems.

HEXC06B60
Decimal19210796
Binary1100000011010111100000
Octal300153140

Shades and tints

Shades of #C06B60

#C06B60
(192,107,96)
#AF6258
(175,98,88)
#9E5950
(158,89,80)
#8D5048
(141,80,72)
#7C4740
(124,71,64)
#6B3E38
(107,62,56)
#5A3530
(90,53,48)
#492C28
(73,44,40)
#382320
(56,35,32)
#271A18
(39,26,24)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #C06B60

#C06B60
(192,107,96)
#C5786E
(197,120,110)
#CA857C
(202,133,124)
#CF928A
(207,146,138)
#D49F98
(212,159,152)
#D9ACA6
(217,172,166)
#DEB9B4
(222,185,180)
#E3C6C2
(227,198,194)
#E8D3D0
(232,211,208)
#EDE0DE
(237,224,222)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C06B60; }

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

This text font color is #C06B60.


Background Color

.myBgColor { background-color: #C06B60; }

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

This div background color is #C06B60.


Border color

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

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

This div border color is #C06B60.


Opacity

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

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

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

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

This text has shadow with #C06B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06B60 on black background.


Color preview on white background

This text has color #C06B60 on white background.



Black color preview on #C06B60 background

This text has black color on #C06B60 background.


White color preview on #C06B60 background

This text has white color on #C06B60 background.