COLOR #C49588

HEX: #C49588
RGB: (196,149,136)

Renk bilgisi

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

RGB renk modeli

#C49588 color RGB value is (196,149,136).

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

RGB bağlantıları ve doygunluk

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

196
149
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 149 + 136 = 481 (100%)
R 196 of 481 ~ 40.75%
G 149 of 481 ~ 30.98%
B 136 of 481 ~ 28.27%

%40.75
%30.98
%28.27

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.98%
  • 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
%23.98
%30.61
%23.14

Codes

Color #C49588 in popluar color models

C49588
RGB196149136
HSL13°33.71%65.10%
HSB/HSV13°30.61%76.86%
CMYK0.00%23.98%30.61%
23.14%

Color #C49588 in popluar number systems.

HEXC49588
Decimal196149136
Binary110001001001010110001000
Octal304225210

Shades and tints

Shades of #C49588

#C49588
(196,149,136)
#B3887C
(179,136,124)
#A27B70
(162,123,112)
#916E64
(145,110,100)
#806158
(128,97,88)
#6F544C
(111,84,76)
#5E4740
(94,71,64)
#4D3A34
(77,58,52)
#3C2D28
(60,45,40)
#2B201C
(43,32,28)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C49588

#C49588
(196,149,136)
#C99E92
(201,158,146)
#CEA79C
(206,167,156)
#D3B0A6
(211,176,166)
#D8B9B0
(216,185,176)
#DDC2BA
(221,194,186)
#E2CBC4
(226,203,196)
#E7D4CE
(231,212,206)
#ECDDD8
(236,221,216)
#F1E6E2
(241,230,226)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49588; }

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

This text font color is #C49588.


Background Color

.myBgColor { background-color: #C49588; }

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

This div background color is #C49588.


Border color

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

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

This div border color is #C49588.


Opacity

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

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

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

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

This text has shadow with #C49588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49588 on black background.


Color preview on white background

This text has color #C49588 on white background.



Black color preview on #C49588 background

This text has black color on #C49588 background.


White color preview on #C49588 background

This text has white color on #C49588 background.