COLOR #C6A093

HEX: #C6A093
RGB: (198,160,147)

Color info

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

RGB color model

#C6A093 color RGB value is (198,160,147).

  • red value is 198;
  • green value is 160;
  • blue value is 147.
RGB:
(198,160,147)
(78%,63%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 147 of 255 = 58%

198
160
147

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

Portions of RGB colors in percentages

R + G + B =
198 + 160 + 147 = 505 (100%)
R 198 of 505 ~ 39.21%
G 160 of 505 ~ 31.68%
B 147 of 505 ~ 29.11%

%39.21
%31.68
%29.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 25.76%
  • 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
%19.19
%25.76
%22.35

Codes

Color #C6A093 in popluar color models

C6A093
RGB198160147
HSL15°30.91%67.65%
HSB/HSV15°25.76%77.65%
CMYK0.00%19.19%25.76%
22.35%

Color #C6A093 in popluar number systems.

HEXC6A093
Decimal198160147
Binary110001101010000010010011
Octal306240223

Shades and tints

Shades of #C6A093

#C6A093
(198,160,147)
#B49286
(180,146,134)
#A28479
(162,132,121)
#90766C
(144,118,108)
#7E685F
(126,104,95)
#6C5A52
(108,90,82)
#5A4C45
(90,76,69)
#483E38
(72,62,56)
#36302B
(54,48,43)
#24221E
(36,34,30)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #C6A093

#C6A093
(198,160,147)
#CBA89C
(203,168,156)
#D0B0A5
(208,176,165)
#D5B8AE
(213,184,174)
#DAC0B7
(218,192,183)
#DFC8C0
(223,200,192)
#E4D0C9
(228,208,201)
#E9D8D2
(233,216,210)
#EEE0DB
(238,224,219)
#F3E8E4
(243,232,228)
#F8F0ED
(248,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A093 color. Also use rgb(198,160,147) instead hex code.

Text Font Color

.myTextColor { color: #C6A093; }

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

This text font color is #C6A093.


Background Color

.myBgColor { background-color: #C6A093; }

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

This div background color is #C6A093.


Border color

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

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

This div border color is #C6A093.


Opacity

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

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

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

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

This text has shadow with #C6A093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A093 on black background.


Color preview on white background

This text has color #C6A093 on white background.



Black color preview on #C6A093 background

This text has black color on #C6A093 background.


White color preview on #C6A093 background

This text has white color on #C6A093 background.