COLOR #C7A591

HEX: #C7A591
RGB: (199,165,145)

Renk bilgisi

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

RGB renk modeli

#C7A591 color RGB value is (199,165,145).

  • kırmız ton 199;
  • yeşil ton 165;
  • mavi ton 145.
RGB:
(199,165,145)
(78%,65%,57%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 165 of 255 = 65%
B 145 of 255 = 57%

199
165
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 165 + 145 = 509 (100%)
R 199 of 509 ~ 39.1%
G 165 of 509 ~ 32.42%
B 145 of 509 ~ 28.49%

%39.1
%32.42
%28.49

CMYK RENK MODELİ

#C7A591 rengi CMYK tonu (0,17,27,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.09%
  • sarı tonu 27.14%
  • ana renk tonu 21.96%
CMYK:
(0,17,27,22)
C0M17Y27K22 
(0%,17%,27%,22%)
(0.00/0.17/0.27/0.22)	

CMYK yüzdeleri

%0
%17.09
%27.14
%21.96

Codes

Color #C7A591 in popluar color models

C7A591
RGB199165145
HSL22°32.53%67.45%
HSB/HSV22°27.14%78.04%
CMYK0.00%17.09%27.14%
21.96%

Color #C7A591 in popluar number systems.

HEXC7A591
Decimal199165145
Binary110001111010010110010001
Octal307245221

Shades and tints

Shades of #C7A591

#C7A591
(199,165,145)
#B59684
(181,150,132)
#A38777
(163,135,119)
#91786A
(145,120,106)
#7F695D
(127,105,93)
#6D5A50
(109,90,80)
#5B4B43
(91,75,67)
#493C36
(73,60,54)
#372D29
(55,45,41)
#251E1C
(37,30,28)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #C7A591

#C7A591
(199,165,145)
#CCAD9B
(204,173,155)
#D1B5A5
(209,181,165)
#D6BDAF
(214,189,175)
#DBC5B9
(219,197,185)
#E0CDC3
(224,205,195)
#E5D5CD
(229,213,205)
#EADDD7
(234,221,215)
#EFE5E1
(239,229,225)
#F4EDEB
(244,237,235)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A591 color. Also use rgb(199,165,145) instead hex code.

Text Font Color

.myTextColor { color: #C7A591; }

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

This text font color is #C7A591.


Background Color

.myBgColor { background-color: #C7A591; }

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

This div background color is #C7A591.


Border color

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

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

This div border color is #C7A591.


Opacity

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

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

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

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

This text has shadow with #C7A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A591 on black background.


Color preview on white background

This text has color #C7A591 on white background.



Black color preview on #C7A591 background

This text has black color on #C7A591 background.


White color preview on #C7A591 background

This text has white color on #C7A591 background.