COLOR #C76577

HEX: #C76577
RGB: (199,101,119)

Renk bilgisi

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

RGB renk modeli

#C76577 color RGB value is (199,101,119).

  • kırmız ton 199;
  • yeşil ton 101;
  • mavi ton 119.
RGB:
(199,101,119)
(78%,40%,47%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 101 of 255 = 40%
B 119 of 255 = 47%

199
101
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 101 + 119 = 419 (100%)
R 199 of 419 ~ 47.49%
G 101 of 419 ~ 24.11%
B 119 of 419 ~ 28.4%

%47.49
%24.11
%28.4

CMYK RENK MODELİ

#C76577 rengi CMYK tonu (0,49,40,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.25%
  • sarı tonu 40.20%
  • ana renk tonu 21.96%
CMYK:
(0,49,40,22)
C0M49Y40K22 
(0%,49%,40%,22%)
(0.00/0.49/0.40/0.22)	

CMYK yüzdeleri

%0
%49.25
%40.2
%21.96

Codes

Color #C76577 in popluar color models

C76577
RGB199101119
HSL349°46.67%58.82%
HSB/HSV349°49.25%78.04%
CMYK0.00%49.25%40.20%
21.96%

Color #C76577 in popluar number systems.

HEXC76577
Decimal199101119
Binary1100011111001011110111
Octal307145167

Shades and tints

Shades of #C76577

#C76577
(199,101,119)
#B55C6D
(181,92,109)
#A35363
(163,83,99)
#914A59
(145,74,89)
#7F414F
(127,65,79)
#6D3845
(109,56,69)
#5B2F3B
(91,47,59)
#492631
(73,38,49)
#371D27
(55,29,39)
#25141D
(37,20,29)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #C76577

#C76577
(199,101,119)
#CC7383
(204,115,131)
#D1818F
(209,129,143)
#D68F9B
(214,143,155)
#DB9DA7
(219,157,167)
#E0ABB3
(224,171,179)
#E5B9BF
(229,185,191)
#EAC7CB
(234,199,203)
#EFD5D7
(239,213,215)
#F4E3E3
(244,227,227)
#F9F1EF
(249,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C76577 color. Also use rgb(199,101,119) instead hex code.

Text Font Color

.myTextColor { color: #C76577; }

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

This text font color is #C76577.


Background Color

.myBgColor { background-color: #C76577; }

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

This div background color is #C76577.


Border color

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

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

This div border color is #C76577.


Opacity

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

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

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

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

This text has shadow with #C76577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C76577 on black background.


Color preview on white background

This text has color #C76577 on white background.



Black color preview on #C76577 background

This text has black color on #C76577 background.


White color preview on #C76577 background

This text has white color on #C76577 background.