COLOR #C47789

HEX: #C47789
RGB: (196,119,137)

Color info

#C47789 contains mainly red and blue colors. Web safe color of #C47789 is #CC6699 (or #C69).

RGB color model

#C47789 color RGB value is (196,119,137).

  • red value is 196;
  • green value is 119;
  • blue value is 137.
RGB:
(196,119,137)
(77%,47%,54%)

RGB channels and saturation

R 196 of 255 = 77%
G 119 of 255 = 47%
B 137 of 255 = 54%

196
119
137

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

Portions of RGB colors in percentages

R + G + B =
196 + 119 + 137 = 452 (100%)
R 196 of 452 ~ 43.36%
G 119 of 452 ~ 26.33%
B 137 of 452 ~ 30.31%

%43.36
%26.33
%30.31

CMYK color model

#C47789 color CMYK value is (0,39,30,23).

  • cyan value is 0.00%
  • magenta value is 39.29%
  • yellow value is 30.10%
  • key color value is 23.14%
CMYK:
(0,39,30,23)
C0M39Y30K23 
(0%,39%,30%,23%)
(0.00/0.39/0.30/0.23)	

CMYK percentages

%0
%39.29
%30.1
%23.14

Codes

Color #C47789 in popluar color models

C47789
RGB196119137
HSL346°39.49%61.76%
HSB/HSV346°39.29%76.86%
CMYK0.00%39.29%30.10%
23.14%

Color #C47789 in popluar number systems.

HEXC47789
Decimal196119137
Binary11000100111011110001001
Octal304167211

Shades and tints

Shades of #C47789

#C47789
(196,119,137)
#B36D7D
(179,109,125)
#A26371
(162,99,113)
#915965
(145,89,101)
#804F59
(128,79,89)
#6F454D
(111,69,77)
#5E3B41
(94,59,65)
#4D3135
(77,49,53)
#3C2729
(60,39,41)
#2B1D1D
(43,29,29)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C47789

#C47789
(196,119,137)
#C98393
(201,131,147)
#CE8F9D
(206,143,157)
#D39BA7
(211,155,167)
#D8A7B1
(216,167,177)
#DDB3BB
(221,179,187)
#E2BFC5
(226,191,197)
#E7CBCF
(231,203,207)
#ECD7D9
(236,215,217)
#F1E3E3
(241,227,227)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47789; }

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

This text font color is #C47789.


Background Color

.myBgColor { background-color: #C47789; }

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

This div background color is #C47789.


Border color

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

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

This div border color is #C47789.


Opacity

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

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

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

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

This text has shadow with #C47789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47789 on black background.


Color preview on white background

This text has color #C47789 on white background.



Black color preview on #C47789 background

This text has black color on #C47789 background.


White color preview on #C47789 background

This text has white color on #C47789 background.