COLOR #C7A794

HEX: #C7A794
RGB: (199,167,148)

Renk bilgisi

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

RGB renk modeli

#C7A794 color RGB value is (199,167,148).

  • kırmız ton 199;
  • yeşil ton 167;
  • mavi ton 148.
RGB:
(199,167,148)
(78%,65%,58%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 167 of 255 = 65%
B 148 of 255 = 58%

199
167
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 167 + 148 = 514 (100%)
R 199 of 514 ~ 38.72%
G 167 of 514 ~ 32.49%
B 148 of 514 ~ 28.79%

%38.72
%32.49
%28.79

CMYK RENK MODELİ

#C7A794 rengi CMYK tonu (0,16,26,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.08%
  • sarı tonu 25.63%
  • ana renk tonu 21.96%
CMYK:
(0,16,26,22)
C0M16Y26K22 
(0%,16%,26%,22%)
(0.00/0.16/0.26/0.22)	

CMYK yüzdeleri

%0
%16.08
%25.63
%21.96

Codes

Color #C7A794 in popluar color models

C7A794
RGB199167148
HSL22°31.29%68.04%
HSB/HSV22°25.63%78.04%
CMYK0.00%16.08%25.63%
21.96%

Color #C7A794 in popluar number systems.

HEXC7A794
Decimal199167148
Binary110001111010011110010100
Octal307247224

Shades and tints

Shades of #C7A794

#C7A794
(199,167,148)
#B59887
(181,152,135)
#A3897A
(163,137,122)
#917A6D
(145,122,109)
#7F6B60
(127,107,96)
#6D5C53
(109,92,83)
#5B4D46
(91,77,70)
#493E39
(73,62,57)
#372F2C
(55,47,44)
#25201F
(37,32,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #C7A794

#C7A794
(199,167,148)
#CCAF9D
(204,175,157)
#D1B7A6
(209,183,166)
#D6BFAF
(214,191,175)
#DBC7B8
(219,199,184)
#E0CFC1
(224,207,193)
#E5D7CA
(229,215,202)
#EADFD3
(234,223,211)
#EFE7DC
(239,231,220)
#F4EFE5
(244,239,229)
#F9F7EE
(249,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A794 color. Also use rgb(199,167,148) instead hex code.

Text Font Color

.myTextColor { color: #C7A794; }

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

This text font color is #C7A794.


Background Color

.myBgColor { background-color: #C7A794; }

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

This div background color is #C7A794.


Border color

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

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

This div border color is #C7A794.


Opacity

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

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

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

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

This text has shadow with #C7A794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A794 on black background.


Color preview on white background

This text has color #C7A794 on white background.



Black color preview on #C7A794 background

This text has black color on #C7A794 background.


White color preview on #C7A794 background

This text has white color on #C7A794 background.