COLOR #C7A481

HEX: #C7A481
RGB: (199,164,129)

Renk bilgisi

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

RGB renk modeli

#C7A481 color RGB value is (199,164,129).

  • kırmız ton 199;
  • yeşil ton 164;
  • mavi ton 129.
RGB:
(199,164,129)
(78%,64%,51%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 164 of 255 = 64%
B 129 of 255 = 51%

199
164
129

R + G + B ~ 64%. #C7A481 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 164 + 129 = 492 (100%)
R 199 of 492 ~ 40.45%
G 164 of 492 ~ 33.33%
B 129 of 492 ~ 26.22%

%40.45
%33.33
%26.22

CMYK RENK MODELİ

#C7A481 rengi CMYK tonu (0,18,35,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.59%
  • sarı tonu 35.18%
  • ana renk tonu 21.96%
CMYK:
(0,18,35,22)
C0M18Y35K22 
(0%,18%,35%,22%)
(0.00/0.18/0.35/0.22)	

CMYK yüzdeleri

%0
%17.59
%35.18
%21.96

Codes

Color #C7A481 in popluar color models

C7A481
RGB199164129
HSL30°38.46%64.31%
HSB/HSV30°35.18%78.04%
CMYK0.00%17.59%35.18%
21.96%

Color #C7A481 in popluar number systems.

HEXC7A481
Decimal199164129
Binary110001111010010010000001
Octal307244201

Shades and tints

Shades of #C7A481

#C7A481
(199,164,129)
#B59676
(181,150,118)
#A3886B
(163,136,107)
#917A60
(145,122,96)
#7F6C55
(127,108,85)
#6D5E4A
(109,94,74)
#5B503F
(91,80,63)
#494234
(73,66,52)
#373429
(55,52,41)
#25261E
(37,38,30)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #C7A481

#C7A481
(199,164,129)
#CCAC8C
(204,172,140)
#D1B497
(209,180,151)
#D6BCA2
(214,188,162)
#DBC4AD
(219,196,173)
#E0CCB8
(224,204,184)
#E5D4C3
(229,212,195)
#EADCCE
(234,220,206)
#EFE4D9
(239,228,217)
#F4ECE4
(244,236,228)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A481 color. Also use rgb(199,164,129) instead hex code.

Text Font Color

.myTextColor { color: #C7A481; }

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

This text font color is #C7A481.


Background Color

.myBgColor { background-color: #C7A481; }

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

This div background color is #C7A481.


Border color

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

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

This div border color is #C7A481.


Opacity

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

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

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

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

This text has shadow with #C7A481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A481 on black background.


Color preview on white background

This text has color #C7A481 on white background.



Black color preview on #C7A481 background

This text has black color on #C7A481 background.


White color preview on #C7A481 background

This text has white color on #C7A481 background.