COLOR #C67C6C

HEX: #C67C6C RGB: (198,124,108)

Color info

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

RGB color model

#C67C6C color RGB value is (198,124,108).

RGB: (198,124,108) (78%, 49%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 124 of 255 = 49%
B 108 of 255 = 42%

198
124
108

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

Portions of RGB colors in percentages

R + G + B = 198 + 124 + 108 = 430 (100%)
R 198 of 430 ~ 46.05%
G 124 of 430 ~ 28.84%
B 108 of 430 ~ 25.12'%

%46.05
%28.84
%25.12

CMYK color model

#C67C6C color CMYK value is (0,37,45,22).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 45.45%
  • key color value is 22.35%

CMYK: (0,37,45,22)
C0M37Y45K22 (0%, 37%, 45%, 22%)
(0.00 / 0.37 / 0.45 / 0.22)

CMYK percentages

%0
%37.37
%45.45
%22.35

Codes

Color #C67C6C in popluar color models

C6 7C 6C
RGB 198 124 108
HSL 11° 44.12% 60.00%
HSB/HSV 11° 45.45% 77.65%
CMYK 0.00% 37.37% 45.45%
22.35%

Color #C67C6C in popluar number systems.

HEX C6 7C 6C
Decimal 198 124 108
Binary 11000110 1111100 1101100
Octal 306 174 154

Shades and tints

Shades of #C67C6C

#C67C6C
(198,124,108)
#B47163
(180,113,99)
#A2665A
(162,102,90)
#905B51
(144,91,81)
#7E5048
(126,80,72)
#6C453F
(108,69,63)
#5A3A36
(90,58,54)
#482F2D
(72,47,45)
#362424
(54,36,36)
#24191B
(36,25,27)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #C67C6C

#C67C6C
(198,124,108)
#CB8779
(203,135,121)
#D09286
(208,146,134)
#D59D93
(213,157,147)
#DAA8A0
(218,168,160)
#DFB3AD
(223,179,173)
#E4BEBA
(228,190,186)
#E9C9C7
(233,201,199)
#EED4D4
(238,212,212)
#F3DFE1
(243,223,225)
#F8EAEE
(248,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C67C6C; }

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

This text font color is #C67C6C.

Background Color

.myBgColor { background-color: #C67C6C; }

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

This div background color is #C67C6C.

Border color

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

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

This div border color is #C67C6C.

Opacity

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

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

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

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

This text has shadow with #C67C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C67C6C.

Preview

Color preview on black background

This text has color #C67C6C on black background.


Color preview on white background

This text has color #C67C6C on white background.


Black color preview on #C67C6C background

This text has black color on #C67C6C background.


White color preview on #C67C6C background

This text has white color on #C67C6C background.


Related colors

Complementary color

Complementary color for #hex is #398393.


I love getcolorcode.com

Triadic colors

1 #6CC67C and #7C6CC6 with #C67C6C are triadic colors.

2 #6C7CC6 and #7CC66C with #C67C6C are triadic colors.