COLOR #C5B492

HEX: #C5B492
RGB: (197,180,146)

Renk bilgisi

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

RGB renk modeli

#C5B492 color RGB value is (197,180,146).

  • kırmız ton 197;
  • yeşil ton 180;
  • mavi ton 146.
RGB:
(197,180,146)
(77%,71%,57%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 180 of 255 = 71%
B 146 of 255 = 57%

197
180
146

R + G + B ~ 68%. #C5B492 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 180 + 146 = 523 (100%)
R 197 of 523 ~ 37.67%
G 180 of 523 ~ 34.42%
B 146 of 523 ~ 27.92%

%37.67
%34.42
%27.92

CMYK RENK MODELİ

#C5B492 rengi CMYK tonu (0,9,26,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.63%
  • sarı tonu 25.89%
  • ana renk tonu 22.75%
CMYK:
(0,9,26,23)
C0M9Y26K23 
(0%,9%,26%,23%)
(0.00/0.09/0.26/0.23)	

CMYK yüzdeleri

%0
%8.63
%25.89
%22.75

Codes

Color #C5B492 in popluar color models

C5B492
RGB197180146
HSL40°30.54%67.25%
HSB/HSV40°25.89%77.25%
CMYK0.00%8.63%25.89%
22.75%

Color #C5B492 in popluar number systems.

HEXC5B492
Decimal197180146
Binary110001011011010010010010
Octal305264222

Shades and tints

Shades of #C5B492

#C5B492
(197,180,146)
#B4A485
(180,164,133)
#A39478
(163,148,120)
#92846B
(146,132,107)
#81745E
(129,116,94)
#706451
(112,100,81)
#5F5444
(95,84,68)
#4E4437
(78,68,55)
#3D342A
(61,52,42)
#2C241D
(44,36,29)
#1B1410
(27,20,16)
#000000
(0,0,0)

Tints of #C5B492

#C5B492
(197,180,146)
#CABA9B
(202,186,155)
#CFC0A4
(207,192,164)
#D4C6AD
(212,198,173)
#D9CCB6
(217,204,182)
#DED2BF
(222,210,191)
#E3D8C8
(227,216,200)
#E8DED1
(232,222,209)
#EDE4DA
(237,228,218)
#F2EAE3
(242,234,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B492 color. Also use rgb(197,180,146) instead hex code.

Text Font Color

.myTextColor { color: #C5B492; }

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

This text font color is #C5B492.


Background Color

.myBgColor { background-color: #C5B492; }

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

This div background color is #C5B492.


Border color

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

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

This div border color is #C5B492.


Opacity

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

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

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

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

This text has shadow with #C5B492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B492 on black background.


Color preview on white background

This text has color #C5B492 on white background.



Black color preview on #C5B492 background

This text has black color on #C5B492 background.


White color preview on #C5B492 background

This text has white color on #C5B492 background.