COLOR #C77671

HEX: #C77671
RGB: (199,118,113)

Renk bilgisi

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

RGB renk modeli

#C77671 color RGB value is (199,118,113).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 118 of 255 = 46%
B 113 of 255 = 44%

199
118
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 118 + 113 = 430 (100%)
R 199 of 430 ~ 46.28%
G 118 of 430 ~ 27.44%
B 113 of 430 ~ 26.28%

%46.28
%27.44
%26.28

CMYK RENK MODELİ

#C77671 rengi CMYK tonu (0,41,43,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.70%
  • sarı tonu 43.22%
  • ana renk tonu 21.96%
CMYK:
(0,41,43,22)
C0M41Y43K22 
(0%,41%,43%,22%)
(0.00/0.41/0.43/0.22)	

CMYK yüzdeleri

%0
%40.7
%43.22
%21.96

Codes

Color #C77671 in popluar color models

C77671
RGB199118113
HSL43.43%61.18%
HSB/HSV43.22%78.04%
CMYK0.00%40.70%43.22%
21.96%

Color #C77671 in popluar number systems.

HEXC77671
Decimal199118113
Binary1100011111101101110001
Octal307166161

Shades and tints

Shades of #C77671

#C77671
(199,118,113)
#B56C67
(181,108,103)
#A3625D
(163,98,93)
#915853
(145,88,83)
#7F4E49
(127,78,73)
#6D443F
(109,68,63)
#5B3A35
(91,58,53)
#49302B
(73,48,43)
#372621
(55,38,33)
#251C17
(37,28,23)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #C77671

#C77671
(199,118,113)
#CC827D
(204,130,125)
#D18E89
(209,142,137)
#D69A95
(214,154,149)
#DBA6A1
(219,166,161)
#E0B2AD
(224,178,173)
#E5BEB9
(229,190,185)
#EACAC5
(234,202,197)
#EFD6D1
(239,214,209)
#F4E2DD
(244,226,221)
#F9EEE9
(249,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C77671; }

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

This text font color is #C77671.


Background Color

.myBgColor { background-color: #C77671; }

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

This div background color is #C77671.


Border color

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

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

This div border color is #C77671.


Opacity

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

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

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

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

This text has shadow with #C77671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77671 on black background.


Color preview on white background

This text has color #C77671 on white background.



Black color preview on #C77671 background

This text has black color on #C77671 background.


White color preview on #C77671 background

This text has white color on #C77671 background.