COLOR #C8767C

HEX: #C8767C
RGB: (200,118,124)

Color info

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

RGB color model

#C8767C color RGB value is (200,118,124).

  • red value is 200;
  • green value is 118;
  • blue value is 124.
RGB:
(200,118,124)
(78%,46%,49%)

RGB channels and saturation

R 200 of 255 = 78%
G 118 of 255 = 46%
B 124 of 255 = 49%

200
118
124

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

Portions of RGB colors in percentages

R + G + B =
200 + 118 + 124 = 442 (100%)
R 200 of 442 ~ 45.25%
G 118 of 442 ~ 26.7%
B 124 of 442 ~ 28.05%

%45.25
%26.7
%28.05

CMYK color model

#C8767C color CMYK value is (0,41,38,22).

  • cyan value is 0.00%
  • magenta value is 41.00%
  • yellow value is 38.00%
  • key color value is 21.57%
CMYK:
(0,41,38,22)
C0M41Y38K22 
(0%,41%,38%,22%)
(0.00/0.41/0.38/0.22)	

CMYK percentages

%0
%41
%38
%21.57

Codes

Color #C8767C in popluar color models

C8767C
RGB200118124
HSL356°42.71%62.35%
HSB/HSV356°41.00%78.43%
CMYK0.00%41.00%38.00%
21.57%

Color #C8767C in popluar number systems.

HEXC8767C
Decimal200118124
Binary1100100011101101111100
Octal310166174

Shades and tints

Shades of #C8767C

#C8767C
(200,118,124)
#B66C71
(182,108,113)
#A46266
(164,98,102)
#92585B
(146,88,91)
#804E50
(128,78,80)
#6E4445
(110,68,69)
#5C3A3A
(92,58,58)
#4A302F
(74,48,47)
#382624
(56,38,36)
#261C19
(38,28,25)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #C8767C

#C8767C
(200,118,124)
#CD8287
(205,130,135)
#D28E92
(210,142,146)
#D79A9D
(215,154,157)
#DCA6A8
(220,166,168)
#E1B2B3
(225,178,179)
#E6BEBE
(230,190,190)
#EBCAC9
(235,202,201)
#F0D6D4
(240,214,212)
#F5E2DF
(245,226,223)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8767C color. Also use rgb(200,118,124) instead hex code.

Text Font Color

.myTextColor { color: #C8767C; }

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

This text font color is #C8767C.


Background Color

.myBgColor { background-color: #C8767C; }

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

This div background color is #C8767C.


Border color

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

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

This div border color is #C8767C.


Opacity

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

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

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

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

This text has shadow with #C8767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8767C on black background.


Color preview on white background

This text has color #C8767C on white background.



Black color preview on #C8767C background

This text has black color on #C8767C background.


White color preview on #C8767C background

This text has white color on #C8767C background.