COLOR #C67978

HEX: #C67978
RGB: (198,121,120)

Color info

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

RGB color model

#C67978 color RGB value is (198,121,120).

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

RGB channels and saturation

R 198 of 255 = 78%
G 121 of 255 = 47%
B 120 of 255 = 47%

198
121
120

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

Portions of RGB colors in percentages

R + G + B =
198 + 121 + 120 = 439 (100%)
R 198 of 439 ~ 45.1%
G 121 of 439 ~ 27.56%
B 120 of 439 ~ 27.33%

%45.1
%27.56
%27.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 39.39%
  • key color value is 22.35%
CMYK:
(0,39,39,22)
C0M39Y39K22 
(0%,39%,39%,22%)
(0.00/0.39/0.39/0.22)	

CMYK percentages

%0
%38.89
%39.39
%22.35

Codes

Color #C67978 in popluar color models

C67978
RGB198121120
HSL40.63%62.35%
HSB/HSV39.39%77.65%
CMYK0.00%38.89%39.39%
22.35%

Color #C67978 in popluar number systems.

HEXC67978
Decimal198121120
Binary1100011011110011111000
Octal306171170

Shades and tints

Shades of #C67978

#C67978
(198,121,120)
#B46E6E
(180,110,110)
#A26364
(162,99,100)
#90585A
(144,88,90)
#7E4D50
(126,77,80)
#6C4246
(108,66,70)
#5A373C
(90,55,60)
#482C32
(72,44,50)
#362128
(54,33,40)
#24161E
(36,22,30)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #C67978

#C67978
(198,121,120)
#CB8584
(203,133,132)
#D09190
(208,145,144)
#D59D9C
(213,157,156)
#DAA9A8
(218,169,168)
#DFB5B4
(223,181,180)
#E4C1C0
(228,193,192)
#E9CDCC
(233,205,204)
#EED9D8
(238,217,216)
#F3E5E4
(243,229,228)
#F8F1F0
(248,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67978; }

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

This text font color is #C67978.


Background Color

.myBgColor { background-color: #C67978; }

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

This div background color is #C67978.


Border color

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

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

This div border color is #C67978.


Opacity

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

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

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

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

This text has shadow with #C67978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67978 on black background.


Color preview on white background

This text has color #C67978 on white background.



Black color preview on #C67978 background

This text has black color on #C67978 background.


White color preview on #C67978 background

This text has white color on #C67978 background.