COLOR #C7849A

HEX: #C7849A
RGB: (199,132,154)

Color info

#C7849A contains mainly red and blue colors. Web safe color of #C7849A is #CC9999 (or #C99).

RGB color model

#C7849A color RGB value is (199,132,154).

  • red value is 199;
  • green value is 132;
  • blue value is 154.
RGB:
(199,132,154)
(78%,52%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 132 of 255 = 52%
B 154 of 255 = 60%

199
132
154

R + G + B ~ 63%. #C7849A is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 132 + 154 = 485 (100%)
R 199 of 485 ~ 41.03%
G 132 of 485 ~ 27.22%
B 154 of 485 ~ 31.75%

%41.03
%27.22
%31.75

CMYK color model

#C7849A color CMYK value is (0,34,23,22).

  • cyan value is 0.00%
  • magenta value is 33.67%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(0,34,23,22)
C0M34Y23K22 
(0%,34%,23%,22%)
(0.00/0.34/0.23/0.22)	

CMYK percentages

%0
%33.67
%22.61
%21.96

Codes

Color #C7849A in popluar color models

C7849A
RGB199132154
HSL340°37.43%64.90%
HSB/HSV340°33.67%78.04%
CMYK0.00%33.67%22.61%
21.96%

Color #C7849A in popluar number systems.

HEXC7849A
Decimal199132154
Binary110001111000010010011010
Octal307204232

Shades and tints

Shades of #C7849A

#C7849A
(199,132,154)
#B5788C
(181,120,140)
#A36C7E
(163,108,126)
#916070
(145,96,112)
#7F5462
(127,84,98)
#6D4854
(109,72,84)
#5B3C46
(91,60,70)
#493038
(73,48,56)
#37242A
(55,36,42)
#25181C
(37,24,28)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #C7849A

#C7849A
(199,132,154)
#CC8FA3
(204,143,163)
#D19AAC
(209,154,172)
#D6A5B5
(214,165,181)
#DBB0BE
(219,176,190)
#E0BBC7
(224,187,199)
#E5C6D0
(229,198,208)
#EAD1D9
(234,209,217)
#EFDCE2
(239,220,226)
#F4E7EB
(244,231,235)
#F9F2F4
(249,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7849A color. Also use rgb(199,132,154) instead hex code.

Text Font Color

.myTextColor { color: #C7849A; }

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

This text font color is #C7849A.


Background Color

.myBgColor { background-color: #C7849A; }

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

This div background color is #C7849A.


Border color

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

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

This div border color is #C7849A.


Opacity

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

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

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

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

This text has shadow with #C7849A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7849A on black background.


Color preview on white background

This text has color #C7849A on white background.



Black color preview on #C7849A background

This text has black color on #C7849A background.


White color preview on #C7849A background

This text has white color on #C7849A background.