COLOR #C6A594

HEX: #C6A594
RGB: (198,165,148)

Color info

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

RGB color model

#C6A594 color RGB value is (198,165,148).

  • red value is 198;
  • green value is 165;
  • blue value is 148.
RGB:
(198,165,148)
(78%,65%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 165 of 255 = 65%
B 148 of 255 = 58%

198
165
148

R + G + B ~ 67%. #C6A594 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 165 + 148 = 511 (100%)
R 198 of 511 ~ 38.75%
G 165 of 511 ~ 32.29%
B 148 of 511 ~ 28.96%

%38.75
%32.29
%28.96

CMYK color model

#C6A594 color CMYK value is (0,17,25,22).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(0,17,25,22)
C0M17Y25K22 
(0%,17%,25%,22%)
(0.00/0.17/0.25/0.22)	

CMYK percentages

%0
%16.67
%25.25
%22.35

Codes

Color #C6A594 in popluar color models

C6A594
RGB198165148
HSL20°30.49%67.84%
HSB/HSV20°25.25%77.65%
CMYK0.00%16.67%25.25%
22.35%

Color #C6A594 in popluar number systems.

HEXC6A594
Decimal198165148
Binary110001101010010110010100
Octal306245224

Shades and tints

Shades of #C6A594

#C6A594
(198,165,148)
#B49687
(180,150,135)
#A2877A
(162,135,122)
#90786D
(144,120,109)
#7E6960
(126,105,96)
#6C5A53
(108,90,83)
#5A4B46
(90,75,70)
#483C39
(72,60,57)
#362D2C
(54,45,44)
#241E1F
(36,30,31)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #C6A594

#C6A594
(198,165,148)
#CBAD9D
(203,173,157)
#D0B5A6
(208,181,166)
#D5BDAF
(213,189,175)
#DAC5B8
(218,197,184)
#DFCDC1
(223,205,193)
#E4D5CA
(228,213,202)
#E9DDD3
(233,221,211)
#EEE5DC
(238,229,220)
#F3EDE5
(243,237,229)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A594 color. Also use rgb(198,165,148) instead hex code.

Text Font Color

.myTextColor { color: #C6A594; }

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

This text font color is #C6A594.


Background Color

.myBgColor { background-color: #C6A594; }

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

This div background color is #C6A594.


Border color

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

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

This div border color is #C6A594.


Opacity

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

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

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

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

This text has shadow with #C6A594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A594 on black background.


Color preview on white background

This text has color #C6A594 on white background.



Black color preview on #C6A594 background

This text has black color on #C6A594 background.


White color preview on #C6A594 background

This text has white color on #C6A594 background.