COLOR #C66E55

HEX: #C66E55
RGB: (198,110,85)

Color info

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

RGB color model

#C66E55 color RGB value is (198,110,85).

  • red value is 198;
  • green value is 110;
  • blue value is 85.
RGB:
(198,110,85)
(78%,43%,33%)

RGB channels and saturation

R 198 of 255 = 78%
G 110 of 255 = 43%
B 85 of 255 = 33%

198
110
85

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

Portions of RGB colors in percentages

R + G + B =
198 + 110 + 85 = 393 (100%)
R 198 of 393 ~ 50.38%
G 110 of 393 ~ 27.99%
B 85 of 393 ~ 21.63%

%50.38
%27.99
%21.63

CMYK color model

#C66E55 color CMYK value is (0,44,57,22).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 57.07%
  • key color value is 22.35%
CMYK:
(0,44,57,22)
C0M44Y57K22 
(0%,44%,57%,22%)
(0.00/0.44/0.57/0.22)	

CMYK percentages

%0
%44.44
%57.07
%22.35

Codes

Color #C66E55 in popluar color models

C66E55
RGB19811085
HSL13°49.78%55.49%
HSB/HSV13°57.07%77.65%
CMYK0.00%44.44%57.07%
22.35%

Color #C66E55 in popluar number systems.

HEXC66E55
Decimal19811085
Binary1100011011011101010101
Octal306156125

Shades and tints

Shades of #C66E55

#C66E55
(198,110,85)
#B4644E
(180,100,78)
#A25A47
(162,90,71)
#905040
(144,80,64)
#7E4639
(126,70,57)
#6C3C32
(108,60,50)
#5A322B
(90,50,43)
#482824
(72,40,36)
#361E1D
(54,30,29)
#241416
(36,20,22)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #C66E55

#C66E55
(198,110,85)
#CB7B64
(203,123,100)
#D08873
(208,136,115)
#D59582
(213,149,130)
#DAA291
(218,162,145)
#DFAFA0
(223,175,160)
#E4BCAF
(228,188,175)
#E9C9BE
(233,201,190)
#EED6CD
(238,214,205)
#F3E3DC
(243,227,220)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66E55 color. Also use rgb(198,110,85) instead hex code.

Text Font Color

.myTextColor { color: #C66E55; }

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

This text font color is #C66E55.


Background Color

.myBgColor { background-color: #C66E55; }

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

This div background color is #C66E55.


Border color

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

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

This div border color is #C66E55.


Opacity

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

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

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

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

This text has shadow with #C66E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66E55 on black background.


Color preview on white background

This text has color #C66E55 on white background.



Black color preview on #C66E55 background

This text has black color on #C66E55 background.


White color preview on #C66E55 background

This text has white color on #C66E55 background.