COLOR #C5966C

HEX: #C5966C
RGB: (197,150,108)

Renk bilgisi

#C5966C contains mainly red and green colors. #C5966C ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C5966C color RGB value is (197,150,108).

  • kırmız ton 197;
  • yeşil ton 150;
  • mavi ton 108.
RGB:
(197,150,108)
(77%,59%,42%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 150 of 255 = 59%
B 108 of 255 = 42%

197
150
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 150 + 108 = 455 (100%)
R 197 of 455 ~ 43.3%
G 150 of 455 ~ 32.97%
B 108 of 455 ~ 23.74%

%43.3
%32.97
%23.74

CMYK RENK MODELİ

#C5966C rengi CMYK tonu (0,24,45,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.86%
  • sarı tonu 45.18%
  • ana renk tonu 22.75%
CMYK:
(0,24,45,23)
C0M24Y45K23 
(0%,24%,45%,23%)
(0.00/0.24/0.45/0.23)	

CMYK yüzdeleri

%0
%23.86
%45.18
%22.75

Codes

Color #C5966C in popluar color models

C5966C
RGB197150108
HSL28°43.41%59.80%
HSB/HSV28°45.18%77.25%
CMYK0.00%23.86%45.18%
22.75%

Color #C5966C in popluar number systems.

HEXC5966C
Decimal197150108
Binary11000101100101101101100
Octal305226154

Shades and tints

Shades of #C5966C

#C5966C
(197,150,108)
#B48963
(180,137,99)
#A37C5A
(163,124,90)
#926F51
(146,111,81)
#816248
(129,98,72)
#70553F
(112,85,63)
#5F4836
(95,72,54)
#4E3B2D
(78,59,45)
#3D2E24
(61,46,36)
#2C211B
(44,33,27)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #C5966C

#C5966C
(197,150,108)
#CA9F79
(202,159,121)
#CFA886
(207,168,134)
#D4B193
(212,177,147)
#D9BAA0
(217,186,160)
#DEC3AD
(222,195,173)
#E3CCBA
(227,204,186)
#E8D5C7
(232,213,199)
#EDDED4
(237,222,212)
#F2E7E1
(242,231,225)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5966C color. Also use rgb(197,150,108) instead hex code.

Text Font Color

.myTextColor { color: #C5966C; }

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

This text font color is #C5966C.


Background Color

.myBgColor { background-color: #C5966C; }

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

This div background color is #C5966C.


Border color

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

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

This div border color is #C5966C.


Opacity

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

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

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

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

This text has shadow with #C5966C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5966C on black background.


Color preview on white background

This text has color #C5966C on white background.



Black color preview on #C5966C background

This text has black color on #C5966C background.


White color preview on #C5966C background

This text has white color on #C5966C background.