COLOR #C66A41

HEX: #C66A41
RGB: (198,106,65)

Color info

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

RGB color model

#C66A41 color RGB value is (198,106,65).

  • red value is 198;
  • green value is 106;
  • blue value is 65.
RGB:
(198,106,65)
(78%,42%,25%)

RGB channels and saturation

R 198 of 255 = 78%
G 106 of 255 = 42%
B 65 of 255 = 25%

198
106
65

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

Portions of RGB colors in percentages

R + G + B =
198 + 106 + 65 = 369 (100%)
R 198 of 369 ~ 53.66%
G 106 of 369 ~ 28.73%
B 65 of 369 ~ 17.62%

%53.66
%28.73
%17.62

CMYK color model

#C66A41 color CMYK value is (0,46,67,22).

  • cyan value is 0.00%
  • magenta value is 46.46%
  • yellow value is 67.17%
  • key color value is 22.35%
CMYK:
(0,46,67,22)
C0M46Y67K22 
(0%,46%,67%,22%)
(0.00/0.46/0.67/0.22)	

CMYK percentages

%0
%46.46
%67.17
%22.35

Codes

Color #C66A41 in popluar color models

C66A41
RGB19810665
HSL18°53.85%51.57%
HSB/HSV18°67.17%77.65%
CMYK0.00%46.46%67.17%
22.35%

Color #C66A41 in popluar number systems.

HEXC66A41
Decimal19810665
Binary1100011011010101000001
Octal306152101

Shades and tints

Shades of #C66A41

#C66A41
(198,106,65)
#B4613C
(180,97,60)
#A25837
(162,88,55)
#904F32
(144,79,50)
#7E462D
(126,70,45)
#6C3D28
(108,61,40)
#5A3423
(90,52,35)
#482B1E
(72,43,30)
#362219
(54,34,25)
#241914
(36,25,20)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #C66A41

#C66A41
(198,106,65)
#CB7752
(203,119,82)
#D08463
(208,132,99)
#D59174
(213,145,116)
#DA9E85
(218,158,133)
#DFAB96
(223,171,150)
#E4B8A7
(228,184,167)
#E9C5B8
(233,197,184)
#EED2C9
(238,210,201)
#F3DFDA
(243,223,218)
#F8ECEB
(248,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C66A41; }

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

This text font color is #C66A41.


Background Color

.myBgColor { background-color: #C66A41; }

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

This div background color is #C66A41.


Border color

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

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

This div border color is #C66A41.


Opacity

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

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

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

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

This text has shadow with #C66A41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66A41 on black background.


Color preview on white background

This text has color #C66A41 on white background.



Black color preview on #C66A41 background

This text has black color on #C66A41 background.


White color preview on #C66A41 background

This text has white color on #C66A41 background.