COLOR #C17963

HEX: #C17963
RGB: (193,121,99)

Renk bilgisi

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

RGB renk modeli

#C17963 color RGB value is (193,121,99).

  • kırmız ton 193;
  • yeşil ton 121;
  • mavi ton 99.
RGB:
(193,121,99)
(76%,47%,39%)

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 121 of 255 = 47%
B 99 of 255 = 39%

193
121
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 121 + 99 = 413 (100%)
R 193 of 413 ~ 46.73%
G 121 of 413 ~ 29.3%
B 99 of 413 ~ 23.97%

%46.73
%29.3
%23.97

CMYK RENK MODELİ

#C17963 rengi CMYK tonu (0,37,49,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.31%
  • sarı tonu 48.70%
  • ana renk tonu 24.31%
CMYK:
(0,37,49,24)
C0M37Y49K24 
(0%,37%,49%,24%)
(0.00/0.37/0.49/0.24)	

CMYK yüzdeleri

%0
%37.31
%48.7
%24.31

Codes

Color #C17963 in popluar color models

C17963
RGB19312199
HSL14°43.12%57.25%
HSB/HSV14°48.70%75.69%
CMYK0.00%37.31%48.70%
24.31%

Color #C17963 in popluar number systems.

HEXC17963
Decimal19312199
Binary1100000111110011100011
Octal301171143

Shades and tints

Shades of #C17963

#C17963
(193,121,99)
#B06E5A
(176,110,90)
#9F6351
(159,99,81)
#8E5848
(142,88,72)
#7D4D3F
(125,77,63)
#6C4236
(108,66,54)
#5B372D
(91,55,45)
#4A2C24
(74,44,36)
#39211B
(57,33,27)
#281612
(40,22,18)
#170B09
(23,11,9)
#000000
(0,0,0)

Tints of #C17963

#C17963
(193,121,99)
#C68571
(198,133,113)
#CB917F
(203,145,127)
#D09D8D
(208,157,141)
#D5A99B
(213,169,155)
#DAB5A9
(218,181,169)
#DFC1B7
(223,193,183)
#E4CDC5
(228,205,197)
#E9D9D3
(233,217,211)
#EEE5E1
(238,229,225)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C17963 color. Also use rgb(193,121,99) instead hex code.

Text Font Color

.myTextColor { color: #C17963; }

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

This text font color is #C17963.


Background Color

.myBgColor { background-color: #C17963; }

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

This div background color is #C17963.


Border color

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

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

This div border color is #C17963.


Opacity

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

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

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

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

This text has shadow with #C17963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C17963 on black background.


Color preview on white background

This text has color #C17963 on white background.



Black color preview on #C17963 background

This text has black color on #C17963 background.


White color preview on #C17963 background

This text has white color on #C17963 background.