COLOR #C49396

HEX: #C49396
RGB: (196,147,150)

Renk bilgisi

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

RGB renk modeli

#C49396 color RGB value is (196,147,150).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 147 of 255 = 58%
B 150 of 255 = 59%

196
147
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 147 + 150 = 493 (100%)
R 196 of 493 ~ 39.76%
G 147 of 493 ~ 29.82%
B 150 of 493 ~ 30.43%

%39.76
%29.82
%30.43

CMYK RENK MODELİ

#C49396 rengi CMYK tonu (0,25,23,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 23.47%
  • ana renk tonu 23.14%
CMYK:
(0,25,23,23)
C0M25Y23K23 
(0%,25%,23%,23%)
(0.00/0.25/0.23/0.23)	

CMYK yüzdeleri

%0
%25
%23.47
%23.14

Codes

Color #C49396 in popluar color models

C49396
RGB196147150
HSL356°29.34%67.25%
HSB/HSV356°25.00%76.86%
CMYK0.00%25.00%23.47%
23.14%

Color #C49396 in popluar number systems.

HEXC49396
Decimal196147150
Binary110001001001001110010110
Octal304223226

Shades and tints

Shades of #C49396

#C49396
(196,147,150)
#B38689
(179,134,137)
#A2797C
(162,121,124)
#916C6F
(145,108,111)
#805F62
(128,95,98)
#6F5255
(111,82,85)
#5E4548
(94,69,72)
#4D383B
(77,56,59)
#3C2B2E
(60,43,46)
#2B1E21
(43,30,33)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C49396

#C49396
(196,147,150)
#C99C9F
(201,156,159)
#CEA5A8
(206,165,168)
#D3AEB1
(211,174,177)
#D8B7BA
(216,183,186)
#DDC0C3
(221,192,195)
#E2C9CC
(226,201,204)
#E7D2D5
(231,210,213)
#ECDBDE
(236,219,222)
#F1E4E7
(241,228,231)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49396 color. Also use rgb(196,147,150) instead hex code.

Text Font Color

.myTextColor { color: #C49396; }

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

This text font color is #C49396.


Background Color

.myBgColor { background-color: #C49396; }

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

This div background color is #C49396.


Border color

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

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

This div border color is #C49396.


Opacity

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

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

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

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

This text has shadow with #C49396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49396 on black background.


Color preview on white background

This text has color #C49396 on white background.



Black color preview on #C49396 background

This text has black color on #C49396 background.


White color preview on #C49396 background

This text has white color on #C49396 background.