COLOR #C76C71

HEX: #C76C71
RGB: (199,108,113)

Renk bilgisi

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

RGB renk modeli

#C76C71 color RGB value is (199,108,113).

  • kırmız ton 199;
  • yeşil ton 108;
  • mavi ton 113.
RGB:
(199,108,113)
(78%,42%,44%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 108 of 255 = 42%
B 113 of 255 = 44%

199
108
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 108 + 113 = 420 (100%)
R 199 of 420 ~ 47.38%
G 108 of 420 ~ 25.71%
B 113 of 420 ~ 26.9%

%47.38
%25.71
%26.9

CMYK RENK MODELİ

#C76C71 rengi CMYK tonu (0,46,43,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.73%
  • sarı tonu 43.22%
  • ana renk tonu 21.96%
CMYK:
(0,46,43,22)
C0M46Y43K22 
(0%,46%,43%,22%)
(0.00/0.46/0.43/0.22)	

CMYK yüzdeleri

%0
%45.73
%43.22
%21.96

Codes

Color #C76C71 in popluar color models

C76C71
RGB199108113
HSL357°44.83%60.20%
HSB/HSV357°45.73%78.04%
CMYK0.00%45.73%43.22%
21.96%

Color #C76C71 in popluar number systems.

HEXC76C71
Decimal199108113
Binary1100011111011001110001
Octal307154161

Shades and tints

Shades of #C76C71

#C76C71
(199,108,113)
#B56367
(181,99,103)
#A35A5D
(163,90,93)
#915153
(145,81,83)
#7F4849
(127,72,73)
#6D3F3F
(109,63,63)
#5B3635
(91,54,53)
#492D2B
(73,45,43)
#372421
(55,36,33)
#251B17
(37,27,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #C76C71

#C76C71
(199,108,113)
#CC797D
(204,121,125)
#D18689
(209,134,137)
#D69395
(214,147,149)
#DBA0A1
(219,160,161)
#E0ADAD
(224,173,173)
#E5BAB9
(229,186,185)
#EAC7C5
(234,199,197)
#EFD4D1
(239,212,209)
#F4E1DD
(244,225,221)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76C71 color. Also use rgb(199,108,113) instead hex code.

Text Font Color

.myTextColor { color: #C76C71; }

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

This text font color is #C76C71.


Background Color

.myBgColor { background-color: #C76C71; }

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

This div background color is #C76C71.


Border color

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

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

This div border color is #C76C71.


Opacity

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

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

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

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

This text has shadow with #C76C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76C71 on black background.


Color preview on white background

This text has color #C76C71 on white background.



Black color preview on #C76C71 background

This text has black color on #C76C71 background.


White color preview on #C76C71 background

This text has white color on #C76C71 background.