COLOR #C9A594

HEX: #C9A594
RGB: (201,165,148)

Renk bilgisi

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

RGB renk modeli

#C9A594 color RGB value is (201,165,148).

  • kırmız ton 201;
  • yeşil ton 165;
  • mavi ton 148.
RGB:
(201,165,148)
(79%,65%,58%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 165 of 255 = 65%
B 148 of 255 = 58%

201
165
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 165 + 148 = 514 (100%)
R 201 of 514 ~ 39.11%
G 165 of 514 ~ 32.1%
B 148 of 514 ~ 28.79%

%39.11
%32.1
%28.79

CMYK RENK MODELİ

#C9A594 rengi CMYK tonu (0,18,26,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.91%
  • sarı tonu 26.37%
  • ana renk tonu 21.18%
CMYK:
(0,18,26,21)
C0M18Y26K21 
(0%,18%,26%,21%)
(0.00/0.18/0.26/0.21)	

CMYK yüzdeleri

%0
%17.91
%26.37
%21.18

Codes

Color #C9A594 in popluar color models

C9A594
RGB201165148
HSL19°32.92%68.43%
HSB/HSV19°26.37%78.82%
CMYK0.00%17.91%26.37%
21.18%

Color #C9A594 in popluar number systems.

HEXC9A594
Decimal201165148
Binary110010011010010110010100
Octal311245224

Shades and tints

Shades of #C9A594

#C9A594
(201,165,148)
#B79687
(183,150,135)
#A5877A
(165,135,122)
#93786D
(147,120,109)
#816960
(129,105,96)
#6F5A53
(111,90,83)
#5D4B46
(93,75,70)
#4B3C39
(75,60,57)
#392D2C
(57,45,44)
#271E1F
(39,30,31)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #C9A594

#C9A594
(201,165,148)
#CDAD9D
(205,173,157)
#D1B5A6
(209,181,166)
#D5BDAF
(213,189,175)
#D9C5B8
(217,197,184)
#DDCDC1
(221,205,193)
#E1D5CA
(225,213,202)
#E5DDD3
(229,221,211)
#E9E5DC
(233,229,220)
#EDEDE5
(237,237,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A594 color. Also use rgb(201,165,148) instead hex code.

Text Font Color

.myTextColor { color: #C9A594; }

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

This text font color is #C9A594.


Background Color

.myBgColor { background-color: #C9A594; }

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

This div background color is #C9A594.


Border color

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

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

This div border color is #C9A594.


Opacity

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

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

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

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

This text has shadow with #C9A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A594 on black background.


Color preview on white background

This text has color #C9A594 on white background.



Black color preview on #C9A594 background

This text has black color on #C9A594 background.


White color preview on #C9A594 background

This text has white color on #C9A594 background.