COLOR #C6959D

HEX: #C6959D
RGB: (198,149,157)

Renk bilgisi

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

RGB renk modeli

#C6959D color RGB value is (198,149,157).

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

RGB bağlantıları ve doygunluk

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

198
149
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 149 + 157 = 504 (100%)
R 198 of 504 ~ 39.29%
G 149 of 504 ~ 29.56%
B 157 of 504 ~ 31.15%

%39.29
%29.56
%31.15

CMYK RENK MODELİ

#C6959D rengi CMYK tonu (0,25,21,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.75%
  • sarı tonu 20.71%
  • ana renk tonu 22.35%
CMYK:
(0,25,21,22)
C0M25Y21K22 
(0%,25%,21%,22%)
(0.00/0.25/0.21/0.22)	

CMYK yüzdeleri

%0
%24.75
%20.71
%22.35

Codes

Color #C6959D in popluar color models

C6959D
RGB198149157
HSL350°30.06%68.04%
HSB/HSV350°24.75%77.65%
CMYK0.00%24.75%20.71%
22.35%

Color #C6959D in popluar number systems.

HEXC6959D
Decimal198149157
Binary110001101001010110011101
Octal306225235

Shades and tints

Shades of #C6959D

#C6959D
(198,149,157)
#B4888F
(180,136,143)
#A27B81
(162,123,129)
#906E73
(144,110,115)
#7E6165
(126,97,101)
#6C5457
(108,84,87)
#5A4749
(90,71,73)
#483A3B
(72,58,59)
#362D2D
(54,45,45)
#24201F
(36,32,31)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #C6959D

#C6959D
(198,149,157)
#CB9EA5
(203,158,165)
#D0A7AD
(208,167,173)
#D5B0B5
(213,176,181)
#DAB9BD
(218,185,189)
#DFC2C5
(223,194,197)
#E4CBCD
(228,203,205)
#E9D4D5
(233,212,213)
#EEDDDD
(238,221,221)
#F3E6E5
(243,230,229)
#F8EFED
(248,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6959D; }

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

This text font color is #C6959D.


Background Color

.myBgColor { background-color: #C6959D; }

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

This div background color is #C6959D.


Border color

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

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

This div border color is #C6959D.


Opacity

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

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

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

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

This text has shadow with #C6959D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6959D on black background.


Color preview on white background

This text has color #C6959D on white background.



Black color preview on #C6959D background

This text has black color on #C6959D background.


White color preview on #C6959D background

This text has white color on #C6959D background.