COLOR #C66A56

HEX: #C66A56 RGB: (198,106,86)

Color info

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

RGB color model

#C66A56 color RGB value is (198,106,86).

RGB: (198,106,86) (78%, 42%, 34%)

RGB channels and saturation

R 198 of 255 = 78%
G 106 of 255 = 42%
B 86 of 255 = 34%

198
106
86

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

Portions of RGB colors in percentages

R + G + B = 198 + 106 + 86 = 390 (100%)
R 198 of 390 ~ 50.77%
G 106 of 390 ~ 27.18%
B 86 of 390 ~ 22.05'%

%50.77
%27.18
%22.05

CMYK color model

#C66A56 color CMYK value is (0,46,57,22).

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

CMYK: (0,46,57,22)
C0M46Y57K22 (0%, 46%, 57%, 22%)
(0.00 / 0.46 / 0.57 / 0.22)

CMYK percentages

%0
%46.46
%56.57
%22.35

Codes

Color #C66A56 in popluar color models

C6 6A 56
RGB 198 106 86
HSL 11° 49.56% 55.69%
HSB/HSV 11° 56.57% 77.65%
CMYK 0.00% 46.46% 56.57%
22.35%

Color #C66A56 in popluar number systems.

HEX C6 6A 56
Decimal 198 106 86
Binary 11000110 1101010 1010110
Octal 306 152 126

Shades and tints

Shades of #C66A56

#C66A56
(198,106,86)
#B4614F
(180,97,79)
#A25848
(162,88,72)
#904F41
(144,79,65)
#7E463A
(126,70,58)
#6C3D33
(108,61,51)
#5A342C
(90,52,44)
#482B25
(72,43,37)
#36221E
(54,34,30)
#241917
(36,25,23)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #C66A56

#C66A56
(198,106,86)
#CB7765
(203,119,101)
#D08474
(208,132,116)
#D59183
(213,145,131)
#DA9E92
(218,158,146)
#DFABA1
(223,171,161)
#E4B8B0
(228,184,176)
#E9C5BF
(233,197,191)
#EED2CE
(238,210,206)
#F3DFDD
(243,223,221)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66A56; }

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

This text font color is #C66A56.

Background Color

.myBgColor { background-color: #C66A56; }

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

This div background color is #C66A56.

Border color

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

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

This div border color is #C66A56.

Opacity

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

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

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

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

This text has shadow with #C66A56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C66A56.

Preview

Color preview on black background

This text has color #C66A56 on black background.


Color preview on white background

This text has color #C66A56 on white background.


Black color preview on #C66A56 background

This text has black color on #C66A56 background.


White color preview on #C66A56 background

This text has white color on #C66A56 background.


Related colors

Complementary color

Complementary color for #hex is #3995A9.


I love getcolorcode.com

Triadic colors

1 #56C66A and #6A56C6 with #C66A56 are triadic colors.

2 #566AC6 and #6AC656 with #C66A56 are triadic colors.