COLOR #C6959F

HEX: #C6959F
RGB: (198,149,159)

Renk bilgisi

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

RGB renk modeli

#C6959F color RGB value is (198,149,159).

  • kırmız ton 198;
  • yeşil ton 149;
  • mavi ton 159.
RGB:
(198,149,159)
(78%,58%,62%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 149 of 255 = 58%
B 159 of 255 = 62%

198
149
159

R + G + B ~ 66%. #C6959F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 149 + 159 = 506 (100%)
R 198 of 506 ~ 39.13%
G 149 of 506 ~ 29.45%
B 159 of 506 ~ 31.42%

%39.13
%29.45
%31.42

CMYK RENK MODELİ

#C6959F rengi CMYK tonu (0,25,20,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.75%
  • sarı tonu 19.70%
  • ana renk tonu 22.35%
CMYK:
(0,25,20,22)
C0M25Y20K22 
(0%,25%,20%,22%)
(0.00/0.25/0.20/0.22)	

CMYK yüzdeleri

%0
%24.75
%19.7
%22.35

Codes

Color #C6959F in popluar color models

C6959F
RGB198149159
HSL348°30.06%68.04%
HSB/HSV348°24.75%77.65%
CMYK0.00%24.75%19.70%
22.35%

Color #C6959F in popluar number systems.

HEXC6959F
Decimal198149159
Binary110001101001010110011111
Octal306225237

Shades and tints

Shades of #C6959F

#C6959F
(198,149,159)
#B48891
(180,136,145)
#A27B83
(162,123,131)
#906E75
(144,110,117)
#7E6167
(126,97,103)
#6C5459
(108,84,89)
#5A474B
(90,71,75)
#483A3D
(72,58,61)
#362D2F
(54,45,47)
#242021
(36,32,33)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C6959F

#C6959F
(198,149,159)
#CB9EA7
(203,158,167)
#D0A7AF
(208,167,175)
#D5B0B7
(213,176,183)
#DAB9BF
(218,185,191)
#DFC2C7
(223,194,199)
#E4CBCF
(228,203,207)
#E9D4D7
(233,212,215)
#EEDDDF
(238,221,223)
#F3E6E7
(243,230,231)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6959F color. Also use rgb(198,149,159) instead hex code.

Text Font Color

.myTextColor { color: #C6959F; }

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

This text font color is #C6959F.


Background Color

.myBgColor { background-color: #C6959F; }

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

This div background color is #C6959F.


Border color

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

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

This div border color is #C6959F.


Opacity

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

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

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

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

This text has shadow with #C6959F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6959F on black background.


Color preview on white background

This text has color #C6959F on white background.



Black color preview on #C6959F background

This text has black color on #C6959F background.


White color preview on #C6959F background

This text has white color on #C6959F background.