COLOR #C7928B

HEX: #C7928B
RGB: (199,146,139)

Color info

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

RGB color model

#C7928B color RGB value is (199,146,139).

  • red value is 199;
  • green value is 146;
  • blue value is 139.
RGB:
(199,146,139)
(78%,57%,55%)

RGB channels and saturation

R 199 of 255 = 78%
G 146 of 255 = 57%
B 139 of 255 = 55%

199
146
139

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

Portions of RGB colors in percentages

R + G + B =
199 + 146 + 139 = 484 (100%)
R 199 of 484 ~ 41.12%
G 146 of 484 ~ 30.17%
B 139 of 484 ~ 28.72%

%41.12
%30.17
%28.72

CMYK color model

#C7928B color CMYK value is (0,27,30,22).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 30.15%
  • key color value is 21.96%
CMYK:
(0,27,30,22)
C0M27Y30K22 
(0%,27%,30%,22%)
(0.00/0.27/0.30/0.22)	

CMYK percentages

%0
%26.63
%30.15
%21.96

Codes

Color #C7928B in popluar color models

C7928B
RGB199146139
HSL34.88%66.27%
HSB/HSV30.15%78.04%
CMYK0.00%26.63%30.15%
21.96%

Color #C7928B in popluar number systems.

HEXC7928B
Decimal199146139
Binary110001111001001010001011
Octal307222213

Shades and tints

Shades of #C7928B

#C7928B
(199,146,139)
#B5857F
(181,133,127)
#A37873
(163,120,115)
#916B67
(145,107,103)
#7F5E5B
(127,94,91)
#6D514F
(109,81,79)
#5B4443
(91,68,67)
#493737
(73,55,55)
#372A2B
(55,42,43)
#251D1F
(37,29,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #C7928B

#C7928B
(199,146,139)
#CC9B95
(204,155,149)
#D1A49F
(209,164,159)
#D6ADA9
(214,173,169)
#DBB6B3
(219,182,179)
#E0BFBD
(224,191,189)
#E5C8C7
(229,200,199)
#EAD1D1
(234,209,209)
#EFDADB
(239,218,219)
#F4E3E5
(244,227,229)
#F9ECEF
(249,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7928B color. Also use rgb(199,146,139) instead hex code.

Text Font Color

.myTextColor { color: #C7928B; }

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

This text font color is #C7928B.


Background Color

.myBgColor { background-color: #C7928B; }

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

This div background color is #C7928B.


Border color

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

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

This div border color is #C7928B.


Opacity

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

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

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

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

This text has shadow with #C7928B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7928B on black background.


Color preview on white background

This text has color #C7928B on white background.



Black color preview on #C7928B background

This text has black color on #C7928B background.


White color preview on #C7928B background

This text has white color on #C7928B background.