COLOR #C49D99

HEX: #C49D99
RGB: (196,157,153)

Renk bilgisi

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

RGB renk modeli

#C49D99 color RGB value is (196,157,153).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 157 of 255 = 62%
B 153 of 255 = 60%

196
157
153

R + G + B ~ 66%. #C49D99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 157 + 153 = 506 (100%)
R 196 of 506 ~ 38.74%
G 157 of 506 ~ 31.03%
B 153 of 506 ~ 30.24%

%38.74
%31.03
%30.24

CMYK RENK MODELİ

#C49D99 rengi CMYK tonu (0,20,22,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.90%
  • sarı tonu 21.94%
  • ana renk tonu 23.14%
CMYK:
(0,20,22,23)
C0M20Y22K23 
(0%,20%,22%,23%)
(0.00/0.20/0.22/0.23)	

CMYK yüzdeleri

%0
%19.9
%21.94
%23.14

Codes

Color #C49D99 in popluar color models

C49D99
RGB196157153
HSL26.71%68.43%
HSB/HSV21.94%76.86%
CMYK0.00%19.90%21.94%
23.14%

Color #C49D99 in popluar number systems.

HEXC49D99
Decimal196157153
Binary110001001001110110011001
Octal304235231

Shades and tints

Shades of #C49D99

#C49D99
(196,157,153)
#B38F8C
(179,143,140)
#A2817F
(162,129,127)
#917372
(145,115,114)
#806565
(128,101,101)
#6F5758
(111,87,88)
#5E494B
(94,73,75)
#4D3B3E
(77,59,62)
#3C2D31
(60,45,49)
#2B1F24
(43,31,36)
#1A1117
(26,17,23)
#000000
(0,0,0)

Tints of #C49D99

#C49D99
(196,157,153)
#C9A5A2
(201,165,162)
#CEADAB
(206,173,171)
#D3B5B4
(211,181,180)
#D8BDBD
(216,189,189)
#DDC5C6
(221,197,198)
#E2CDCF
(226,205,207)
#E7D5D8
(231,213,216)
#ECDDE1
(236,221,225)
#F1E5EA
(241,229,234)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49D99; }

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

This text font color is #C49D99.


Background Color

.myBgColor { background-color: #C49D99; }

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

This div background color is #C49D99.


Border color

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

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

This div border color is #C49D99.


Opacity

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

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

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

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

This text has shadow with #C49D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49D99 on black background.


Color preview on white background

This text has color #C49D99 on white background.



Black color preview on #C49D99 background

This text has black color on #C49D99 background.


White color preview on #C49D99 background

This text has white color on #C49D99 background.