COLOR #C66D50

HEX: #C66D50
RGB: (198,109,80)

Renk bilgisi

#C66D50 contains mainly red color. #C66D50 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C66D50 color RGB value is (198,109,80).

  • kırmız ton 198;
  • yeşil ton 109;
  • mavi ton 80.
RGB:
(198,109,80)
(78%,43%,31%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 109 of 255 = 43%
B 80 of 255 = 31%

198
109
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 109 + 80 = 387 (100%)
R 198 of 387 ~ 51.16%
G 109 of 387 ~ 28.17%
B 80 of 387 ~ 20.67%

%51.16
%28.17
%20.67

CMYK RENK MODELİ

#C66D50 rengi CMYK tonu (0,45,60,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.95%
  • sarı tonu 59.60%
  • ana renk tonu 22.35%
CMYK:
(0,45,60,22)
C0M45Y60K22 
(0%,45%,60%,22%)
(0.00/0.45/0.60/0.22)	

CMYK yüzdeleri

%0
%44.95
%59.6
%22.35

Codes

Color #C66D50 in popluar color models

C66D50
RGB19810980
HSL15°50.86%54.51%
HSB/HSV15°59.60%77.65%
CMYK0.00%44.95%59.60%
22.35%

Color #C66D50 in popluar number systems.

HEXC66D50
Decimal19810980
Binary1100011011011011010000
Octal306155120

Shades and tints

Shades of #C66D50

#C66D50
(198,109,80)
#B46449
(180,100,73)
#A25B42
(162,91,66)
#90523B
(144,82,59)
#7E4934
(126,73,52)
#6C402D
(108,64,45)
#5A3726
(90,55,38)
#482E1F
(72,46,31)
#362518
(54,37,24)
#241C11
(36,28,17)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #C66D50

#C66D50
(198,109,80)
#CB7A5F
(203,122,95)
#D0876E
(208,135,110)
#D5947D
(213,148,125)
#DAA18C
(218,161,140)
#DFAE9B
(223,174,155)
#E4BBAA
(228,187,170)
#E9C8B9
(233,200,185)
#EED5C8
(238,213,200)
#F3E2D7
(243,226,215)
#F8EFE6
(248,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66D50 color. Also use rgb(198,109,80) instead hex code.

Text Font Color

.myTextColor { color: #C66D50; }

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

This text font color is #C66D50.


Background Color

.myBgColor { background-color: #C66D50; }

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

This div background color is #C66D50.


Border color

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

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

This div border color is #C66D50.


Opacity

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

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

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

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

This text has shadow with #C66D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C66D50 on black background.


Color preview on white background

This text has color #C66D50 on white background.



Black color preview on #C66D50 background

This text has black color on #C66D50 background.


White color preview on #C66D50 background

This text has white color on #C66D50 background.