COLOR #C6A596

HEX: #C6A596
RGB: (198,165,150)

Renk bilgisi

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

RGB renk modeli

#C6A596 color RGB value is (198,165,150).

  • kırmız ton 198;
  • yeşil ton 165;
  • mavi ton 150.
RGB:
(198,165,150)
(78%,65%,59%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 165 of 255 = 65%
B 150 of 255 = 59%

198
165
150

R + G + B ~ 67%. #C6A596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 165 + 150 = 513 (100%)
R 198 of 513 ~ 38.6%
G 165 of 513 ~ 32.16%
B 150 of 513 ~ 29.24%

%38.6
%32.16
%29.24

CMYK RENK MODELİ

#C6A596 rengi CMYK tonu (0,17,24,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 24.24%
  • ana renk tonu 22.35%
CMYK:
(0,17,24,22)
C0M17Y24K22 
(0%,17%,24%,22%)
(0.00/0.17/0.24/0.22)	

CMYK yüzdeleri

%0
%16.67
%24.24
%22.35

Codes

Color #C6A596 in popluar color models

C6A596
RGB198165150
HSL19°29.63%68.24%
HSB/HSV19°24.24%77.65%
CMYK0.00%16.67%24.24%
22.35%

Color #C6A596 in popluar number systems.

HEXC6A596
Decimal198165150
Binary110001101010010110010110
Octal306245226

Shades and tints

Shades of #C6A596

#C6A596
(198,165,150)
#B49689
(180,150,137)
#A2877C
(162,135,124)
#90786F
(144,120,111)
#7E6962
(126,105,98)
#6C5A55
(108,90,85)
#5A4B48
(90,75,72)
#483C3B
(72,60,59)
#362D2E
(54,45,46)
#241E21
(36,30,33)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #C6A596

#C6A596
(198,165,150)
#CBAD9F
(203,173,159)
#D0B5A8
(208,181,168)
#D5BDB1
(213,189,177)
#DAC5BA
(218,197,186)
#DFCDC3
(223,205,195)
#E4D5CC
(228,213,204)
#E9DDD5
(233,221,213)
#EEE5DE
(238,229,222)
#F3EDE7
(243,237,231)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A596 color. Also use rgb(198,165,150) instead hex code.

Text Font Color

.myTextColor { color: #C6A596; }

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

This text font color is #C6A596.


Background Color

.myBgColor { background-color: #C6A596; }

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

This div background color is #C6A596.


Border color

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

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

This div border color is #C6A596.


Opacity

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

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

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

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

This text has shadow with #C6A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A596 on black background.


Color preview on white background

This text has color #C6A596 on white background.



Black color preview on #C6A596 background

This text has black color on #C6A596 background.


White color preview on #C6A596 background

This text has white color on #C6A596 background.