COLOR #C77595

HEX: #C77595
RGB: (199,117,149)

Renk bilgisi

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

RGB renk modeli

#C77595 color RGB value is (199,117,149).

  • kırmız ton 199;
  • yeşil ton 117;
  • mavi ton 149.
RGB:
(199,117,149)
(78%,46%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 117 of 255 = 46%
B 149 of 255 = 58%

199
117
149

R + G + B ~ 61%. #C77595 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 117 + 149 = 465 (100%)
R 199 of 465 ~ 42.8%
G 117 of 465 ~ 25.16%
B 149 of 465 ~ 32.04%

%42.8
%25.16
%32.04

CMYK RENK MODELİ

#C77595 rengi CMYK tonu (0,41,25,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.21%
  • sarı tonu 25.13%
  • ana renk tonu 21.96%
CMYK:
(0,41,25,22)
C0M41Y25K22 
(0%,41%,25%,22%)
(0.00/0.41/0.25/0.22)	

CMYK yüzdeleri

%0
%41.21
%25.13
%21.96

Codes

Color #C77595 in popluar color models

C77595
RGB199117149
HSL337°42.27%61.96%
HSB/HSV337°41.21%78.04%
CMYK0.00%41.21%25.13%
21.96%

Color #C77595 in popluar number systems.

HEXC77595
Decimal199117149
Binary11000111111010110010101
Octal307165225

Shades and tints

Shades of #C77595

#C77595
(199,117,149)
#B56B88
(181,107,136)
#A3617B
(163,97,123)
#91576E
(145,87,110)
#7F4D61
(127,77,97)
#6D4354
(109,67,84)
#5B3947
(91,57,71)
#492F3A
(73,47,58)
#37252D
(55,37,45)
#251B20
(37,27,32)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C77595

#C77595
(199,117,149)
#CC819E
(204,129,158)
#D18DA7
(209,141,167)
#D699B0
(214,153,176)
#DBA5B9
(219,165,185)
#E0B1C2
(224,177,194)
#E5BDCB
(229,189,203)
#EAC9D4
(234,201,212)
#EFD5DD
(239,213,221)
#F4E1E6
(244,225,230)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C77595 color. Also use rgb(199,117,149) instead hex code.

Text Font Color

.myTextColor { color: #C77595; }

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

This text font color is #C77595.


Background Color

.myBgColor { background-color: #C77595; }

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

This div background color is #C77595.


Border color

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

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

This div border color is #C77595.


Opacity

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

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

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

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

This text has shadow with #C77595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C77595 on black background.


Color preview on white background

This text has color #C77595 on white background.



Black color preview on #C77595 background

This text has black color on #C77595 background.


White color preview on #C77595 background

This text has white color on #C77595 background.