COLOR #C49488

HEX: #C49488
RGB: (196,148,136)

Renk bilgisi

#C49488 contains mainly red and green colors. #C49488 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#C49488 color RGB value is (196,148,136).

  • kırmız ton 196;
  • yeşil ton 148;
  • mavi ton 136.
RGB:
(196,148,136)
(77%,58%,53%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 148 of 255 = 58%
B 136 of 255 = 53%

196
148
136

R + G + B ~ 63%. #C49488 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 148 + 136 = 480 (100%)
R 196 of 480 ~ 40.83%
G 148 of 480 ~ 30.83%
B 136 of 480 ~ 28.33%

%40.83
%30.83
%28.33

CMYK RENK MODELİ

#C49488 rengi CMYK tonu (0,24,31,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.49%
  • sarı tonu 30.61%
  • ana renk tonu 23.14%
CMYK:
(0,24,31,23)
C0M24Y31K23 
(0%,24%,31%,23%)
(0.00/0.24/0.31/0.23)	

CMYK yüzdeleri

%0
%24.49
%30.61
%23.14

Codes

Color #C49488 in popluar color models

C49488
RGB196148136
HSL12°33.71%65.10%
HSB/HSV12°30.61%76.86%
CMYK0.00%24.49%30.61%
23.14%

Color #C49488 in popluar number systems.

HEXC49488
Decimal196148136
Binary110001001001010010001000
Octal304224210

Shades and tints

Shades of #C49488

#C49488
(196,148,136)
#B3877C
(179,135,124)
#A27A70
(162,122,112)
#916D64
(145,109,100)
#806058
(128,96,88)
#6F534C
(111,83,76)
#5E4640
(94,70,64)
#4D3934
(77,57,52)
#3C2C28
(60,44,40)
#2B1F1C
(43,31,28)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #C49488

#C49488
(196,148,136)
#C99D92
(201,157,146)
#CEA69C
(206,166,156)
#D3AFA6
(211,175,166)
#D8B8B0
(216,184,176)
#DDC1BA
(221,193,186)
#E2CAC4
(226,202,196)
#E7D3CE
(231,211,206)
#ECDCD8
(236,220,216)
#F1E5E2
(241,229,226)
#F6EEEC
(246,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49488 color. Also use rgb(196,148,136) instead hex code.

Text Font Color

.myTextColor { color: #C49488; }

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

This text font color is #C49488.


Background Color

.myBgColor { background-color: #C49488; }

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

This div background color is #C49488.


Border color

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

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

This div border color is #C49488.


Opacity

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

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

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

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

This text has shadow with #C49488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49488 on black background.


Color preview on white background

This text has color #C49488 on white background.



Black color preview on #C49488 background

This text has black color on #C49488 background.


White color preview on #C49488 background

This text has white color on #C49488 background.