COLOR #C77E94

HEX: #C77E94
RGB: (199,126,148)

Renk bilgisi

#C77E94 contains mainly red and blue colors. #C77E94 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C77E94 color RGB value is (199,126,148).

  • kırmız ton 199;
  • yeşil ton 126;
  • mavi ton 148.
RGB:
(199,126,148)
(78%,49%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 126 of 255 = 49%
B 148 of 255 = 58%

199
126
148

R + G + B ~ 62%. #C77E94 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 126 + 148 = 473 (100%)
R 199 of 473 ~ 42.07%
G 126 of 473 ~ 26.64%
B 148 of 473 ~ 31.29%

%42.07
%26.64
%31.29

CMYK RENK MODELİ

#C77E94 rengi CMYK tonu (0,37,26,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.68%
  • sarı tonu 25.63%
  • ana renk tonu 21.96%
CMYK:
(0,37,26,22)
C0M37Y26K22 
(0%,37%,26%,22%)
(0.00/0.37/0.26/0.22)	

CMYK yüzdeleri

%0
%36.68
%25.63
%21.96

Codes

Color #C77E94 in popluar color models

C77E94
RGB199126148
HSL342°39.46%63.73%
HSB/HSV342°36.68%78.04%
CMYK0.00%36.68%25.63%
21.96%

Color #C77E94 in popluar number systems.

HEXC77E94
Decimal199126148
Binary11000111111111010010100
Octal307176224

Shades and tints

Shades of #C77E94

#C77E94
(199,126,148)
#B57387
(181,115,135)
#A3687A
(163,104,122)
#915D6D
(145,93,109)
#7F5260
(127,82,96)
#6D4753
(109,71,83)
#5B3C46
(91,60,70)
#493139
(73,49,57)
#37262C
(55,38,44)
#251B1F
(37,27,31)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #C77E94

#C77E94
(199,126,148)
#CC899D
(204,137,157)
#D194A6
(209,148,166)
#D69FAF
(214,159,175)
#DBAAB8
(219,170,184)
#E0B5C1
(224,181,193)
#E5C0CA
(229,192,202)
#EACBD3
(234,203,211)
#EFD6DC
(239,214,220)
#F4E1E5
(244,225,229)
#F9ECEE
(249,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77E94 color. Also use rgb(199,126,148) instead hex code.

Text Font Color

.myTextColor { color: #C77E94; }

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

This text font color is #C77E94.


Background Color

.myBgColor { background-color: #C77E94; }

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

This div background color is #C77E94.


Border color

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

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

This div border color is #C77E94.


Opacity

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

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

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

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

This text has shadow with #C77E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77E94 on black background.


Color preview on white background

This text has color #C77E94 on white background.



Black color preview on #C77E94 background

This text has black color on #C77E94 background.


White color preview on #C77E94 background

This text has white color on #C77E94 background.