COLOR #C7919A

HEX: #C7919A
RGB: (199,145,154)

Color info

#C7919A contains red, green and blue colors in about the same proportion. Web safe color of #C7919A is #CC9999 (or #C99).

RGB color model

#C7919A color RGB value is (199,145,154).

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

RGB channels and saturation

R 199 of 255 = 78%
G 145 of 255 = 57%
B 154 of 255 = 60%

199
145
154

R + G + B ~ 65%. #C7919A is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 145 + 154 = 498 (100%)
R 199 of 498 ~ 39.96%
G 145 of 498 ~ 29.12%
B 154 of 498 ~ 30.92%

%39.96
%29.12
%30.92

CMYK color model

#C7919A color CMYK value is (0,27,23,22).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(0,27,23,22)
C0M27Y23K22 
(0%,27%,23%,22%)
(0.00/0.27/0.23/0.22)	

CMYK percentages

%0
%27.14
%22.61
%21.96

Codes

Color #C7919A in popluar color models

C7919A
RGB199145154
HSL350°32.53%67.45%
HSB/HSV350°27.14%78.04%
CMYK0.00%27.14%22.61%
21.96%

Color #C7919A in popluar number systems.

HEXC7919A
Decimal199145154
Binary110001111001000110011010
Octal307221232

Shades and tints

Shades of #C7919A

#C7919A
(199,145,154)
#B5848C
(181,132,140)
#A3777E
(163,119,126)
#916A70
(145,106,112)
#7F5D62
(127,93,98)
#6D5054
(109,80,84)
#5B4346
(91,67,70)
#493638
(73,54,56)
#37292A
(55,41,42)
#251C1C
(37,28,28)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #C7919A

#C7919A
(199,145,154)
#CC9BA3
(204,155,163)
#D1A5AC
(209,165,172)
#D6AFB5
(214,175,181)
#DBB9BE
(219,185,190)
#E0C3C7
(224,195,199)
#E5CDD0
(229,205,208)
#EAD7D9
(234,215,217)
#EFE1E2
(239,225,226)
#F4EBEB
(244,235,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7919A; }

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

This text font color is #C7919A.


Background Color

.myBgColor { background-color: #C7919A; }

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

This div background color is #C7919A.


Border color

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

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

This div border color is #C7919A.


Opacity

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

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

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

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

This text has shadow with #C7919A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7919A on black background.


Color preview on white background

This text has color #C7919A on white background.



Black color preview on #C7919A background

This text has black color on #C7919A background.


White color preview on #C7919A background

This text has white color on #C7919A background.