COLOR #C76769

HEX: #C76769
RGB: (199,103,105)

Color info

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

RGB color model

#C76769 color RGB value is (199,103,105).

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

RGB channels and saturation

R 199 of 255 = 78%
G 103 of 255 = 40%
B 105 of 255 = 41%

199
103
105

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

Portions of RGB colors in percentages

R + G + B =
199 + 103 + 105 = 407 (100%)
R 199 of 407 ~ 48.89%
G 103 of 407 ~ 25.31%
B 105 of 407 ~ 25.8%

%48.89
%25.31
%25.8

CMYK color model

#C76769 color CMYK value is (0,48,47,22).

  • cyan value is 0.00%
  • magenta value is 48.24%
  • yellow value is 47.24%
  • key color value is 21.96%
CMYK:
(0,48,47,22)
C0M48Y47K22 
(0%,48%,47%,22%)
(0.00/0.48/0.47/0.22)	

CMYK percentages

%0
%48.24
%47.24
%21.96

Codes

Color #C76769 in popluar color models

C76769
RGB199103105
HSL359°46.15%59.22%
HSB/HSV359°48.24%78.04%
CMYK0.00%48.24%47.24%
21.96%

Color #C76769 in popluar number systems.

HEXC76769
Decimal199103105
Binary1100011111001111101001
Octal307147151

Shades and tints

Shades of #C76769

#C76769
(199,103,105)
#B55E60
(181,94,96)
#A35557
(163,85,87)
#914C4E
(145,76,78)
#7F4345
(127,67,69)
#6D3A3C
(109,58,60)
#5B3133
(91,49,51)
#49282A
(73,40,42)
#371F21
(55,31,33)
#251618
(37,22,24)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #C76769

#C76769
(199,103,105)
#CC7476
(204,116,118)
#D18183
(209,129,131)
#D68E90
(214,142,144)
#DB9B9D
(219,155,157)
#E0A8AA
(224,168,170)
#E5B5B7
(229,181,183)
#EAC2C4
(234,194,196)
#EFCFD1
(239,207,209)
#F4DCDE
(244,220,222)
#F9E9EB
(249,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C76769; }

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

This text font color is #C76769.


Background Color

.myBgColor { background-color: #C76769; }

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

This div background color is #C76769.


Border color

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

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

This div border color is #C76769.


Opacity

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

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

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

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

This text has shadow with #C76769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76769 on black background.


Color preview on white background

This text has color #C76769 on white background.



Black color preview on #C76769 background

This text has black color on #C76769 background.


White color preview on #C76769 background

This text has white color on #C76769 background.