COLOR #C47564

HEX: #C47564
RGB: (196,117,100)

Renk bilgisi

#C47564 contains mainly red color. #C47564 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#C47564 color RGB value is (196,117,100).

  • kırmız ton 196;
  • yeşil ton 117;
  • mavi ton 100.
RGB:
(196,117,100)
(77%,46%,39%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 117 of 255 = 46%
B 100 of 255 = 39%

196
117
100

R + G + B ~ 54%. #C47564 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 117 + 100 = 413 (100%)
R 196 of 413 ~ 47.46%
G 117 of 413 ~ 28.33%
B 100 of 413 ~ 24.21%

%47.46
%28.33
%24.21

CMYK RENK MODELİ

#C47564 rengi CMYK tonu (0,40,49,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.31%
  • sarı tonu 48.98%
  • ana renk tonu 23.14%
CMYK:
(0,40,49,23)
C0M40Y49K23 
(0%,40%,49%,23%)
(0.00/0.40/0.49/0.23)	

CMYK yüzdeleri

%0
%40.31
%48.98
%23.14

Codes

Color #C47564 in popluar color models

C47564
RGB196117100
HSL11°44.86%58.04%
HSB/HSV11°48.98%76.86%
CMYK0.00%40.31%48.98%
23.14%

Color #C47564 in popluar number systems.

HEXC47564
Decimal196117100
Binary1100010011101011100100
Octal304165144

Shades and tints

Shades of #C47564

#C47564
(196,117,100)
#B36B5B
(179,107,91)
#A26152
(162,97,82)
#915749
(145,87,73)
#804D40
(128,77,64)
#6F4337
(111,67,55)
#5E392E
(94,57,46)
#4D2F25
(77,47,37)
#3C251C
(60,37,28)
#2B1B13
(43,27,19)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #C47564

#C47564
(196,117,100)
#C98172
(201,129,114)
#CE8D80
(206,141,128)
#D3998E
(211,153,142)
#D8A59C
(216,165,156)
#DDB1AA
(221,177,170)
#E2BDB8
(226,189,184)
#E7C9C6
(231,201,198)
#ECD5D4
(236,213,212)
#F1E1E2
(241,225,226)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47564; }

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

This text font color is #C47564.


Background Color

.myBgColor { background-color: #C47564; }

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

This div background color is #C47564.


Border color

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

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

This div border color is #C47564.


Opacity

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

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

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

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

This text has shadow with #C47564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47564 on black background.


Color preview on white background

This text has color #C47564 on white background.



Black color preview on #C47564 background

This text has black color on #C47564 background.


White color preview on #C47564 background

This text has white color on #C47564 background.