COLOR #C7A192

HEX: #C7A192
RGB: (199,161,146)

Color info

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

RGB color model

#C7A192 color RGB value is (199,161,146).

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

RGB channels and saturation

R 199 of 255 = 78%
G 161 of 255 = 63%
B 146 of 255 = 57%

199
161
146

R + G + B ~ 66%. #C7A192 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 161 + 146 = 506 (100%)
R 199 of 506 ~ 39.33%
G 161 of 506 ~ 31.82%
B 146 of 506 ~ 28.85%

%39.33
%31.82
%28.85

CMYK color model

#C7A192 color CMYK value is (0,19,27,22).

  • cyan value is 0.00%
  • magenta value is 19.10%
  • yellow value is 26.63%
  • key color value is 21.96%
CMYK:
(0,19,27,22)
C0M19Y27K22 
(0%,19%,27%,22%)
(0.00/0.19/0.27/0.22)	

CMYK percentages

%0
%19.1
%26.63
%21.96

Codes

Color #C7A192 in popluar color models

C7A192
RGB199161146
HSL17°32.12%67.65%
HSB/HSV17°26.63%78.04%
CMYK0.00%19.10%26.63%
21.96%

Color #C7A192 in popluar number systems.

HEXC7A192
Decimal199161146
Binary110001111010000110010010
Octal307241222

Shades and tints

Shades of #C7A192

#C7A192
(199,161,146)
#B59385
(181,147,133)
#A38578
(163,133,120)
#91776B
(145,119,107)
#7F695E
(127,105,94)
#6D5B51
(109,91,81)
#5B4D44
(91,77,68)
#493F37
(73,63,55)
#37312A
(55,49,42)
#25231D
(37,35,29)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #C7A192

#C7A192
(199,161,146)
#CCA99B
(204,169,155)
#D1B1A4
(209,177,164)
#D6B9AD
(214,185,173)
#DBC1B6
(219,193,182)
#E0C9BF
(224,201,191)
#E5D1C8
(229,209,200)
#EAD9D1
(234,217,209)
#EFE1DA
(239,225,218)
#F4E9E3
(244,233,227)
#F9F1EC
(249,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A192; }

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

This text font color is #C7A192.


Background Color

.myBgColor { background-color: #C7A192; }

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

This div background color is #C7A192.


Border color

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

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

This div border color is #C7A192.


Opacity

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

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

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

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

This text has shadow with #C7A192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A192 on black background.


Color preview on white background

This text has color #C7A192 on white background.



Black color preview on #C7A192 background

This text has black color on #C7A192 background.


White color preview on #C7A192 background

This text has white color on #C7A192 background.