COLOR #C596B5

HEX: #C596B5
RGB: (197,150,181)

Renk bilgisi

#C596B5 contains red, green and blue colors in about the same proportion. #C596B5 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C596B5 color RGB value is (197,150,181).

  • kırmız ton 197;
  • yeşil ton 150;
  • mavi ton 181.
RGB:
(197,150,181)
(77%,59%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 150 of 255 = 59%
B 181 of 255 = 71%

197
150
181

R + G + B ~ 69%. #C596B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 150 + 181 = 528 (100%)
R 197 of 528 ~ 37.31%
G 150 of 528 ~ 28.41%
B 181 of 528 ~ 34.28%

%37.31
%28.41
%34.28

CMYK RENK MODELİ

#C596B5 rengi CMYK tonu (0,24,8,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.86%
  • sarı tonu 8.12%
  • ana renk tonu 22.75%
CMYK:
(0,24,8,23)
C0M24Y8K23 
(0%,24%,8%,23%)
(0.00/0.24/0.08/0.23)	

CMYK yüzdeleri

%0
%23.86
%8.12
%22.75

Codes

Color #C596B5 in popluar color models

C596B5
RGB197150181
HSL320°28.83%68.04%
HSB/HSV320°23.86%77.25%
CMYK0.00%23.86%8.12%
22.75%

Color #C596B5 in popluar number systems.

HEXC596B5
Decimal197150181
Binary110001011001011010110101
Octal305226265

Shades and tints

Shades of #C596B5

#C596B5
(197,150,181)
#B489A5
(180,137,165)
#A37C95
(163,124,149)
#926F85
(146,111,133)
#816275
(129,98,117)
#705565
(112,85,101)
#5F4855
(95,72,85)
#4E3B45
(78,59,69)
#3D2E35
(61,46,53)
#2C2125
(44,33,37)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #C596B5

#C596B5
(197,150,181)
#CA9FBB
(202,159,187)
#CFA8C1
(207,168,193)
#D4B1C7
(212,177,199)
#D9BACD
(217,186,205)
#DEC3D3
(222,195,211)
#E3CCD9
(227,204,217)
#E8D5DF
(232,213,223)
#EDDEE5
(237,222,229)
#F2E7EB
(242,231,235)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C596B5 color. Also use rgb(197,150,181) instead hex code.

Text Font Color

.myTextColor { color: #C596B5; }

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

This text font color is #C596B5.


Background Color

.myBgColor { background-color: #C596B5; }

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

This div background color is #C596B5.


Border color

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

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

This div border color is #C596B5.


Opacity

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

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

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

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

This text has shadow with #C596B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C596B5 on black background.


Color preview on white background

This text has color #C596B5 on white background.



Black color preview on #C596B5 background

This text has black color on #C596B5 background.


White color preview on #C596B5 background

This text has white color on #C596B5 background.