COLOR #C67373

HEX: #C67373
RGB: (198,115,115)

Color info

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

RGB color model

#C67373 color RGB value is (198,115,115).

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

RGB channels and saturation

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

198
115
115

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

Portions of RGB colors in percentages

R + G + B =
198 + 115 + 115 = 428 (100%)
R 198 of 428 ~ 46.26%
G 115 of 428 ~ 26.87%
B 115 of 428 ~ 26.87%

%46.26
%26.87
%26.87

CMYK color model

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

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

CMYK percentages

%0
%41.92
%41.92
%22.35

Codes

Color #C67373 in popluar color models

C67373
RGB198115115
HSL42.13%61.37%
HSB/HSV41.92%77.65%
CMYK0.00%41.92%41.92%
22.35%

Color #C67373 in popluar number systems.

HEXC67373
Decimal198115115
Binary1100011011100111110011
Octal306163163

Shades and tints

Shades of #C67373

#C67373
(198,115,115)
#B46969
(180,105,105)
#A25F5F
(162,95,95)
#905555
(144,85,85)
#7E4B4B
(126,75,75)
#6C4141
(108,65,65)
#5A3737
(90,55,55)
#482D2D
(72,45,45)
#362323
(54,35,35)
#241919
(36,25,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #C67373

#C67373
(198,115,115)
#CB7F7F
(203,127,127)
#D08B8B
(208,139,139)
#D59797
(213,151,151)
#DAA3A3
(218,163,163)
#DFAFAF
(223,175,175)
#E4BBBB
(228,187,187)
#E9C7C7
(233,199,199)
#EED3D3
(238,211,211)
#F3DFDF
(243,223,223)
#F8EBEB
(248,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67373; }

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

This text font color is #C67373.


Background Color

.myBgColor { background-color: #C67373; }

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

This div background color is #C67373.


Border color

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

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

This div border color is #C67373.


Opacity

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

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

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

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

This text has shadow with #C67373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67373 on black background.


Color preview on white background

This text has color #C67373 on white background.



Black color preview on #C67373 background

This text has black color on #C67373 background.


White color preview on #C67373 background

This text has white color on #C67373 background.