COLOR #C76D57

HEX: #C76D57
RGB: (199,109,87)

Renk bilgisi

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

RGB renk modeli

#C76D57 color RGB value is (199,109,87).

  • kırmız ton 199;
  • yeşil ton 109;
  • mavi ton 87.
RGB:
(199,109,87)
(78%,43%,34%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 109 of 255 = 43%
B 87 of 255 = 34%

199
109
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 109 + 87 = 395 (100%)
R 199 of 395 ~ 50.38%
G 109 of 395 ~ 27.59%
B 87 of 395 ~ 22.03%

%50.38
%27.59
%22.03

CMYK RENK MODELİ

#C76D57 rengi CMYK tonu (0,45,56,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.23%
  • sarı tonu 56.28%
  • ana renk tonu 21.96%
CMYK:
(0,45,56,22)
C0M45Y56K22 
(0%,45%,56%,22%)
(0.00/0.45/0.56/0.22)	

CMYK yüzdeleri

%0
%45.23
%56.28
%21.96

Codes

Color #C76D57 in popluar color models

C76D57
RGB19910987
HSL12°50.00%56.08%
HSB/HSV12°56.28%78.04%
CMYK0.00%45.23%56.28%
21.96%

Color #C76D57 in popluar number systems.

HEXC76D57
Decimal19910987
Binary1100011111011011010111
Octal307155127

Shades and tints

Shades of #C76D57

#C76D57
(199,109,87)
#B56450
(181,100,80)
#A35B49
(163,91,73)
#915242
(145,82,66)
#7F493B
(127,73,59)
#6D4034
(109,64,52)
#5B372D
(91,55,45)
#492E26
(73,46,38)
#37251F
(55,37,31)
#251C18
(37,28,24)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #C76D57

#C76D57
(199,109,87)
#CC7A66
(204,122,102)
#D18775
(209,135,117)
#D69484
(214,148,132)
#DBA193
(219,161,147)
#E0AEA2
(224,174,162)
#E5BBB1
(229,187,177)
#EAC8C0
(234,200,192)
#EFD5CF
(239,213,207)
#F4E2DE
(244,226,222)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76D57 color. Also use rgb(199,109,87) instead hex code.

Text Font Color

.myTextColor { color: #C76D57; }

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

This text font color is #C76D57.


Background Color

.myBgColor { background-color: #C76D57; }

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

This div background color is #C76D57.


Border color

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

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

This div border color is #C76D57.


Opacity

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

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

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

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

This text has shadow with #C76D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76D57 on black background.


Color preview on white background

This text has color #C76D57 on white background.



Black color preview on #C76D57 background

This text has black color on #C76D57 background.


White color preview on #C76D57 background

This text has white color on #C76D57 background.