COLOR #C7597D

HEX: #C7597D
RGB: (199,89,125)

Renk bilgisi

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

RGB renk modeli

#C7597D color RGB value is (199,89,125).

  • kırmız ton 199;
  • yeşil ton 89;
  • mavi ton 125.
RGB:
(199,89,125)
(78%,35%,49%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 89 of 255 = 35%
B 125 of 255 = 49%

199
89
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 89 + 125 = 413 (100%)
R 199 of 413 ~ 48.18%
G 89 of 413 ~ 21.55%
B 125 of 413 ~ 30.27%

%48.18
%21.55
%30.27

CMYK RENK MODELİ

#C7597D rengi CMYK tonu (0,55,37,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 55.28%
  • sarı tonu 37.19%
  • ana renk tonu 21.96%
CMYK:
(0,55,37,22)
C0M55Y37K22 
(0%,55%,37%,22%)
(0.00/0.55/0.37/0.22)	

CMYK yüzdeleri

%0
%55.28
%37.19
%21.96

Codes

Color #C7597D in popluar color models

C7597D
RGB19989125
HSL340°49.55%56.47%
HSB/HSV340°55.28%78.04%
CMYK0.00%55.28%37.19%
21.96%

Color #C7597D in popluar number systems.

HEXC7597D
Decimal19989125
Binary1100011110110011111101
Octal307131175

Shades and tints

Shades of #C7597D

#C7597D
(199,89,125)
#B55172
(181,81,114)
#A34967
(163,73,103)
#91415C
(145,65,92)
#7F3951
(127,57,81)
#6D3146
(109,49,70)
#5B293B
(91,41,59)
#492130
(73,33,48)
#371925
(55,25,37)
#25111A
(37,17,26)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #C7597D

#C7597D
(199,89,125)
#CC6888
(204,104,136)
#D17793
(209,119,147)
#D6869E
(214,134,158)
#DB95A9
(219,149,169)
#E0A4B4
(224,164,180)
#E5B3BF
(229,179,191)
#EAC2CA
(234,194,202)
#EFD1D5
(239,209,213)
#F4E0E0
(244,224,224)
#F9EFEB
(249,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7597D color. Also use rgb(199,89,125) instead hex code.

Text Font Color

.myTextColor { color: #C7597D; }

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

This text font color is #C7597D.


Background Color

.myBgColor { background-color: #C7597D; }

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

This div background color is #C7597D.


Border color

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

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

This div border color is #C7597D.


Opacity

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

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

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

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

This text has shadow with #C7597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7597D on black background.


Color preview on white background

This text has color #C7597D on white background.



Black color preview on #C7597D background

This text has black color on #C7597D background.


White color preview on #C7597D background

This text has white color on #C7597D background.