COLOR #C67159

HEX: #C67159
RGB: (198,113,89)

Color info

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

RGB color model

#C67159 color RGB value is (198,113,89).

  • red value is 198;
  • green value is 113;
  • blue value is 89.
RGB:
(198,113,89)
(78%,44%,35%)

RGB channels and saturation

R 198 of 255 = 78%
G 113 of 255 = 44%
B 89 of 255 = 35%

198
113
89

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

Portions of RGB colors in percentages

R + G + B =
198 + 113 + 89 = 400 (100%)
R 198 of 400 ~ 49.5%
G 113 of 400 ~ 28.25%
B 89 of 400 ~ 22.25%

%49.5
%28.25
%22.25

CMYK color model

#C67159 color CMYK value is (0,43,55,22).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 55.05%
  • key color value is 22.35%
CMYK:
(0,43,55,22)
C0M43Y55K22 
(0%,43%,55%,22%)
(0.00/0.43/0.55/0.22)	

CMYK percentages

%0
%42.93
%55.05
%22.35

Codes

Color #C67159 in popluar color models

C67159
RGB19811389
HSL13°48.88%56.27%
HSB/HSV13°55.05%77.65%
CMYK0.00%42.93%55.05%
22.35%

Color #C67159 in popluar number systems.

HEXC67159
Decimal19811389
Binary1100011011100011011001
Octal306161131

Shades and tints

Shades of #C67159

#C67159
(198,113,89)
#B46751
(180,103,81)
#A25D49
(162,93,73)
#905341
(144,83,65)
#7E4939
(126,73,57)
#6C3F31
(108,63,49)
#5A3529
(90,53,41)
#482B21
(72,43,33)
#362119
(54,33,25)
#241711
(36,23,17)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #C67159

#C67159
(198,113,89)
#CB7D68
(203,125,104)
#D08977
(208,137,119)
#D59586
(213,149,134)
#DAA195
(218,161,149)
#DFADA4
(223,173,164)
#E4B9B3
(228,185,179)
#E9C5C2
(233,197,194)
#EED1D1
(238,209,209)
#F3DDE0
(243,221,224)
#F8E9EF
(248,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67159 color. Also use rgb(198,113,89) instead hex code.

Text Font Color

.myTextColor { color: #C67159; }

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

This text font color is #C67159.


Background Color

.myBgColor { background-color: #C67159; }

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

This div background color is #C67159.


Border color

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

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

This div border color is #C67159.


Opacity

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

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

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

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

This text has shadow with #C67159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67159 on black background.


Color preview on white background

This text has color #C67159 on white background.



Black color preview on #C67159 background

This text has black color on #C67159 background.


White color preview on #C67159 background

This text has white color on #C67159 background.