COLOR #C7A678

HEX: #C7A678
RGB: (199,166,120)

Color info

#C7A678 contains mainly red and green colors. Web safe color of #C7A678 is #CC9966 (or #C96).

RGB color model

#C7A678 color RGB value is (199,166,120).

  • red value is 199;
  • green value is 166;
  • blue value is 120.
RGB:
(199,166,120)
(78%,65%,47%)

RGB channels and saturation

R 199 of 255 = 78%
G 166 of 255 = 65%
B 120 of 255 = 47%

199
166
120

R + G + B ~ 63%. #C7A678 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 166 + 120 = 485 (100%)
R 199 of 485 ~ 41.03%
G 166 of 485 ~ 34.23%
B 120 of 485 ~ 24.74%

%41.03
%34.23
%24.74

CMYK color model

#C7A678 color CMYK value is (0,17,40,22).

  • cyan value is 0.00%
  • magenta value is 16.58%
  • yellow value is 39.70%
  • key color value is 21.96%
CMYK:
(0,17,40,22)
C0M17Y40K22 
(0%,17%,40%,22%)
(0.00/0.17/0.40/0.22)	

CMYK percentages

%0
%16.58
%39.7
%21.96

Codes

Color #C7A678 in popluar color models

C7A678
RGB199166120
HSL35°41.36%62.55%
HSB/HSV35°39.70%78.04%
CMYK0.00%16.58%39.70%
21.96%

Color #C7A678 in popluar number systems.

HEXC7A678
Decimal199166120
Binary11000111101001101111000
Octal307246170

Shades and tints

Shades of #C7A678

#C7A678
(199,166,120)
#B5976E
(181,151,110)
#A38864
(163,136,100)
#91795A
(145,121,90)
#7F6A50
(127,106,80)
#6D5B46
(109,91,70)
#5B4C3C
(91,76,60)
#493D32
(73,61,50)
#372E28
(55,46,40)
#251F1E
(37,31,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C7A678

#C7A678
(199,166,120)
#CCAE84
(204,174,132)
#D1B690
(209,182,144)
#D6BE9C
(214,190,156)
#DBC6A8
(219,198,168)
#E0CEB4
(224,206,180)
#E5D6C0
(229,214,192)
#EADECC
(234,222,204)
#EFE6D8
(239,230,216)
#F4EEE4
(244,238,228)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A678 color. Also use rgb(199,166,120) instead hex code.

Text Font Color

.myTextColor { color: #C7A678; }

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

This text font color is #C7A678.


Background Color

.myBgColor { background-color: #C7A678; }

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

This div background color is #C7A678.


Border color

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

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

This div border color is #C7A678.


Opacity

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

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

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

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

This text has shadow with #C7A678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A678 on black background.


Color preview on white background

This text has color #C7A678 on white background.



Black color preview on #C7A678 background

This text has black color on #C7A678 background.


White color preview on #C7A678 background

This text has white color on #C7A678 background.