COLOR #C49393

HEX: #C49393
RGB: (196,147,147)

Renk bilgisi

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

RGB renk modeli

#C49393 color RGB value is (196,147,147).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 147 of 255 = 58%
B 147 of 255 = 58%

196
147
147

R + G + B ~ 64%. #C49393 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 147 + 147 = 490 (100%)
R 196 of 490 ~ 40%
G 147 of 490 ~ 30%
B 147 of 490 ~ 30%

%40
%30
%30

CMYK RENK MODELİ

#C49393 rengi CMYK tonu (0,25,25,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 25.00%
  • ana renk tonu 23.14%
CMYK:
(0,25,25,23)
C0M25Y25K23 
(0%,25%,25%,23%)
(0.00/0.25/0.25/0.23)	

CMYK yüzdeleri

%0
%25
%25
%23.14

Codes

Color #C49393 in popluar color models

C49393
RGB196147147
HSL29.34%67.25%
HSB/HSV25.00%76.86%
CMYK0.00%25.00%25.00%
23.14%

Color #C49393 in popluar number systems.

HEXC49393
Decimal196147147
Binary110001001001001110010011
Octal304223223

Shades and tints

Shades of #C49393

#C49393
(196,147,147)
#B38686
(179,134,134)
#A27979
(162,121,121)
#916C6C
(145,108,108)
#805F5F
(128,95,95)
#6F5252
(111,82,82)
#5E4545
(94,69,69)
#4D3838
(77,56,56)
#3C2B2B
(60,43,43)
#2B1E1E
(43,30,30)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #C49393

#C49393
(196,147,147)
#C99C9C
(201,156,156)
#CEA5A5
(206,165,165)
#D3AEAE
(211,174,174)
#D8B7B7
(216,183,183)
#DDC0C0
(221,192,192)
#E2C9C9
(226,201,201)
#E7D2D2
(231,210,210)
#ECDBDB
(236,219,219)
#F1E4E4
(241,228,228)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49393; }

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

This text font color is #C49393.


Background Color

.myBgColor { background-color: #C49393; }

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

This div background color is #C49393.


Border color

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

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

This div border color is #C49393.


Opacity

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

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

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

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

This text has shadow with #C49393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49393 on black background.


Color preview on white background

This text has color #C49393 on white background.



Black color preview on #C49393 background

This text has black color on #C49393 background.


White color preview on #C49393 background

This text has white color on #C49393 background.