COLOR #C6A388

HEX: #C6A388
RGB: (198,163,136)

Renk bilgisi

#C6A388 contains mainly red and green colors. #C6A388 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C6A388 color RGB value is (198,163,136).

  • kırmız ton 198;
  • yeşil ton 163;
  • mavi ton 136.
RGB:
(198,163,136)
(78%,64%,53%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 163 of 255 = 64%
B 136 of 255 = 53%

198
163
136

R + G + B ~ 65%. #C6A388 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 163 + 136 = 497 (100%)
R 198 of 497 ~ 39.84%
G 163 of 497 ~ 32.8%
B 136 of 497 ~ 27.36%

%39.84
%32.8
%27.36

CMYK RENK MODELİ

#C6A388 rengi CMYK tonu (0,18,31,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.68%
  • sarı tonu 31.31%
  • ana renk tonu 22.35%
CMYK:
(0,18,31,22)
C0M18Y31K22 
(0%,18%,31%,22%)
(0.00/0.18/0.31/0.22)	

CMYK yüzdeleri

%0
%17.68
%31.31
%22.35

Codes

Color #C6A388 in popluar color models

C6A388
RGB198163136
HSL26°35.23%65.49%
HSB/HSV26°31.31%77.65%
CMYK0.00%17.68%31.31%
22.35%

Color #C6A388 in popluar number systems.

HEXC6A388
Decimal198163136
Binary110001101010001110001000
Octal306243210

Shades and tints

Shades of #C6A388

#C6A388
(198,163,136)
#B4957C
(180,149,124)
#A28770
(162,135,112)
#907964
(144,121,100)
#7E6B58
(126,107,88)
#6C5D4C
(108,93,76)
#5A4F40
(90,79,64)
#484134
(72,65,52)
#363328
(54,51,40)
#24251C
(36,37,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #C6A388

#C6A388
(198,163,136)
#CBAB92
(203,171,146)
#D0B39C
(208,179,156)
#D5BBA6
(213,187,166)
#DAC3B0
(218,195,176)
#DFCBBA
(223,203,186)
#E4D3C4
(228,211,196)
#E9DBCE
(233,219,206)
#EEE3D8
(238,227,216)
#F3EBE2
(243,235,226)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A388 color. Also use rgb(198,163,136) instead hex code.

Text Font Color

.myTextColor { color: #C6A388; }

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

This text font color is #C6A388.


Background Color

.myBgColor { background-color: #C6A388; }

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

This div background color is #C6A388.


Border color

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

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

This div border color is #C6A388.


Opacity

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

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

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

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

This text has shadow with #C6A388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A388 on black background.


Color preview on white background

This text has color #C6A388 on white background.



Black color preview on #C6A388 background

This text has black color on #C6A388 background.


White color preview on #C6A388 background

This text has white color on #C6A388 background.