COLOR #C66C2E

HEX: #C66C2E
RGB: (198,108,46)

Renk bilgisi

#C66C2E contains mainly red color. #C66C2E ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C66C2E color RGB value is (198,108,46).

  • kırmız ton 198;
  • yeşil ton 108;
  • mavi ton 46.
RGB:
(198,108,46)
(78%,42%,18%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 108 of 255 = 42%
B 46 of 255 = 18%

198
108
46

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 108 + 46 = 352 (100%)
R 198 of 352 ~ 56.25%
G 108 of 352 ~ 30.68%
B 46 of 352 ~ 13.07%

%56.25
%30.68
%13.07

CMYK RENK MODELİ

#C66C2E rengi CMYK tonu (0,45,77,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.45%
  • sarı tonu 76.77%
  • ana renk tonu 22.35%
CMYK:
(0,45,77,22)
C0M45Y77K22 
(0%,45%,77%,22%)
(0.00/0.45/0.77/0.22)	

CMYK yüzdeleri

%0
%45.45
%76.77
%22.35

Codes

Color #C66C2E in popluar color models

C66C2E
RGB19810846
HSL24°62.30%47.84%
HSB/HSV24°76.77%77.65%
CMYK0.00%45.45%76.77%
22.35%

Color #C66C2E in popluar number systems.

HEXC66C2E
Decimal19810846
Binary110001101101100101110
Octal30615456

Shades and tints

Shades of #C66C2E

#C66C2E
(198,108,46)
#B4632A
(180,99,42)
#A25A26
(162,90,38)
#905122
(144,81,34)
#7E481E
(126,72,30)
#6C3F1A
(108,63,26)
#5A3616
(90,54,22)
#482D12
(72,45,18)
#36240E
(54,36,14)
#241B0A
(36,27,10)
#121206
(18,18,6)
#000000
(0,0,0)

Tints of #C66C2E

#C66C2E
(198,108,46)
#CB7941
(203,121,65)
#D08654
(208,134,84)
#D59367
(213,147,103)
#DAA07A
(218,160,122)
#DFAD8D
(223,173,141)
#E4BAA0
(228,186,160)
#E9C7B3
(233,199,179)
#EED4C6
(238,212,198)
#F3E1D9
(243,225,217)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66C2E color. Also use rgb(198,108,46) instead hex code.

Text Font Color

.myTextColor { color: #C66C2E; }

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

This text font color is #C66C2E.


Background Color

.myBgColor { background-color: #C66C2E; }

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

This div background color is #C66C2E.


Border color

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

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

This div border color is #C66C2E.


Opacity

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

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

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

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

This text has shadow with #C66C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66C2E on black background.


Color preview on white background

This text has color #C66C2E on white background.



Black color preview on #C66C2E background

This text has black color on #C66C2E background.


White color preview on #C66C2E background

This text has white color on #C66C2E background.