COLOR #C6676B

HEX: #C6676B
RGB: (198,103,107)

Color info

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

RGB color model

#C6676B color RGB value is (198,103,107).

  • red value is 198;
  • green value is 103;
  • blue value is 107.
RGB:
(198,103,107)
(78%,40%,42%)

RGB channels and saturation

R 198 of 255 = 78%
G 103 of 255 = 40%
B 107 of 255 = 42%

198
103
107

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

Portions of RGB colors in percentages

R + G + B =
198 + 103 + 107 = 408 (100%)
R 198 of 408 ~ 48.53%
G 103 of 408 ~ 25.25%
B 107 of 408 ~ 26.23%

%48.53
%25.25
%26.23

CMYK color model

#C6676B color CMYK value is (0,48,46,22).

  • cyan value is 0.00%
  • magenta value is 47.98%
  • yellow value is 45.96%
  • key color value is 22.35%
CMYK:
(0,48,46,22)
C0M48Y46K22 
(0%,48%,46%,22%)
(0.00/0.48/0.46/0.22)	

CMYK percentages

%0
%47.98
%45.96
%22.35

Codes

Color #C6676B in popluar color models

C6676B
RGB198103107
HSL357°45.45%59.02%
HSB/HSV357°47.98%77.65%
CMYK0.00%47.98%45.96%
22.35%

Color #C6676B in popluar number systems.

HEXC6676B
Decimal198103107
Binary1100011011001111101011
Octal306147153

Shades and tints

Shades of #C6676B

#C6676B
(198,103,107)
#B45E62
(180,94,98)
#A25559
(162,85,89)
#904C50
(144,76,80)
#7E4347
(126,67,71)
#6C3A3E
(108,58,62)
#5A3135
(90,49,53)
#48282C
(72,40,44)
#361F23
(54,31,35)
#24161A
(36,22,26)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #C6676B

#C6676B
(198,103,107)
#CB7478
(203,116,120)
#D08185
(208,129,133)
#D58E92
(213,142,146)
#DA9B9F
(218,155,159)
#DFA8AC
(223,168,172)
#E4B5B9
(228,181,185)
#E9C2C6
(233,194,198)
#EECFD3
(238,207,211)
#F3DCE0
(243,220,224)
#F8E9ED
(248,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6676B; }

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

This text font color is #C6676B.


Background Color

.myBgColor { background-color: #C6676B; }

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

This div background color is #C6676B.


Border color

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

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

This div border color is #C6676B.


Opacity

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

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

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

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

This text has shadow with #C6676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6676B on black background.


Color preview on white background

This text has color #C6676B on white background.



Black color preview on #C6676B background

This text has black color on #C6676B background.


White color preview on #C6676B background

This text has white color on #C6676B background.