COLOR #C6A192

HEX: #C6A192
RGB: (198,161,146)

Color info

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

RGB color model

#C6A192 color RGB value is (198,161,146).

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

RGB channels and saturation

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

198
161
146

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

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 146 = 505 (100%)
R 198 of 505 ~ 39.21%
G 161 of 505 ~ 31.88%
B 146 of 505 ~ 28.91%

%39.21
%31.88
%28.91

CMYK color model

#C6A192 color CMYK value is (0,19,26,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(0,19,26,22)
C0M19Y26K22 
(0%,19%,26%,22%)
(0.00/0.19/0.26/0.22)	

CMYK percentages

%0
%18.69
%26.26
%22.35

Codes

Color #C6A192 in popluar color models

C6A192
RGB198161146
HSL17°31.33%67.45%
HSB/HSV17°26.26%77.65%
CMYK0.00%18.69%26.26%
22.35%

Color #C6A192 in popluar number systems.

HEXC6A192
Decimal198161146
Binary110001101010000110010010
Octal306241222

Shades and tints

Shades of #C6A192

#C6A192
(198,161,146)
#B49385
(180,147,133)
#A28578
(162,133,120)
#90776B
(144,119,107)
#7E695E
(126,105,94)
#6C5B51
(108,91,81)
#5A4D44
(90,77,68)
#483F37
(72,63,55)
#36312A
(54,49,42)
#24231D
(36,35,29)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C6A192

#C6A192
(198,161,146)
#CBA99B
(203,169,155)
#D0B1A4
(208,177,164)
#D5B9AD
(213,185,173)
#DAC1B6
(218,193,182)
#DFC9BF
(223,201,191)
#E4D1C8
(228,209,200)
#E9D9D1
(233,217,209)
#EEE1DA
(238,225,218)
#F3E9E3
(243,233,227)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A192; }

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

This text font color is #C6A192.


Background Color

.myBgColor { background-color: #C6A192; }

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

This div background color is #C6A192.


Border color

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

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

This div border color is #C6A192.


Opacity

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

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

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

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

This text has shadow with #C6A192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A192 on black background.


Color preview on white background

This text has color #C6A192 on white background.



Black color preview on #C6A192 background

This text has black color on #C6A192 background.


White color preview on #C6A192 background

This text has white color on #C6A192 background.