COLOR #C06769

HEX: #C06769
RGB: (192,103,105)

Color info

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

RGB color model

#C06769 color RGB value is (192,103,105).

  • red value is 192;
  • green value is 103;
  • blue value is 105.
RGB:
(192,103,105)
(75%,40%,41%)

RGB channels and saturation

R 192 of 255 = 75%
G 103 of 255 = 40%
B 105 of 255 = 41%

192
103
105

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

Portions of RGB colors in percentages

R + G + B =
192 + 103 + 105 = 400 (100%)
R 192 of 400 ~ 48%
G 103 of 400 ~ 25.75%
B 105 of 400 ~ 26.25%

%48
%25.75
%26.25

CMYK color model

#C06769 color CMYK value is (0,46,45,25).

  • cyan value is 0.00%
  • magenta value is 46.35%
  • yellow value is 45.31%
  • key color value is 24.71%
CMYK:
(0,46,45,25)
C0M46Y45K25 
(0%,46%,45%,25%)
(0.00/0.46/0.45/0.25)	

CMYK percentages

%0
%46.35
%45.31
%24.71

Codes

Color #C06769 in popluar color models

C06769
RGB192103105
HSL359°41.40%57.84%
HSB/HSV359°46.35%75.29%
CMYK0.00%46.35%45.31%
24.71%

Color #C06769 in popluar number systems.

HEXC06769
Decimal192103105
Binary1100000011001111101001
Octal300147151

Shades and tints

Shades of #C06769

#C06769
(192,103,105)
#AF5E60
(175,94,96)
#9E5557
(158,85,87)
#8D4C4E
(141,76,78)
#7C4345
(124,67,69)
#6B3A3C
(107,58,60)
#5A3133
(90,49,51)
#49282A
(73,40,42)
#381F21
(56,31,33)
#271618
(39,22,24)
#160D0F
(22,13,15)
#000000
(0,0,0)

Tints of #C06769

#C06769
(192,103,105)
#C57476
(197,116,118)
#CA8183
(202,129,131)
#CF8E90
(207,142,144)
#D49B9D
(212,155,157)
#D9A8AA
(217,168,170)
#DEB5B7
(222,181,183)
#E3C2C4
(227,194,196)
#E8CFD1
(232,207,209)
#EDDCDE
(237,220,222)
#F2E9EB
(242,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C06769 color. Also use rgb(192,103,105) instead hex code.

Text Font Color

.myTextColor { color: #C06769; }

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

This text font color is #C06769.


Background Color

.myBgColor { background-color: #C06769; }

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

This div background color is #C06769.


Border color

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

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

This div border color is #C06769.


Opacity

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

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

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

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

This text has shadow with #C06769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C06769 on black background.


Color preview on white background

This text has color #C06769 on white background.



Black color preview on #C06769 background

This text has black color on #C06769 background.


White color preview on #C06769 background

This text has white color on #C06769 background.