COLOR #C66549

HEX: #C66549
RGB: (198,101,73)

Color info

#C66549 contains mainly red color. Web safe color of #C66549 is #CC6633 (or #C63).

RGB color model

#C66549 color RGB value is (198,101,73).

  • red value is 198;
  • green value is 101;
  • blue value is 73.
RGB:
(198,101,73)
(78%,40%,29%)

RGB channels and saturation

R 198 of 255 = 78%
G 101 of 255 = 40%
B 73 of 255 = 29%

198
101
73

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

Portions of RGB colors in percentages

R + G + B =
198 + 101 + 73 = 372 (100%)
R 198 of 372 ~ 53.23%
G 101 of 372 ~ 27.15%
B 73 of 372 ~ 19.62%

%53.23
%27.15
%19.62

CMYK color model

#C66549 color CMYK value is (0,49,63,22).

  • cyan value is 0.00%
  • magenta value is 48.99%
  • yellow value is 63.13%
  • key color value is 22.35%
CMYK:
(0,49,63,22)
C0M49Y63K22 
(0%,49%,63%,22%)
(0.00/0.49/0.63/0.22)	

CMYK percentages

%0
%48.99
%63.13
%22.35

Codes

Color #C66549 in popluar color models

C66549
RGB19810173
HSL13°52.30%53.14%
HSB/HSV13°63.13%77.65%
CMYK0.00%48.99%63.13%
22.35%

Color #C66549 in popluar number systems.

HEXC66549
Decimal19810173
Binary1100011011001011001001
Octal306145111

Shades and tints

Shades of #C66549

#C66549
(198,101,73)
#B45C43
(180,92,67)
#A2533D
(162,83,61)
#904A37
(144,74,55)
#7E4131
(126,65,49)
#6C382B
(108,56,43)
#5A2F25
(90,47,37)
#48261F
(72,38,31)
#361D19
(54,29,25)
#241413
(36,20,19)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #C66549

#C66549
(198,101,73)
#CB7359
(203,115,89)
#D08169
(208,129,105)
#D58F79
(213,143,121)
#DA9D89
(218,157,137)
#DFAB99
(223,171,153)
#E4B9A9
(228,185,169)
#E9C7B9
(233,199,185)
#EED5C9
(238,213,201)
#F3E3D9
(243,227,217)
#F8F1E9
(248,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66549 color. Also use rgb(198,101,73) instead hex code.

Text Font Color

.myTextColor { color: #C66549; }

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

This text font color is #C66549.


Background Color

.myBgColor { background-color: #C66549; }

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

This div background color is #C66549.


Border color

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

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

This div border color is #C66549.


Opacity

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

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

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

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

This text has shadow with #C66549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66549 on black background.


Color preview on white background

This text has color #C66549 on white background.



Black color preview on #C66549 background

This text has black color on #C66549 background.


White color preview on #C66549 background

This text has white color on #C66549 background.