COLOR #C47F8B

HEX: #C47F8B
RGB: (196,127,139)

Renk bilgisi

#C47F8B contains mainly red and blue colors. #C47F8B ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C47F8B color RGB value is (196,127,139).

  • kırmız ton 196;
  • yeşil ton 127;
  • mavi ton 139.
RGB:
(196,127,139)
(77%,50%,55%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 127 of 255 = 50%
B 139 of 255 = 55%

196
127
139

R + G + B ~ 61%. #C47F8B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 127 + 139 = 462 (100%)
R 196 of 462 ~ 42.42%
G 127 of 462 ~ 27.49%
B 139 of 462 ~ 30.09%

%42.42
%27.49
%30.09

CMYK RENK MODELİ

#C47F8B rengi CMYK tonu (0,35,29,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.20%
  • sarı tonu 29.08%
  • ana renk tonu 23.14%
CMYK:
(0,35,29,23)
C0M35Y29K23 
(0%,35%,29%,23%)
(0.00/0.35/0.29/0.23)	

CMYK yüzdeleri

%0
%35.2
%29.08
%23.14

Codes

Color #C47F8B in popluar color models

C47F8B
RGB196127139
HSL350°36.90%63.33%
HSB/HSV350°35.20%76.86%
CMYK0.00%35.20%29.08%
23.14%

Color #C47F8B in popluar number systems.

HEXC47F8B
Decimal196127139
Binary11000100111111110001011
Octal304177213

Shades and tints

Shades of #C47F8B

#C47F8B
(196,127,139)
#B3747F
(179,116,127)
#A26973
(162,105,115)
#915E67
(145,94,103)
#80535B
(128,83,91)
#6F484F
(111,72,79)
#5E3D43
(94,61,67)
#4D3237
(77,50,55)
#3C272B
(60,39,43)
#2B1C1F
(43,28,31)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C47F8B

#C47F8B
(196,127,139)
#C98A95
(201,138,149)
#CE959F
(206,149,159)
#D3A0A9
(211,160,169)
#D8ABB3
(216,171,179)
#DDB6BD
(221,182,189)
#E2C1C7
(226,193,199)
#E7CCD1
(231,204,209)
#ECD7DB
(236,215,219)
#F1E2E5
(241,226,229)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47F8B; }

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

This text font color is #C47F8B.


Background Color

.myBgColor { background-color: #C47F8B; }

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

This div background color is #C47F8B.


Border color

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

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

This div border color is #C47F8B.


Opacity

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

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

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

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

This text has shadow with #C47F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47F8B on black background.


Color preview on white background

This text has color #C47F8B on white background.



Black color preview on #C47F8B background

This text has black color on #C47F8B background.


White color preview on #C47F8B background

This text has white color on #C47F8B background.