COLOR #C6A788

HEX: #C6A788
RGB: (198,167,136)

Color info

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

RGB color model

#C6A788 color RGB value is (198,167,136).

  • red value is 198;
  • green value is 167;
  • blue value is 136.
RGB:
(198,167,136)
(78%,65%,53%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 136 of 255 = 53%

198
167
136

R + G + B ~ 65%. #C6A788 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 136 = 501 (100%)
R 198 of 501 ~ 39.52%
G 167 of 501 ~ 33.33%
B 136 of 501 ~ 27.15%

%39.52
%33.33
%27.15

CMYK color model

#C6A788 color CMYK value is (0,16,31,22).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 31.31%
  • key color value is 22.35%
CMYK:
(0,16,31,22)
C0M16Y31K22 
(0%,16%,31%,22%)
(0.00/0.16/0.31/0.22)	

CMYK percentages

%0
%15.66
%31.31
%22.35

Codes

Color #C6A788 in popluar color models

C6A788
RGB198167136
HSL30°35.23%65.49%
HSB/HSV30°31.31%77.65%
CMYK0.00%15.66%31.31%
22.35%

Color #C6A788 in popluar number systems.

HEXC6A788
Decimal198167136
Binary110001101010011110001000
Octal306247210

Shades and tints

Shades of #C6A788

#C6A788
(198,167,136)
#B4987C
(180,152,124)
#A28970
(162,137,112)
#907A64
(144,122,100)
#7E6B58
(126,107,88)
#6C5C4C
(108,92,76)
#5A4D40
(90,77,64)
#483E34
(72,62,52)
#362F28
(54,47,40)
#24201C
(36,32,28)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #C6A788

#C6A788
(198,167,136)
#CBAF92
(203,175,146)
#D0B79C
(208,183,156)
#D5BFA6
(213,191,166)
#DAC7B0
(218,199,176)
#DFCFBA
(223,207,186)
#E4D7C4
(228,215,196)
#E9DFCE
(233,223,206)
#EEE7D8
(238,231,216)
#F3EFE2
(243,239,226)
#F8F7EC
(248,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A788 color. Also use rgb(198,167,136) instead hex code.

Text Font Color

.myTextColor { color: #C6A788; }

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

This text font color is #C6A788.


Background Color

.myBgColor { background-color: #C6A788; }

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

This div background color is #C6A788.


Border color

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

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

This div border color is #C6A788.


Opacity

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

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

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

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

This text has shadow with #C6A788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A788 on black background.


Color preview on white background

This text has color #C6A788 on white background.



Black color preview on #C6A788 background

This text has black color on #C6A788 background.


White color preview on #C6A788 background

This text has white color on #C6A788 background.