COLOR #C7A980

HEX: #C7A980
RGB: (199,169,128)

Renk bilgisi

#C7A980 contains mainly red and green colors. #C7A980 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#C7A980 color RGB value is (199,169,128).

  • kırmız ton 199;
  • yeşil ton 169;
  • mavi ton 128.
RGB:
(199,169,128)
(78%,66%,50%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 169 of 255 = 66%
B 128 of 255 = 50%

199
169
128

R + G + B ~ 65%. #C7A980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 169 + 128 = 496 (100%)
R 199 of 496 ~ 40.12%
G 169 of 496 ~ 34.07%
B 128 of 496 ~ 25.81%

%40.12
%34.07
%25.81

CMYK RENK MODELİ

#C7A980 rengi CMYK tonu (0,15,36,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.08%
  • sarı tonu 35.68%
  • ana renk tonu 21.96%
CMYK:
(0,15,36,22)
C0M15Y36K22 
(0%,15%,36%,22%)
(0.00/0.15/0.36/0.22)	

CMYK yüzdeleri

%0
%15.08
%35.68
%21.96

Codes

Color #C7A980 in popluar color models

C7A980
RGB199169128
HSL35°38.80%64.12%
HSB/HSV35°35.68%78.04%
CMYK0.00%15.08%35.68%
21.96%

Color #C7A980 in popluar number systems.

HEXC7A980
Decimal199169128
Binary110001111010100110000000
Octal307251200

Shades and tints

Shades of #C7A980

#C7A980
(199,169,128)
#B59A75
(181,154,117)
#A38B6A
(163,139,106)
#917C5F
(145,124,95)
#7F6D54
(127,109,84)
#6D5E49
(109,94,73)
#5B4F3E
(91,79,62)
#494033
(73,64,51)
#373128
(55,49,40)
#25221D
(37,34,29)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #C7A980

#C7A980
(199,169,128)
#CCB08B
(204,176,139)
#D1B796
(209,183,150)
#D6BEA1
(214,190,161)
#DBC5AC
(219,197,172)
#E0CCB7
(224,204,183)
#E5D3C2
(229,211,194)
#EADACD
(234,218,205)
#EFE1D8
(239,225,216)
#F4E8E3
(244,232,227)
#F9EFEE
(249,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A980 color. Also use rgb(199,169,128) instead hex code.

Text Font Color

.myTextColor { color: #C7A980; }

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

This text font color is #C7A980.


Background Color

.myBgColor { background-color: #C7A980; }

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

This div background color is #C7A980.


Border color

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

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

This div border color is #C7A980.


Opacity

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

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

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

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

This text has shadow with #C7A980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A980 on black background.


Color preview on white background

This text has color #C7A980 on white background.



Black color preview on #C7A980 background

This text has black color on #C7A980 background.


White color preview on #C7A980 background

This text has white color on #C7A980 background.