COLOR #C6675D

HEX: #C6675D RGB: (198,103,93)

Color info

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

RGB color model

#C6675D color RGB value is (198,103,93).

RGB: (198,103,93) (78%, 40%, 36%)

RGB channels and saturation

R 198 of 255 = 78%
G 103 of 255 = 40%
B 93 of 255 = 36%

198
103
93

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

Portions of RGB colors in percentages

R + G + B = 198 + 103 + 93 = 394 (100%)
R 198 of 394 ~ 50.25%
G 103 of 394 ~ 26.14%
B 93 of 394 ~ 23.6'%

%50.25
%26.14
%23.6

CMYK color model

#C6675D color CMYK value is (0,48,53,22).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 53.03%
  • key color value is 22.35%

CMYK: (0,48,53,22)
C0M48Y53K22 (0%, 48%, 53%, 22%)
(0.00 / 0.48 / 0.53 / 0.22)

CMYK percentages

%0
%47.98
%53.03
%22.35

Codes

Color #C6675D in popluar color models

C6 67 5D
RGB 198 103 93
HSL 47.95% 57.06%
HSB/HSV 53.03% 77.65%
CMYK 0.00% 47.98% 53.03%
22.35%

Color #C6675D in popluar number systems.

HEX C6 67 5D
Decimal 198 103 93
Binary 11000110 1100111 1011101
Octal 306 147 135

Shades and tints

Shades of #C6675D

#C6675D
(198,103,93)
#B45E55
(180,94,85)
#A2554D
(162,85,77)
#904C45
(144,76,69)
#7E433D
(126,67,61)
#6C3A35
(108,58,53)
#5A312D
(90,49,45)
#482825
(72,40,37)
#361F1D
(54,31,29)
#241615
(36,22,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #C6675D

#C6675D
(198,103,93)
#CB746B
(203,116,107)
#D08179
(208,129,121)
#D58E87
(213,142,135)
#DA9B95
(218,155,149)
#DFA8A3
(223,168,163)
#E4B5B1
(228,181,177)
#E9C2BF
(233,194,191)
#EECFCD
(238,207,205)
#F3DCDB
(243,220,219)
#F8E9E9
(248,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6675D; }

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

This text font color is #C6675D.

Background Color

.myBgColor { background-color: #C6675D; }

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

This div background color is #C6675D.

Border color

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

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

This div border color is #C6675D.

Opacity

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

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

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

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

This text has shadow with #C6675D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6675D.

Preview

Color preview on black background

This text has color #C6675D on black background.


Color preview on white background

This text has color #C6675D on white background.


Black color preview on #C6675D background

This text has black color on #C6675D background.


White color preview on #C6675D background

This text has white color on #C6675D background.


Related colors

Complementary color

Complementary color for #hex is #3998A2.


I love getcolorcode.com

Triadic colors

1 #5DC667 and #675DC6 with #C6675D are triadic colors.

2 #5D67C6 and #67C65D with #C6675D are triadic colors.