COLOR #C6697F

HEX: #C6697F
RGB: (198,105,127)

Renk bilgisi

#C6697F contains mainly red color. #C6697F ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C6697F color RGB value is (198,105,127).

  • kırmız ton 198;
  • yeşil ton 105;
  • mavi ton 127.
RGB:
(198,105,127)
(78%,41%,50%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 105 of 255 = 41%
B 127 of 255 = 50%

198
105
127

R + G + B ~ 56%. #C6697F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 105 + 127 = 430 (100%)
R 198 of 430 ~ 46.05%
G 105 of 430 ~ 24.42%
B 127 of 430 ~ 29.53%

%46.05
%24.42
%29.53

CMYK RENK MODELİ

#C6697F rengi CMYK tonu (0,47,36,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.97%
  • sarı tonu 35.86%
  • ana renk tonu 22.35%
CMYK:
(0,47,36,22)
C0M47Y36K22 
(0%,47%,36%,22%)
(0.00/0.47/0.36/0.22)	

CMYK yüzdeleri

%0
%46.97
%35.86
%22.35

Codes

Color #C6697F in popluar color models

C6697F
RGB198105127
HSL346°44.93%59.41%
HSB/HSV346°46.97%77.65%
CMYK0.00%46.97%35.86%
22.35%

Color #C6697F in popluar number systems.

HEXC6697F
Decimal198105127
Binary1100011011010011111111
Octal306151177

Shades and tints

Shades of #C6697F

#C6697F
(198,105,127)
#B46074
(180,96,116)
#A25769
(162,87,105)
#904E5E
(144,78,94)
#7E4553
(126,69,83)
#6C3C48
(108,60,72)
#5A333D
(90,51,61)
#482A32
(72,42,50)
#362127
(54,33,39)
#24181C
(36,24,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C6697F

#C6697F
(198,105,127)
#CB768A
(203,118,138)
#D08395
(208,131,149)
#D590A0
(213,144,160)
#DA9DAB
(218,157,171)
#DFAAB6
(223,170,182)
#E4B7C1
(228,183,193)
#E9C4CC
(233,196,204)
#EED1D7
(238,209,215)
#F3DEE2
(243,222,226)
#F8EBED
(248,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6697F color. Also use rgb(198,105,127) instead hex code.

Text Font Color

.myTextColor { color: #C6697F; }

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

This text font color is #C6697F.


Background Color

.myBgColor { background-color: #C6697F; }

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

This div background color is #C6697F.


Border color

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

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

This div border color is #C6697F.


Opacity

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

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

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

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

This text has shadow with #C6697F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6697F on black background.


Color preview on white background

This text has color #C6697F on white background.



Black color preview on #C6697F background

This text has black color on #C6697F background.


White color preview on #C6697F background

This text has white color on #C6697F background.