COLOR #C6A988

HEX: #C6A988
RGB: (198,169,136)

Renk bilgisi

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

RGB renk modeli

#C6A988 color RGB value is (198,169,136).

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

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 169 of 255 = 66%
B 136 of 255 = 53%

198
169
136

R + G + B ~ 66%. #C6A988 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 169 + 136 = 503 (100%)
R 198 of 503 ~ 39.36%
G 169 of 503 ~ 33.6%
B 136 of 503 ~ 27.04%

%39.36
%33.6
%27.04

CMYK RENK MODELİ

#C6A988 rengi CMYK tonu (0,15,31,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.65%
  • sarı tonu 31.31%
  • ana renk tonu 22.35%
CMYK:
(0,15,31,22)
C0M15Y31K22 
(0%,15%,31%,22%)
(0.00/0.15/0.31/0.22)	

CMYK yüzdeleri

%0
%14.65
%31.31
%22.35

Codes

Color #C6A988 in popluar color models

C6A988
RGB198169136
HSL32°35.23%65.49%
HSB/HSV32°31.31%77.65%
CMYK0.00%14.65%31.31%
22.35%

Color #C6A988 in popluar number systems.

HEXC6A988
Decimal198169136
Binary110001101010100110001000
Octal306251210

Shades and tints

Shades of #C6A988

#C6A988
(198,169,136)
#B49A7C
(180,154,124)
#A28B70
(162,139,112)
#907C64
(144,124,100)
#7E6D58
(126,109,88)
#6C5E4C
(108,94,76)
#5A4F40
(90,79,64)
#484034
(72,64,52)
#363128
(54,49,40)
#24221C
(36,34,28)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #C6A988

#C6A988
(198,169,136)
#CBB092
(203,176,146)
#D0B79C
(208,183,156)
#D5BEA6
(213,190,166)
#DAC5B0
(218,197,176)
#DFCCBA
(223,204,186)
#E4D3C4
(228,211,196)
#E9DACE
(233,218,206)
#EEE1D8
(238,225,216)
#F3E8E2
(243,232,226)
#F8EFEC
(248,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A988; }

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

This text font color is #C6A988.


Background Color

.myBgColor { background-color: #C6A988; }

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

This div background color is #C6A988.


Border color

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

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

This div border color is #C6A988.


Opacity

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

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

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

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

This text has shadow with #C6A988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A988 on black background.


Color preview on white background

This text has color #C6A988 on white background.



Black color preview on #C6A988 background

This text has black color on #C6A988 background.


White color preview on #C6A988 background

This text has white color on #C6A988 background.