COLOR #C47576

HEX: #C47576
RGB: (196,117,118)

Renk bilgisi

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

RGB renk modeli

#C47576 color RGB value is (196,117,118).

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

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 117 of 255 = 46%
B 118 of 255 = 46%

196
117
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 117 + 118 = 431 (100%)
R 196 of 431 ~ 45.48%
G 117 of 431 ~ 27.15%
B 118 of 431 ~ 27.38%

%45.48
%27.15
%27.38

CMYK RENK MODELİ

#C47576 rengi CMYK tonu (0,40,40,23).

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

CMYK yüzdeleri

%0
%40.31
%39.8
%23.14

Codes

Color #C47576 in popluar color models

C47576
RGB196117118
HSL359°40.10%61.37%
HSB/HSV359°40.31%76.86%
CMYK0.00%40.31%39.80%
23.14%

Color #C47576 in popluar number systems.

HEXC47576
Decimal196117118
Binary1100010011101011110110
Octal304165166

Shades and tints

Shades of #C47576

#C47576
(196,117,118)
#B36B6C
(179,107,108)
#A26162
(162,97,98)
#915758
(145,87,88)
#804D4E
(128,77,78)
#6F4344
(111,67,68)
#5E393A
(94,57,58)
#4D2F30
(77,47,48)
#3C2526
(60,37,38)
#2B1B1C
(43,27,28)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #C47576

#C47576
(196,117,118)
#C98182
(201,129,130)
#CE8D8E
(206,141,142)
#D3999A
(211,153,154)
#D8A5A6
(216,165,166)
#DDB1B2
(221,177,178)
#E2BDBE
(226,189,190)
#E7C9CA
(231,201,202)
#ECD5D6
(236,213,214)
#F1E1E2
(241,225,226)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47576; }

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

This text font color is #C47576.


Background Color

.myBgColor { background-color: #C47576; }

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

This div background color is #C47576.


Border color

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

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

This div border color is #C47576.


Opacity

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

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

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

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

This text has shadow with #C47576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47576 on black background.


Color preview on white background

This text has color #C47576 on white background.



Black color preview on #C47576 background

This text has black color on #C47576 background.


White color preview on #C47576 background

This text has white color on #C47576 background.