COLOR #C59CB4

HEX: #C59CB4
RGB: (197,156,180)

Renk bilgisi

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

RGB renk modeli

#C59CB4 color RGB value is (197,156,180).

  • kırmız ton 197;
  • yeşil ton 156;
  • mavi ton 180.
RGB:
(197,156,180)
(77%,61%,71%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 156 of 255 = 61%
B 180 of 255 = 71%

197
156
180

R + G + B ~ 70%. #C59CB4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 156 + 180 = 533 (100%)
R 197 of 533 ~ 36.96%
G 156 of 533 ~ 29.27%
B 180 of 533 ~ 33.77%

%36.96
%29.27
%33.77

CMYK RENK MODELİ

#C59CB4 rengi CMYK tonu (0,21,9,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.81%
  • sarı tonu 8.63%
  • ana renk tonu 22.75%
CMYK:
(0,21,9,23)
C0M21Y9K23 
(0%,21%,9%,23%)
(0.00/0.21/0.09/0.23)	

CMYK yüzdeleri

%0
%20.81
%8.63
%22.75

Codes

Color #C59CB4 in popluar color models

C59CB4
RGB197156180
HSL325°26.11%69.22%
HSB/HSV325°20.81%77.25%
CMYK0.00%20.81%8.63%
22.75%

Color #C59CB4 in popluar number systems.

HEXC59CB4
Decimal197156180
Binary110001011001110010110100
Octal305234264

Shades and tints

Shades of #C59CB4

#C59CB4
(197,156,180)
#B48EA4
(180,142,164)
#A38094
(163,128,148)
#927284
(146,114,132)
#816474
(129,100,116)
#705664
(112,86,100)
#5F4854
(95,72,84)
#4E3A44
(78,58,68)
#3D2C34
(61,44,52)
#2C1E24
(44,30,36)
#1B1014
(27,16,20)
#000000
(0,0,0)

Tints of #C59CB4

#C59CB4
(197,156,180)
#CAA5BA
(202,165,186)
#CFAEC0
(207,174,192)
#D4B7C6
(212,183,198)
#D9C0CC
(217,192,204)
#DEC9D2
(222,201,210)
#E3D2D8
(227,210,216)
#E8DBDE
(232,219,222)
#EDE4E4
(237,228,228)
#F2EDEA
(242,237,234)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59CB4 color. Also use rgb(197,156,180) instead hex code.

Text Font Color

.myTextColor { color: #C59CB4; }

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

This text font color is #C59CB4.


Background Color

.myBgColor { background-color: #C59CB4; }

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

This div background color is #C59CB4.


Border color

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

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

This div border color is #C59CB4.


Opacity

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

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

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

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

This text has shadow with #C59CB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CB4 on black background.


Color preview on white background

This text has color #C59CB4 on white background.



Black color preview on #C59CB4 background

This text has black color on #C59CB4 background.


White color preview on #C59CB4 background

This text has white color on #C59CB4 background.