COLOR #C4C179

HEX: #C4C179
RGB: (196,193,121)

Renk bilgisi

#C4C179 contains mainly red and green colors. #C4C179 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C4C179 color RGB value is (196,193,121).

  • kırmız ton 196;
  • yeşil ton 193;
  • mavi ton 121.
RGB:
(196,193,121)
(77%,76%,47%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 193 of 255 = 76%
B 121 of 255 = 47%

196
193
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 193 + 121 = 510 (100%)
R 196 of 510 ~ 38.43%
G 193 of 510 ~ 37.84%
B 121 of 510 ~ 23.73%

%38.43
%37.84
%23.73

CMYK RENK MODELİ

#C4C179 rengi CMYK tonu (0,2,38,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.53%
  • sarı tonu 38.27%
  • ana renk tonu 23.14%
CMYK:
(0,2,38,23)
C0M2Y38K23 
(0%,2%,38%,23%)
(0.00/0.02/0.38/0.23)	

CMYK yüzdeleri

%0
%1.53
%38.27
%23.14

Codes

Color #C4C179 in popluar color models

C4C179
RGB196193121
HSL58°38.86%62.16%
HSB/HSV58°38.27%76.86%
CMYK0.00%1.53%38.27%
23.14%

Color #C4C179 in popluar number systems.

HEXC4C179
Decimal196193121
Binary11000100110000011111001
Octal304301171

Shades and tints

Shades of #C4C179

#C4C179
(196,193,121)
#B3B06E
(179,176,110)
#A29F63
(162,159,99)
#918E58
(145,142,88)
#807D4D
(128,125,77)
#6F6C42
(111,108,66)
#5E5B37
(94,91,55)
#4D4A2C
(77,74,44)
#3C3921
(60,57,33)
#2B2816
(43,40,22)
#1A170B
(26,23,11)
#000000
(0,0,0)

Tints of #C4C179

#C4C179
(196,193,121)
#C9C685
(201,198,133)
#CECB91
(206,203,145)
#D3D09D
(211,208,157)
#D8D5A9
(216,213,169)
#DDDAB5
(221,218,181)
#E2DFC1
(226,223,193)
#E7E4CD
(231,228,205)
#ECE9D9
(236,233,217)
#F1EEE5
(241,238,229)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C179 color. Also use rgb(196,193,121) instead hex code.

Text Font Color

.myTextColor { color: #C4C179; }

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

This text font color is #C4C179.


Background Color

.myBgColor { background-color: #C4C179; }

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

This div background color is #C4C179.


Border color

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

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

This div border color is #C4C179.


Opacity

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

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

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

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

This text has shadow with #C4C179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C179 on black background.


Color preview on white background

This text has color #C4C179 on white background.



Black color preview on #C4C179 background

This text has black color on #C4C179 background.


White color preview on #C4C179 background

This text has white color on #C4C179 background.