COLOR #C6755E

HEX: #C6755E
RGB: (198,117,94)

Color info

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

RGB color model

#C6755E color RGB value is (198,117,94).

  • red value is 198;
  • green value is 117;
  • blue value is 94.
RGB:
(198,117,94)
(78%,46%,37%)

RGB channels and saturation

R 198 of 255 = 78%
G 117 of 255 = 46%
B 94 of 255 = 37%

198
117
94

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

Portions of RGB colors in percentages

R + G + B =
198 + 117 + 94 = 409 (100%)
R 198 of 409 ~ 48.41%
G 117 of 409 ~ 28.61%
B 94 of 409 ~ 22.98%

%48.41
%28.61
%22.98

CMYK color model

#C6755E color CMYK value is (0,41,53,22).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 52.53%
  • key color value is 22.35%
CMYK:
(0,41,53,22)
C0M41Y53K22 
(0%,41%,53%,22%)
(0.00/0.41/0.53/0.22)	

CMYK percentages

%0
%40.91
%52.53
%22.35

Codes

Color #C6755E in popluar color models

C6755E
RGB19811794
HSL13°47.71%57.25%
HSB/HSV13°52.53%77.65%
CMYK0.00%40.91%52.53%
22.35%

Color #C6755E in popluar number systems.

HEXC6755E
Decimal19811794
Binary1100011011101011011110
Octal306165136

Shades and tints

Shades of #C6755E

#C6755E
(198,117,94)
#B46B56
(180,107,86)
#A2614E
(162,97,78)
#905746
(144,87,70)
#7E4D3E
(126,77,62)
#6C4336
(108,67,54)
#5A392E
(90,57,46)
#482F26
(72,47,38)
#36251E
(54,37,30)
#241B16
(36,27,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #C6755E

#C6755E
(198,117,94)
#CB816C
(203,129,108)
#D08D7A
(208,141,122)
#D59988
(213,153,136)
#DAA596
(218,165,150)
#DFB1A4
(223,177,164)
#E4BDB2
(228,189,178)
#E9C9C0
(233,201,192)
#EED5CE
(238,213,206)
#F3E1DC
(243,225,220)
#F8EDEA
(248,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6755E; }

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

This text font color is #C6755E.


Background Color

.myBgColor { background-color: #C6755E; }

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

This div background color is #C6755E.


Border color

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

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

This div border color is #C6755E.


Opacity

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

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

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

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

This text has shadow with #C6755E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6755E on black background.


Color preview on white background

This text has color #C6755E on white background.



Black color preview on #C6755E background

This text has black color on #C6755E background.


White color preview on #C6755E background

This text has white color on #C6755E background.