COLOR #C5C495

HEX: #C5C495
RGB: (197,196,149)

Renk bilgisi

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

RGB renk modeli

#C5C495 color RGB value is (197,196,149).

  • kırmız ton 197;
  • yeşil ton 196;
  • mavi ton 149.
RGB:
(197,196,149)
(77%,77%,58%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 196 of 255 = 77%
B 149 of 255 = 58%

197
196
149

R + G + B ~ 71%. #C5C495 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 196 + 149 = 542 (100%)
R 197 of 542 ~ 36.35%
G 196 of 542 ~ 36.16%
B 149 of 542 ~ 27.49%

%36.35
%36.16
%27.49

CMYK RENK MODELİ

#C5C495 rengi CMYK tonu (0,1,24,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.51%
  • sarı tonu 24.37%
  • ana renk tonu 22.75%
CMYK:
(0,1,24,23)
C0M1Y24K23 
(0%,1%,24%,23%)
(0.00/0.01/0.24/0.23)	

CMYK yüzdeleri

%0
%0.51
%24.37
%22.75

Codes

Color #C5C495 in popluar color models

C5C495
RGB197196149
HSL59°29.27%67.84%
HSB/HSV59°24.37%77.25%
CMYK0.00%0.51%24.37%
22.75%

Color #C5C495 in popluar number systems.

HEXC5C495
Decimal197196149
Binary110001011100010010010101
Octal305304225

Shades and tints

Shades of #C5C495

#C5C495
(197,196,149)
#B4B388
(180,179,136)
#A3A27B
(163,162,123)
#92916E
(146,145,110)
#818061
(129,128,97)
#706F54
(112,111,84)
#5F5E47
(95,94,71)
#4E4D3A
(78,77,58)
#3D3C2D
(61,60,45)
#2C2B20
(44,43,32)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #C5C495

#C5C495
(197,196,149)
#CAC99E
(202,201,158)
#CFCEA7
(207,206,167)
#D4D3B0
(212,211,176)
#D9D8B9
(217,216,185)
#DEDDC2
(222,221,194)
#E3E2CB
(227,226,203)
#E8E7D4
(232,231,212)
#EDECDD
(237,236,221)
#F2F1E6
(242,241,230)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C495 color. Also use rgb(197,196,149) instead hex code.

Text Font Color

.myTextColor { color: #C5C495; }

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

This text font color is #C5C495.


Background Color

.myBgColor { background-color: #C5C495; }

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

This div background color is #C5C495.


Border color

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

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

This div border color is #C5C495.


Opacity

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

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

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

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

This text has shadow with #C5C495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C495 on black background.


Color preview on white background

This text has color #C5C495 on white background.



Black color preview on #C5C495 background

This text has black color on #C5C495 background.


White color preview on #C5C495 background

This text has white color on #C5C495 background.