COLOR #C18963

HEX: #C18963
RGB: (193,137,99)

Renk bilgisi

#C18963 contains mainly red and green colors. #C18963 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C18963 color RGB value is (193,137,99).

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

RGB bağlantıları ve doygunluk

R 193 of 255 = 76%
G 137 of 255 = 54%
B 99 of 255 = 39%

193
137
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
193 + 137 + 99 = 429 (100%)
R 193 of 429 ~ 44.99%
G 137 of 429 ~ 31.93%
B 99 of 429 ~ 23.08%

%44.99
%31.93
%23.08

CMYK RENK MODELİ

#C18963 rengi CMYK tonu (0,29,49,24).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.02%
  • sarı tonu 48.70%
  • ana renk tonu 24.31%
CMYK:
(0,29,49,24)
C0M29Y49K24 
(0%,29%,49%,24%)
(0.00/0.29/0.49/0.24)	

CMYK yüzdeleri

%0
%29.02
%48.7
%24.31

Codes

Color #C18963 in popluar color models

C18963
RGB19313799
HSL24°43.12%57.25%
HSB/HSV24°48.70%75.69%
CMYK0.00%29.02%48.70%
24.31%

Color #C18963 in popluar number systems.

HEXC18963
Decimal19313799
Binary11000001100010011100011
Octal301211143

Shades and tints

Shades of #C18963

#C18963
(193,137,99)
#B07D5A
(176,125,90)
#9F7151
(159,113,81)
#8E6548
(142,101,72)
#7D593F
(125,89,63)
#6C4D36
(108,77,54)
#5B412D
(91,65,45)
#4A3524
(74,53,36)
#39291B
(57,41,27)
#281D12
(40,29,18)
#171109
(23,17,9)
#000000
(0,0,0)

Tints of #C18963

#C18963
(193,137,99)
#C69371
(198,147,113)
#CB9D7F
(203,157,127)
#D0A78D
(208,167,141)
#D5B19B
(213,177,155)
#DABBA9
(218,187,169)
#DFC5B7
(223,197,183)
#E4CFC5
(228,207,197)
#E9D9D3
(233,217,211)
#EEE3E1
(238,227,225)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C18963; }

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

This text font color is #C18963.


Background Color

.myBgColor { background-color: #C18963; }

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

This div background color is #C18963.


Border color

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

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

This div border color is #C18963.


Opacity

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

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

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

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

This text has shadow with #C18963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C18963 on black background.


Color preview on white background

This text has color #C18963 on white background.



Black color preview on #C18963 background

This text has black color on #C18963 background.


White color preview on #C18963 background

This text has white color on #C18963 background.