COLOR #C76168

HEX: #C76168
RGB: (199,97,104)

Color info

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

RGB color model

#C76168 color RGB value is (199,97,104).

  • red value is 199;
  • green value is 97;
  • blue value is 104.
RGB:
(199,97,104)
(78%,38%,41%)

RGB channels and saturation

R 199 of 255 = 78%
G 97 of 255 = 38%
B 104 of 255 = 41%

199
97
104

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

Portions of RGB colors in percentages

R + G + B =
199 + 97 + 104 = 400 (100%)
R 199 of 400 ~ 49.75%
G 97 of 400 ~ 24.25%
B 104 of 400 ~ 26%

%49.75
%24.25
%26

CMYK color model

#C76168 color CMYK value is (0,51,48,22).

  • cyan value is 0.00%
  • magenta value is 51.26%
  • yellow value is 47.74%
  • key color value is 21.96%
CMYK:
(0,51,48,22)
C0M51Y48K22 
(0%,51%,48%,22%)
(0.00/0.51/0.48/0.22)	

CMYK percentages

%0
%51.26
%47.74
%21.96

Codes

Color #C76168 in popluar color models

C76168
RGB19997104
HSL356°47.66%58.04%
HSB/HSV356°51.26%78.04%
CMYK0.00%51.26%47.74%
21.96%

Color #C76168 in popluar number systems.

HEXC76168
Decimal19997104
Binary1100011111000011101000
Octal307141150

Shades and tints

Shades of #C76168

#C76168
(199,97,104)
#B5595F
(181,89,95)
#A35156
(163,81,86)
#91494D
(145,73,77)
#7F4144
(127,65,68)
#6D393B
(109,57,59)
#5B3132
(91,49,50)
#492929
(73,41,41)
#372120
(55,33,32)
#251917
(37,25,23)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #C76168

#C76168
(199,97,104)
#CC6F75
(204,111,117)
#D17D82
(209,125,130)
#D68B8F
(214,139,143)
#DB999C
(219,153,156)
#E0A7A9
(224,167,169)
#E5B5B6
(229,181,182)
#EAC3C3
(234,195,195)
#EFD1D0
(239,209,208)
#F4DFDD
(244,223,221)
#F9EDEA
(249,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76168 color. Also use rgb(199,97,104) instead hex code.

Text Font Color

.myTextColor { color: #C76168; }

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

This text font color is #C76168.


Background Color

.myBgColor { background-color: #C76168; }

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

This div background color is #C76168.


Border color

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

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

This div border color is #C76168.


Opacity

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

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

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

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

This text has shadow with #C76168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76168 on black background.


Color preview on white background

This text has color #C76168 on white background.



Black color preview on #C76168 background

This text has black color on #C76168 background.


White color preview on #C76168 background

This text has white color on #C76168 background.