COLOR #C67B78

HEX: #C67B78
RGB: (198,123,120)

Color info

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

RGB color model

#C67B78 color RGB value is (198,123,120).

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

RGB channels and saturation

R 198 of 255 = 78%
G 123 of 255 = 48%
B 120 of 255 = 47%

198
123
120

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

Portions of RGB colors in percentages

R + G + B =
198 + 123 + 120 = 441 (100%)
R 198 of 441 ~ 44.9%
G 123 of 441 ~ 27.89%
B 120 of 441 ~ 27.21%

%44.9
%27.89
%27.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.88%
  • yellow value is 39.39%
  • key color value is 22.35%
CMYK:
(0,38,39,22)
C0M38Y39K22 
(0%,38%,39%,22%)
(0.00/0.38/0.39/0.22)	

CMYK percentages

%0
%37.88
%39.39
%22.35

Codes

Color #C67B78 in popluar color models

C67B78
RGB198123120
HSL40.63%62.35%
HSB/HSV39.39%77.65%
CMYK0.00%37.88%39.39%
22.35%

Color #C67B78 in popluar number systems.

HEXC67B78
Decimal198123120
Binary1100011011110111111000
Octal306173170

Shades and tints

Shades of #C67B78

#C67B78
(198,123,120)
#B4706E
(180,112,110)
#A26564
(162,101,100)
#905A5A
(144,90,90)
#7E4F50
(126,79,80)
#6C4446
(108,68,70)
#5A393C
(90,57,60)
#482E32
(72,46,50)
#362328
(54,35,40)
#24181E
(36,24,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #C67B78

#C67B78
(198,123,120)
#CB8784
(203,135,132)
#D09390
(208,147,144)
#D59F9C
(213,159,156)
#DAABA8
(218,171,168)
#DFB7B4
(223,183,180)
#E4C3C0
(228,195,192)
#E9CFCC
(233,207,204)
#EEDBD8
(238,219,216)
#F3E7E4
(243,231,228)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67B78; }

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

This text font color is #C67B78.


Background Color

.myBgColor { background-color: #C67B78; }

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

This div background color is #C67B78.


Border color

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

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

This div border color is #C67B78.


Opacity

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

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

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

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

This text has shadow with #C67B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67B78 on black background.


Color preview on white background

This text has color #C67B78 on white background.



Black color preview on #C67B78 background

This text has black color on #C67B78 background.


White color preview on #C67B78 background

This text has white color on #C67B78 background.