COLOR #C47099

HEX: #C47099
RGB: (196,112,153)

Color info

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

RGB color model

#C47099 color RGB value is (196,112,153).

  • red value is 196;
  • green value is 112;
  • blue value is 153.
RGB:
(196,112,153)
(77%,44%,60%)

RGB channels and saturation

R 196 of 255 = 77%
G 112 of 255 = 44%
B 153 of 255 = 60%

196
112
153

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

Portions of RGB colors in percentages

R + G + B =
196 + 112 + 153 = 461 (100%)
R 196 of 461 ~ 42.52%
G 112 of 461 ~ 24.3%
B 153 of 461 ~ 33.19%

%42.52
%24.3
%33.19

CMYK color model

#C47099 color CMYK value is (0,43,22,23).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(0,43,22,23)
C0M43Y22K23 
(0%,43%,22%,23%)
(0.00/0.43/0.22/0.23)	

CMYK percentages

%0
%42.86
%21.94
%23.14

Codes

Color #C47099 in popluar color models

C47099
RGB196112153
HSL331°41.58%60.39%
HSB/HSV331°42.86%76.86%
CMYK0.00%42.86%21.94%
23.14%

Color #C47099 in popluar number systems.

HEXC47099
Decimal196112153
Binary11000100111000010011001
Octal304160231

Shades and tints

Shades of #C47099

#C47099
(196,112,153)
#B3668C
(179,102,140)
#A25C7F
(162,92,127)
#915272
(145,82,114)
#804865
(128,72,101)
#6F3E58
(111,62,88)
#5E344B
(94,52,75)
#4D2A3E
(77,42,62)
#3C2031
(60,32,49)
#2B1624
(43,22,36)
#1A0C17
(26,12,23)
#000000
(0,0,0)

Tints of #C47099

#C47099
(196,112,153)
#C97DA2
(201,125,162)
#CE8AAB
(206,138,171)
#D397B4
(211,151,180)
#D8A4BD
(216,164,189)
#DDB1C6
(221,177,198)
#E2BECF
(226,190,207)
#E7CBD8
(231,203,216)
#ECD8E1
(236,216,225)
#F1E5EA
(241,229,234)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47099 color. Also use rgb(196,112,153) instead hex code.

Text Font Color

.myTextColor { color: #C47099; }

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

This text font color is #C47099.


Background Color

.myBgColor { background-color: #C47099; }

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

This div background color is #C47099.


Border color

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

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

This div border color is #C47099.


Opacity

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

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

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

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

This text has shadow with #C47099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47099 on black background.


Color preview on white background

This text has color #C47099 on white background.



Black color preview on #C47099 background

This text has black color on #C47099 background.


White color preview on #C47099 background

This text has white color on #C47099 background.