COLOR #C49B99

HEX: #C49B99
RGB: (196,155,153)

Renk bilgisi

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

RGB renk modeli

#C49B99 color RGB value is (196,155,153).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 155 of 255 = 61%
B 153 of 255 = 60%

196
155
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 155 + 153 = 504 (100%)
R 196 of 504 ~ 38.89%
G 155 of 504 ~ 30.75%
B 153 of 504 ~ 30.36%

%38.89
%30.75
%30.36

CMYK RENK MODELİ

#C49B99 rengi CMYK tonu (0,21,22,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.92%
  • sarı tonu 21.94%
  • ana renk tonu 23.14%
CMYK:
(0,21,22,23)
C0M21Y22K23 
(0%,21%,22%,23%)
(0.00/0.21/0.22/0.23)	

CMYK yüzdeleri

%0
%20.92
%21.94
%23.14

Codes

Color #C49B99 in popluar color models

C49B99
RGB196155153
HSL26.71%68.43%
HSB/HSV21.94%76.86%
CMYK0.00%20.92%21.94%
23.14%

Color #C49B99 in popluar number systems.

HEXC49B99
Decimal196155153
Binary110001001001101110011001
Octal304233231

Shades and tints

Shades of #C49B99

#C49B99
(196,155,153)
#B38D8C
(179,141,140)
#A27F7F
(162,127,127)
#917172
(145,113,114)
#806365
(128,99,101)
#6F5558
(111,85,88)
#5E474B
(94,71,75)
#4D393E
(77,57,62)
#3C2B31
(60,43,49)
#2B1D24
(43,29,36)
#1A0F17
(26,15,23)
#000000
(0,0,0)

Tints of #C49B99

#C49B99
(196,155,153)
#C9A4A2
(201,164,162)
#CEADAB
(206,173,171)
#D3B6B4
(211,182,180)
#D8BFBD
(216,191,189)
#DDC8C6
(221,200,198)
#E2D1CF
(226,209,207)
#E7DAD8
(231,218,216)
#ECE3E1
(236,227,225)
#F1ECEA
(241,236,234)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49B99; }

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

This text font color is #C49B99.


Background Color

.myBgColor { background-color: #C49B99; }

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

This div background color is #C49B99.


Border color

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

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

This div border color is #C49B99.


Opacity

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

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

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

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

This text has shadow with #C49B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49B99 on black background.


Color preview on white background

This text has color #C49B99 on white background.



Black color preview on #C49B99 background

This text has black color on #C49B99 background.


White color preview on #C49B99 background

This text has white color on #C49B99 background.