COLOR #C7A881

HEX: #C7A881
RGB: (199,168,129)

Color info

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

RGB color model

#C7A881 color RGB value is (199,168,129).

  • red value is 199;
  • green value is 168;
  • blue value is 129.
RGB:
(199,168,129)
(78%,66%,51%)

RGB channels and saturation

R 199 of 255 = 78%
G 168 of 255 = 66%
B 129 of 255 = 51%

199
168
129

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

Portions of RGB colors in percentages

R + G + B =
199 + 168 + 129 = 496 (100%)
R 199 of 496 ~ 40.12%
G 168 of 496 ~ 33.87%
B 129 of 496 ~ 26.01%

%40.12
%33.87
%26.01

CMYK color model

#C7A881 color CMYK value is (0,16,35,22).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 35.18%
  • key color value is 21.96%
CMYK:
(0,16,35,22)
C0M16Y35K22 
(0%,16%,35%,22%)
(0.00/0.16/0.35/0.22)	

CMYK percentages

%0
%15.58
%35.18
%21.96

Codes

Color #C7A881 in popluar color models

C7A881
RGB199168129
HSL33°38.46%64.31%
HSB/HSV33°35.18%78.04%
CMYK0.00%15.58%35.18%
21.96%

Color #C7A881 in popluar number systems.

HEXC7A881
Decimal199168129
Binary110001111010100010000001
Octal307250201

Shades and tints

Shades of #C7A881

#C7A881
(199,168,129)
#B59976
(181,153,118)
#A38A6B
(163,138,107)
#917B60
(145,123,96)
#7F6C55
(127,108,85)
#6D5D4A
(109,93,74)
#5B4E3F
(91,78,63)
#493F34
(73,63,52)
#373029
(55,48,41)
#25211E
(37,33,30)
#131213
(19,18,19)
#000000
(0,0,0)

Tints of #C7A881

#C7A881
(199,168,129)
#CCAF8C
(204,175,140)
#D1B697
(209,182,151)
#D6BDA2
(214,189,162)
#DBC4AD
(219,196,173)
#E0CBB8
(224,203,184)
#E5D2C3
(229,210,195)
#EAD9CE
(234,217,206)
#EFE0D9
(239,224,217)
#F4E7E4
(244,231,228)
#F9EEEF
(249,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A881 color. Also use rgb(199,168,129) instead hex code.

Text Font Color

.myTextColor { color: #C7A881; }

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

This text font color is #C7A881.


Background Color

.myBgColor { background-color: #C7A881; }

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

This div background color is #C7A881.


Border color

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

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

This div border color is #C7A881.


Opacity

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

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

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

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

This text has shadow with #C7A881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A881 on black background.


Color preview on white background

This text has color #C7A881 on white background.



Black color preview on #C7A881 background

This text has black color on #C7A881 background.


White color preview on #C7A881 background

This text has white color on #C7A881 background.