COLOR #C77C9E

HEX: #C77C9E
RGB: (199,124,158)

Renk bilgisi

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

RGB renk modeli

#C77C9E color RGB value is (199,124,158).

  • kırmız ton 199;
  • yeşil ton 124;
  • mavi ton 158.
RGB:
(199,124,158)
(78%,49%,62%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 124 of 255 = 49%
B 158 of 255 = 62%

199
124
158

R + G + B ~ 63%. #C77C9E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 124 + 158 = 481 (100%)
R 199 of 481 ~ 41.37%
G 124 of 481 ~ 25.78%
B 158 of 481 ~ 32.85%

%41.37
%25.78
%32.85

CMYK RENK MODELİ

#C77C9E rengi CMYK tonu (0,38,21,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.69%
  • sarı tonu 20.60%
  • ana renk tonu 21.96%
CMYK:
(0,38,21,22)
C0M38Y21K22 
(0%,38%,21%,22%)
(0.00/0.38/0.21/0.22)	

CMYK yüzdeleri

%0
%37.69
%20.6
%21.96

Codes

Color #C77C9E in popluar color models

C77C9E
RGB199124158
HSL333°40.11%63.33%
HSB/HSV333°37.69%78.04%
CMYK0.00%37.69%20.60%
21.96%

Color #C77C9E in popluar number systems.

HEXC77C9E
Decimal199124158
Binary11000111111110010011110
Octal307174236

Shades and tints

Shades of #C77C9E

#C77C9E
(199,124,158)
#B57190
(181,113,144)
#A36682
(163,102,130)
#915B74
(145,91,116)
#7F5066
(127,80,102)
#6D4558
(109,69,88)
#5B3A4A
(91,58,74)
#492F3C
(73,47,60)
#37242E
(55,36,46)
#251920
(37,25,32)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #C77C9E

#C77C9E
(199,124,158)
#CC87A6
(204,135,166)
#D192AE
(209,146,174)
#D69DB6
(214,157,182)
#DBA8BE
(219,168,190)
#E0B3C6
(224,179,198)
#E5BECE
(229,190,206)
#EAC9D6
(234,201,214)
#EFD4DE
(239,212,222)
#F4DFE6
(244,223,230)
#F9EAEE
(249,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77C9E color. Also use rgb(199,124,158) instead hex code.

Text Font Color

.myTextColor { color: #C77C9E; }

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

This text font color is #C77C9E.


Background Color

.myBgColor { background-color: #C77C9E; }

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

This div background color is #C77C9E.


Border color

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

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

This div border color is #C77C9E.


Opacity

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

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

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

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

This text has shadow with #C77C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77C9E on black background.


Color preview on white background

This text has color #C77C9E on white background.



Black color preview on #C77C9E background

This text has black color on #C77C9E background.


White color preview on #C77C9E background

This text has white color on #C77C9E background.