COLOR #C67D63

HEX: #C67D63
RGB: (198,125,99)

Color info

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

RGB color model

#C67D63 color RGB value is (198,125,99).

  • red value is 198;
  • green value is 125;
  • blue value is 99.
RGB:
(198,125,99)
(78%,49%,39%)

RGB channels and saturation

R 198 of 255 = 78%
G 125 of 255 = 49%
B 99 of 255 = 39%

198
125
99

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

Portions of RGB colors in percentages

R + G + B =
198 + 125 + 99 = 422 (100%)
R 198 of 422 ~ 46.92%
G 125 of 422 ~ 29.62%
B 99 of 422 ~ 23.46%

%46.92
%29.62
%23.46

CMYK color model

#C67D63 color CMYK value is (0,37,50,22).

  • cyan value is 0.00%
  • magenta value is 36.87%
  • yellow value is 50.00%
  • key color value is 22.35%
CMYK:
(0,37,50,22)
C0M37Y50K22 
(0%,37%,50%,22%)
(0.00/0.37/0.50/0.22)	

CMYK percentages

%0
%36.87
%50
%22.35

Codes

Color #C67D63 in popluar color models

C67D63
RGB19812599
HSL16°46.48%58.24%
HSB/HSV16°50.00%77.65%
CMYK0.00%36.87%50.00%
22.35%

Color #C67D63 in popluar number systems.

HEXC67D63
Decimal19812599
Binary1100011011111011100011
Octal306175143

Shades and tints

Shades of #C67D63

#C67D63
(198,125,99)
#B4725A
(180,114,90)
#A26751
(162,103,81)
#905C48
(144,92,72)
#7E513F
(126,81,63)
#6C4636
(108,70,54)
#5A3B2D
(90,59,45)
#483024
(72,48,36)
#36251B
(54,37,27)
#241A12
(36,26,18)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #C67D63

#C67D63
(198,125,99)
#CB8871
(203,136,113)
#D0937F
(208,147,127)
#D59E8D
(213,158,141)
#DAA99B
(218,169,155)
#DFB4A9
(223,180,169)
#E4BFB7
(228,191,183)
#E9CAC5
(233,202,197)
#EED5D3
(238,213,211)
#F3E0E1
(243,224,225)
#F8EBEF
(248,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67D63; }

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

This text font color is #C67D63.


Background Color

.myBgColor { background-color: #C67D63; }

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

This div background color is #C67D63.


Border color

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

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

This div border color is #C67D63.


Opacity

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

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

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

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

This text has shadow with #C67D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67D63 on black background.


Color preview on white background

This text has color #C67D63 on white background.



Black color preview on #C67D63 background

This text has black color on #C67D63 background.


White color preview on #C67D63 background

This text has white color on #C67D63 background.