COLOR #C9AE48

HEX: #C9AE48
RGB: (201,174,72)

Renk bilgisi

#C9AE48 contains mainly red and green colors. #C9AE48 ‘ nin web güvenlik rengi #CC9933 (ya da #C93) dir.

RGB renk modeli

#C9AE48 color RGB value is (201,174,72).

  • kırmız ton 201;
  • yeşil ton 174;
  • mavi ton 72.
RGB:
(201,174,72)
(79%,68%,28%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 174 of 255 = 68%
B 72 of 255 = 28%

201
174
72

R + G + B ~ 58%. #C9AE48 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 174 + 72 = 447 (100%)
R 201 of 447 ~ 44.97%
G 174 of 447 ~ 38.93%
B 72 of 447 ~ 16.11%

%44.97
%38.93
%16.11

CMYK RENK MODELİ

#C9AE48 rengi CMYK tonu (0,13,64,21).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.43%
  • sarı tonu 64.18%
  • ana renk tonu 21.18%
CMYK:
(0,13,64,21)
C0M13Y64K21 
(0%,13%,64%,21%)
(0.00/0.13/0.64/0.21)	

CMYK yüzdeleri

%0
%13.43
%64.18
%21.18

Codes

Color #C9AE48 in popluar color models

C9AE48
RGB20117472
HSL47°54.43%53.53%
HSB/HSV47°64.18%78.82%
CMYK0.00%13.43%64.18%
21.18%

Color #C9AE48 in popluar number systems.

HEXC9AE48
Decimal20117472
Binary11001001101011101001000
Octal311256110

Shades and tints

Shades of #C9AE48

#C9AE48
(201,174,72)
#B79F42
(183,159,66)
#A5903C
(165,144,60)
#938136
(147,129,54)
#817230
(129,114,48)
#6F632A
(111,99,42)
#5D5424
(93,84,36)
#4B451E
(75,69,30)
#393618
(57,54,24)
#272712
(39,39,18)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #C9AE48

#C9AE48
(201,174,72)
#CDB558
(205,181,88)
#D1BC68
(209,188,104)
#D5C378
(213,195,120)
#D9CA88
(217,202,136)
#DDD198
(221,209,152)
#E1D8A8
(225,216,168)
#E5DFB8
(229,223,184)
#E9E6C8
(233,230,200)
#EDEDD8
(237,237,216)
#F1F4E8
(241,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9AE48 color. Also use rgb(201,174,72) instead hex code.

Text Font Color

.myTextColor { color: #C9AE48; }

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

This text font color is #C9AE48.


Background Color

.myBgColor { background-color: #C9AE48; }

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

This div background color is #C9AE48.


Border color

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

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

This div border color is #C9AE48.


Opacity

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

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

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

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

This text has shadow with #C9AE48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9AE48 on black background.


Color preview on white background

This text has color #C9AE48 on white background.



Black color preview on #C9AE48 background

This text has black color on #C9AE48 background.


White color preview on #C9AE48 background

This text has white color on #C9AE48 background.