COLOR #C47788

HEX: #C47788
RGB: (196,119,136)

Renk bilgisi

#C47788 contains mainly red color. #C47788 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#C47788 color RGB value is (196,119,136).

  • kırmız ton 196;
  • yeşil ton 119;
  • mavi ton 136.
RGB:
(196,119,136)
(77%,47%,53%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 119 of 255 = 47%
B 136 of 255 = 53%

196
119
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 119 + 136 = 451 (100%)
R 196 of 451 ~ 43.46%
G 119 of 451 ~ 26.39%
B 136 of 451 ~ 30.16%

%43.46
%26.39
%30.16

CMYK RENK MODELİ

#C47788 rengi CMYK tonu (0,39,31,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.29%
  • sarı tonu 30.61%
  • ana renk tonu 23.14%
CMYK:
(0,39,31,23)
C0M39Y31K23 
(0%,39%,31%,23%)
(0.00/0.39/0.31/0.23)	

CMYK yüzdeleri

%0
%39.29
%30.61
%23.14

Codes

Color #C47788 in popluar color models

C47788
RGB196119136
HSL347°39.49%61.76%
HSB/HSV347°39.29%76.86%
CMYK0.00%39.29%30.61%
23.14%

Color #C47788 in popluar number systems.

HEXC47788
Decimal196119136
Binary11000100111011110001000
Octal304167210

Shades and tints

Shades of #C47788

#C47788
(196,119,136)
#B36D7C
(179,109,124)
#A26370
(162,99,112)
#915964
(145,89,100)
#804F58
(128,79,88)
#6F454C
(111,69,76)
#5E3B40
(94,59,64)
#4D3134
(77,49,52)
#3C2728
(60,39,40)
#2B1D1C
(43,29,28)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #C47788

#C47788
(196,119,136)
#C98392
(201,131,146)
#CE8F9C
(206,143,156)
#D39BA6
(211,155,166)
#D8A7B0
(216,167,176)
#DDB3BA
(221,179,186)
#E2BFC4
(226,191,196)
#E7CBCE
(231,203,206)
#ECD7D8
(236,215,216)
#F1E3E2
(241,227,226)
#F6EFEC
(246,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47788 color. Also use rgb(196,119,136) instead hex code.

Text Font Color

.myTextColor { color: #C47788; }

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

This text font color is #C47788.


Background Color

.myBgColor { background-color: #C47788; }

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

This div background color is #C47788.


Border color

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

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

This div border color is #C47788.


Opacity

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

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

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

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

This text has shadow with #C47788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47788 on black background.


Color preview on white background

This text has color #C47788 on white background.



Black color preview on #C47788 background

This text has black color on #C47788 background.


White color preview on #C47788 background

This text has white color on #C47788 background.