COLOR #C49F9D

HEX: #C49F9D
RGB: (196,159,157)

Renk bilgisi

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

RGB renk modeli

#C49F9D color RGB value is (196,159,157).

  • kırmız ton 196;
  • yeşil ton 159;
  • mavi ton 157.
RGB:
(196,159,157)
(77%,62%,62%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 159 of 255 = 62%
B 157 of 255 = 62%

196
159
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 159 + 157 = 512 (100%)
R 196 of 512 ~ 38.28%
G 159 of 512 ~ 31.05%
B 157 of 512 ~ 30.66%

%38.28
%31.05
%30.66

CMYK RENK MODELİ

#C49F9D rengi CMYK tonu (0,19,20,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.88%
  • sarı tonu 19.90%
  • ana renk tonu 23.14%
CMYK:
(0,19,20,23)
C0M19Y20K23 
(0%,19%,20%,23%)
(0.00/0.19/0.20/0.23)	

CMYK yüzdeleri

%0
%18.88
%19.9
%23.14

Codes

Color #C49F9D in popluar color models

C49F9D
RGB196159157
HSL24.84%69.22%
HSB/HSV19.90%76.86%
CMYK0.00%18.88%19.90%
23.14%

Color #C49F9D in popluar number systems.

HEXC49F9D
Decimal196159157
Binary110001001001111110011101
Octal304237235

Shades and tints

Shades of #C49F9D

#C49F9D
(196,159,157)
#B3918F
(179,145,143)
#A28381
(162,131,129)
#917573
(145,117,115)
#806765
(128,103,101)
#6F5957
(111,89,87)
#5E4B49
(94,75,73)
#4D3D3B
(77,61,59)
#3C2F2D
(60,47,45)
#2B211F
(43,33,31)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C49F9D

#C49F9D
(196,159,157)
#C9A7A5
(201,167,165)
#CEAFAD
(206,175,173)
#D3B7B5
(211,183,181)
#D8BFBD
(216,191,189)
#DDC7C5
(221,199,197)
#E2CFCD
(226,207,205)
#E7D7D5
(231,215,213)
#ECDFDD
(236,223,221)
#F1E7E5
(241,231,229)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49F9D color. Also use rgb(196,159,157) instead hex code.

Text Font Color

.myTextColor { color: #C49F9D; }

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

This text font color is #C49F9D.


Background Color

.myBgColor { background-color: #C49F9D; }

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

This div background color is #C49F9D.


Border color

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

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

This div border color is #C49F9D.


Opacity

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

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

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

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

This text has shadow with #C49F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49F9D on black background.


Color preview on white background

This text has color #C49F9D on white background.



Black color preview on #C49F9D background

This text has black color on #C49F9D background.


White color preview on #C49F9D background

This text has white color on #C49F9D background.