COLOR #C59CC6

HEX: #C59CC6
RGB: (197,156,198)

Renk bilgisi

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

RGB renk modeli

#C59CC6 color RGB value is (197,156,198).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 156 of 255 = 61%
B 198 of 255 = 78%

197
156
198

R + G + B ~ 72%. #C59CC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 156 + 198 = 551 (100%)
R 197 of 551 ~ 35.75%
G 156 of 551 ~ 28.31%
B 198 of 551 ~ 35.93%

%35.75
%28.31
%35.93

CMYK RENK MODELİ

#C59CC6 rengi CMYK tonu (1,21,0,22).

  • camgöbeği tonu 0.51%
  • eflatun tonu 21.21%
  • sarı tonu 0.00%
  • ana renk tonu 22.35%
CMYK:
(1,21,0,22)
C1M21Y0K22 
(1%,21%,0%,22%)
(0.01/0.21/0.00/0.22)	

CMYK yüzdeleri

%0.51
%21.21
%0
%22.35

Codes

Color #C59CC6 in popluar color models

C59CC6
RGB197156198
HSL299°26.92%69.41%
HSB/HSV299°21.21%77.65%
CMYK0.51%21.21%0.00%
22.35%

Color #C59CC6 in popluar number systems.

HEXC59CC6
Decimal197156198
Binary110001011001110011000110
Octal305234306

Shades and tints

Shades of #C59CC6

#C59CC6
(197,156,198)
#B48EB4
(180,142,180)
#A380A2
(163,128,162)
#927290
(146,114,144)
#81647E
(129,100,126)
#70566C
(112,86,108)
#5F485A
(95,72,90)
#4E3A48
(78,58,72)
#3D2C36
(61,44,54)
#2C1E24
(44,30,36)
#1B1012
(27,16,18)
#000000
(0,0,0)

Tints of #C59CC6

#C59CC6
(197,156,198)
#CAA5CB
(202,165,203)
#CFAED0
(207,174,208)
#D4B7D5
(212,183,213)
#D9C0DA
(217,192,218)
#DEC9DF
(222,201,223)
#E3D2E4
(227,210,228)
#E8DBE9
(232,219,233)
#EDE4EE
(237,228,238)
#F2EDF3
(242,237,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C59CC6; }

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

This text font color is #C59CC6.


Background Color

.myBgColor { background-color: #C59CC6; }

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

This div background color is #C59CC6.


Border color

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

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

This div border color is #C59CC6.


Opacity

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

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

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

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

This text has shadow with #C59CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C59CC6 on black background.


Color preview on white background

This text has color #C59CC6 on white background.



Black color preview on #C59CC6 background

This text has black color on #C59CC6 background.


White color preview on #C59CC6 background

This text has white color on #C59CC6 background.