COLOR #C49895

HEX: #C49895
RGB: (196,152,149)

Renk bilgisi

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

RGB renk modeli

#C49895 color RGB value is (196,152,149).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 152 of 255 = 60%
B 149 of 255 = 58%

196
152
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 152 + 149 = 497 (100%)
R 196 of 497 ~ 39.44%
G 152 of 497 ~ 30.58%
B 149 of 497 ~ 29.98%

%39.44
%30.58
%29.98

CMYK RENK MODELİ

#C49895 rengi CMYK tonu (0,22,24,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.45%
  • sarı tonu 23.98%
  • ana renk tonu 23.14%
CMYK:
(0,22,24,23)
C0M22Y24K23 
(0%,22%,24%,23%)
(0.00/0.22/0.24/0.23)	

CMYK yüzdeleri

%0
%22.45
%23.98
%23.14

Codes

Color #C49895 in popluar color models

C49895
RGB196152149
HSL28.48%67.65%
HSB/HSV23.98%76.86%
CMYK0.00%22.45%23.98%
23.14%

Color #C49895 in popluar number systems.

HEXC49895
Decimal196152149
Binary110001001001100010010101
Octal304230225

Shades and tints

Shades of #C49895

#C49895
(196,152,149)
#B38B88
(179,139,136)
#A27E7B
(162,126,123)
#91716E
(145,113,110)
#806461
(128,100,97)
#6F5754
(111,87,84)
#5E4A47
(94,74,71)
#4D3D3A
(77,61,58)
#3C302D
(60,48,45)
#2B2320
(43,35,32)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #C49895

#C49895
(196,152,149)
#C9A19E
(201,161,158)
#CEAAA7
(206,170,167)
#D3B3B0
(211,179,176)
#D8BCB9
(216,188,185)
#DDC5C2
(221,197,194)
#E2CECB
(226,206,203)
#E7D7D4
(231,215,212)
#ECE0DD
(236,224,221)
#F1E9E6
(241,233,230)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49895; }

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

This text font color is #C49895.


Background Color

.myBgColor { background-color: #C49895; }

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

This div background color is #C49895.


Border color

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

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

This div border color is #C49895.


Opacity

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

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

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

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

This text has shadow with #C49895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49895 on black background.


Color preview on white background

This text has color #C49895 on white background.



Black color preview on #C49895 background

This text has black color on #C49895 background.


White color preview on #C49895 background

This text has white color on #C49895 background.