COLOR #C6756A

HEX: #C6756A RGB: (198,117,106)

Color info

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

RGB color model

#C6756A color RGB value is (198,117,106).

RGB: (198,117,106) (78%, 46%, 42%)

RGB channels and saturation

R 198 of 255 = 78%
G 117 of 255 = 46%
B 106 of 255 = 42%

198
117
106

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

Portions of RGB colors in percentages

R + G + B = 198 + 117 + 106 = 421 (100%)
R 198 of 421 ~ 47.03%
G 117 of 421 ~ 27.79%
B 106 of 421 ~ 25.18'%

%47.03
%27.79
%25.18

CMYK color model

#C6756A color CMYK value is (0,41,46,22).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 46.46%
  • key color value is 22.35%

CMYK: (0,41,46,22)
C0M41Y46K22 (0%, 41%, 46%, 22%)
(0.00 / 0.41 / 0.46 / 0.22)

CMYK percentages

%0
%40.91
%46.46
%22.35

Codes

Color #C6756A in popluar color models

C6 75 6A
RGB 198 117 106
HSL 44.66% 59.61%
HSB/HSV 46.46% 77.65%
CMYK 0.00% 40.91% 46.46%
22.35%

Color #C6756A in popluar number systems.

HEX C6 75 6A
Decimal 198 117 106
Binary 11000110 1110101 1101010
Octal 306 165 152

Shades and tints

Shades of #C6756A

#C6756A
(198,117,106)
#B46B61
(180,107,97)
#A26158
(162,97,88)
#90574F
(144,87,79)
#7E4D46
(126,77,70)
#6C433D
(108,67,61)
#5A3934
(90,57,52)
#482F2B
(72,47,43)
#362522
(54,37,34)
#241B19
(36,27,25)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #C6756A

#C6756A
(198,117,106)
#CB8177
(203,129,119)
#D08D84
(208,141,132)
#D59991
(213,153,145)
#DAA59E
(218,165,158)
#DFB1AB
(223,177,171)
#E4BDB8
(228,189,184)
#E9C9C5
(233,201,197)
#EED5D2
(238,213,210)
#F3E1DF
(243,225,223)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6756A; }

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

This text font color is #C6756A.

Background Color

.myBgColor { background-color: #C6756A; }

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

This div background color is #C6756A.

Border color

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

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

This div border color is #C6756A.

Opacity

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

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

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

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

This text has shadow with #C6756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6756A.

Preview

Color preview on black background

This text has color #C6756A on black background.


Color preview on white background

This text has color #C6756A on white background.


Black color preview on #C6756A background

This text has black color on #C6756A background.


White color preview on #C6756A background

This text has white color on #C6756A background.


Related colors

Complementary color

Complementary color for #hex is #398A95.


I love getcolorcode.com

Triadic colors

1 #6AC675 and #756AC6 with #C6756A are triadic colors.

2 #6A75C6 and #75C66A with #C6756A are triadic colors.