COLOR #C7A985

HEX: #C7A985
RGB: (199,169,133)

Color info

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

RGB color model

#C7A985 color RGB value is (199,169,133).

  • red value is 199;
  • green value is 169;
  • blue value is 133.
RGB:
(199,169,133)
(78%,66%,52%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 133 of 255 = 52%

199
169
133

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

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 133 = 501 (100%)
R 199 of 501 ~ 39.72%
G 169 of 501 ~ 33.73%
B 133 of 501 ~ 26.55%

%39.72
%33.73
%26.55

CMYK color model

#C7A985 color CMYK value is (0,15,33,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 33.17%
  • key color value is 21.96%
CMYK:
(0,15,33,22)
C0M15Y33K22 
(0%,15%,33%,22%)
(0.00/0.15/0.33/0.22)	

CMYK percentages

%0
%15.08
%33.17
%21.96

Codes

Color #C7A985 in popluar color models

C7A985
RGB199169133
HSL33°37.08%65.10%
HSB/HSV33°33.17%78.04%
CMYK0.00%15.08%33.17%
21.96%

Color #C7A985 in popluar number systems.

HEXC7A985
Decimal199169133
Binary110001111010100110000101
Octal307251205

Shades and tints

Shades of #C7A985

#C7A985
(199,169,133)
#B59A79
(181,154,121)
#A38B6D
(163,139,109)
#917C61
(145,124,97)
#7F6D55
(127,109,85)
#6D5E49
(109,94,73)
#5B4F3D
(91,79,61)
#494031
(73,64,49)
#373125
(55,49,37)
#252219
(37,34,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #C7A985

#C7A985
(199,169,133)
#CCB090
(204,176,144)
#D1B79B
(209,183,155)
#D6BEA6
(214,190,166)
#DBC5B1
(219,197,177)
#E0CCBC
(224,204,188)
#E5D3C7
(229,211,199)
#EADAD2
(234,218,210)
#EFE1DD
(239,225,221)
#F4E8E8
(244,232,232)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A985 color. Also use rgb(199,169,133) instead hex code.

Text Font Color

.myTextColor { color: #C7A985; }

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

This text font color is #C7A985.


Background Color

.myBgColor { background-color: #C7A985; }

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

This div background color is #C7A985.


Border color

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

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

This div border color is #C7A985.


Opacity

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

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

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

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

This text has shadow with #C7A985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A985 on black background.


Color preview on white background

This text has color #C7A985 on white background.



Black color preview on #C7A985 background

This text has black color on #C7A985 background.


White color preview on #C7A985 background

This text has white color on #C7A985 background.