COLOR #C47D65

HEX: #C47D65
RGB: (196,125,101)

Renk bilgisi

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

RGB renk modeli

#C47D65 color RGB value is (196,125,101).

  • kırmız ton 196;
  • yeşil ton 125;
  • mavi ton 101.
RGB:
(196,125,101)
(77%,49%,40%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 125 of 255 = 49%
B 101 of 255 = 40%

196
125
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 125 + 101 = 422 (100%)
R 196 of 422 ~ 46.45%
G 125 of 422 ~ 29.62%
B 101 of 422 ~ 23.93%

%46.45
%29.62
%23.93

CMYK RENK MODELİ

#C47D65 rengi CMYK tonu (0,36,48,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.22%
  • sarı tonu 48.47%
  • ana renk tonu 23.14%
CMYK:
(0,36,48,23)
C0M36Y48K23 
(0%,36%,48%,23%)
(0.00/0.36/0.48/0.23)	

CMYK yüzdeleri

%0
%36.22
%48.47
%23.14

Codes

Color #C47D65 in popluar color models

C47D65
RGB196125101
HSL15°44.60%58.24%
HSB/HSV15°48.47%76.86%
CMYK0.00%36.22%48.47%
23.14%

Color #C47D65 in popluar number systems.

HEXC47D65
Decimal196125101
Binary1100010011111011100101
Octal304175145

Shades and tints

Shades of #C47D65

#C47D65
(196,125,101)
#B3725C
(179,114,92)
#A26753
(162,103,83)
#915C4A
(145,92,74)
#805141
(128,81,65)
#6F4638
(111,70,56)
#5E3B2F
(94,59,47)
#4D3026
(77,48,38)
#3C251D
(60,37,29)
#2B1A14
(43,26,20)
#1A0F0B
(26,15,11)
#000000
(0,0,0)

Tints of #C47D65

#C47D65
(196,125,101)
#C98873
(201,136,115)
#CE9381
(206,147,129)
#D39E8F
(211,158,143)
#D8A99D
(216,169,157)
#DDB4AB
(221,180,171)
#E2BFB9
(226,191,185)
#E7CAC7
(231,202,199)
#ECD5D5
(236,213,213)
#F1E0E3
(241,224,227)
#F6EBF1
(246,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47D65; }

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

This text font color is #C47D65.


Background Color

.myBgColor { background-color: #C47D65; }

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

This div background color is #C47D65.


Border color

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

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

This div border color is #C47D65.


Opacity

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

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

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

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

This text has shadow with #C47D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47D65 on black background.


Color preview on white background

This text has color #C47D65 on white background.



Black color preview on #C47D65 background

This text has black color on #C47D65 background.


White color preview on #C47D65 background

This text has white color on #C47D65 background.