COLOR #C49893

HEX: #C49893
RGB: (196,152,147)

Renk bilgisi

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

RGB renk modeli

#C49893 color RGB value is (196,152,147).

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

RGB bağlantıları ve doygunluk

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

196
152
147

R + G + B ~ 65%. #C49893 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 152 + 147 = 495 (100%)
R 196 of 495 ~ 39.6%
G 152 of 495 ~ 30.71%
B 147 of 495 ~ 29.7%

%39.6
%30.71
%29.7

CMYK RENK MODELİ

#C49893 rengi CMYK tonu (0,22,25,23).

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

CMYK yüzdeleri

%0
%22.45
%25
%23.14

Codes

Color #C49893 in popluar color models

C49893
RGB196152147
HSL29.34%67.25%
HSB/HSV25.00%76.86%
CMYK0.00%22.45%25.00%
23.14%

Color #C49893 in popluar number systems.

HEXC49893
Decimal196152147
Binary110001001001100010010011
Octal304230223

Shades and tints

Shades of #C49893

#C49893
(196,152,147)
#B38B86
(179,139,134)
#A27E79
(162,126,121)
#91716C
(145,113,108)
#80645F
(128,100,95)
#6F5752
(111,87,82)
#5E4A45
(94,74,69)
#4D3D38
(77,61,56)
#3C302B
(60,48,43)
#2B231E
(43,35,30)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C49893

#C49893
(196,152,147)
#C9A19C
(201,161,156)
#CEAAA5
(206,170,165)
#D3B3AE
(211,179,174)
#D8BCB7
(216,188,183)
#DDC5C0
(221,197,192)
#E2CEC9
(226,206,201)
#E7D7D2
(231,215,210)
#ECE0DB
(236,224,219)
#F1E9E4
(241,233,228)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49893; }

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

This text font color is #C49893.


Background Color

.myBgColor { background-color: #C49893; }

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

This div background color is #C49893.


Border color

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

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

This div border color is #C49893.


Opacity

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

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

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

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

This text has shadow with #C49893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49893 on black background.


Color preview on white background

This text has color #C49893 on white background.



Black color preview on #C49893 background

This text has black color on #C49893 background.


White color preview on #C49893 background

This text has white color on #C49893 background.