COLOR #C67361

HEX: #C67361
RGB: (198,115,97)

Color info

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

RGB color model

#C67361 color RGB value is (198,115,97).

  • red value is 198;
  • green value is 115;
  • blue value is 97.
RGB:
(198,115,97)
(78%,45%,38%)

RGB channels and saturation

R 198 of 255 = 78%
G 115 of 255 = 45%
B 97 of 255 = 38%

198
115
97

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

Portions of RGB colors in percentages

R + G + B =
198 + 115 + 97 = 410 (100%)
R 198 of 410 ~ 48.29%
G 115 of 410 ~ 28.05%
B 97 of 410 ~ 23.66%

%48.29
%28.05
%23.66

CMYK color model

#C67361 color CMYK value is (0,42,51,22).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 51.01%
  • key color value is 22.35%
CMYK:
(0,42,51,22)
C0M42Y51K22 
(0%,42%,51%,22%)
(0.00/0.42/0.51/0.22)	

CMYK percentages

%0
%41.92
%51.01
%22.35

Codes

Color #C67361 in popluar color models

C67361
RGB19811597
HSL11°46.98%57.84%
HSB/HSV11°51.01%77.65%
CMYK0.00%41.92%51.01%
22.35%

Color #C67361 in popluar number systems.

HEXC67361
Decimal19811597
Binary1100011011100111100001
Octal306163141

Shades and tints

Shades of #C67361

#C67361
(198,115,97)
#B46959
(180,105,89)
#A25F51
(162,95,81)
#905549
(144,85,73)
#7E4B41
(126,75,65)
#6C4139
(108,65,57)
#5A3731
(90,55,49)
#482D29
(72,45,41)
#362321
(54,35,33)
#241919
(36,25,25)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C67361

#C67361
(198,115,97)
#CB7F6F
(203,127,111)
#D08B7D
(208,139,125)
#D5978B
(213,151,139)
#DAA399
(218,163,153)
#DFAFA7
(223,175,167)
#E4BBB5
(228,187,181)
#E9C7C3
(233,199,195)
#EED3D1
(238,211,209)
#F3DFDF
(243,223,223)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67361 color. Also use rgb(198,115,97) instead hex code.

Text Font Color

.myTextColor { color: #C67361; }

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

This text font color is #C67361.


Background Color

.myBgColor { background-color: #C67361; }

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

This div background color is #C67361.


Border color

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

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

This div border color is #C67361.


Opacity

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

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

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

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

This text has shadow with #C67361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67361 on black background.


Color preview on white background

This text has color #C67361 on white background.



Black color preview on #C67361 background

This text has black color on #C67361 background.


White color preview on #C67361 background

This text has white color on #C67361 background.