COLOR #C67E78

HEX: #C67E78
RGB: (198,126,120)

Color info

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

RGB color model

#C67E78 color RGB value is (198,126,120).

  • red value is 198;
  • green value is 126;
  • blue value is 120.
RGB:
(198,126,120)
(78%,49%,47%)

RGB channels and saturation

R 198 of 255 = 78%
G 126 of 255 = 49%
B 120 of 255 = 47%

198
126
120

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

Portions of RGB colors in percentages

R + G + B =
198 + 126 + 120 = 444 (100%)
R 198 of 444 ~ 44.59%
G 126 of 444 ~ 28.38%
B 120 of 444 ~ 27.03%

%44.59
%28.38
%27.03

CMYK color model

#C67E78 color CMYK value is (0,36,39,22).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 39.39%
  • key color value is 22.35%
CMYK:
(0,36,39,22)
C0M36Y39K22 
(0%,36%,39%,22%)
(0.00/0.36/0.39/0.22)	

CMYK percentages

%0
%36.36
%39.39
%22.35

Codes

Color #C67E78 in popluar color models

C67E78
RGB198126120
HSL40.63%62.35%
HSB/HSV39.39%77.65%
CMYK0.00%36.36%39.39%
22.35%

Color #C67E78 in popluar number systems.

HEXC67E78
Decimal198126120
Binary1100011011111101111000
Octal306176170

Shades and tints

Shades of #C67E78

#C67E78
(198,126,120)
#B4736E
(180,115,110)
#A26864
(162,104,100)
#905D5A
(144,93,90)
#7E5250
(126,82,80)
#6C4746
(108,71,70)
#5A3C3C
(90,60,60)
#483132
(72,49,50)
#362628
(54,38,40)
#241B1E
(36,27,30)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #C67E78

#C67E78
(198,126,120)
#CB8984
(203,137,132)
#D09490
(208,148,144)
#D59F9C
(213,159,156)
#DAAAA8
(218,170,168)
#DFB5B4
(223,181,180)
#E4C0C0
(228,192,192)
#E9CBCC
(233,203,204)
#EED6D8
(238,214,216)
#F3E1E4
(243,225,228)
#F8ECF0
(248,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67E78 color. Also use rgb(198,126,120) instead hex code.

Text Font Color

.myTextColor { color: #C67E78; }

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

This text font color is #C67E78.


Background Color

.myBgColor { background-color: #C67E78; }

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

This div background color is #C67E78.


Border color

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

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

This div border color is #C67E78.


Opacity

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

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

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

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

This text has shadow with #C67E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67E78 on black background.


Color preview on white background

This text has color #C67E78 on white background.



Black color preview on #C67E78 background

This text has black color on #C67E78 background.


White color preview on #C67E78 background

This text has white color on #C67E78 background.