COLOR #C7A269

HEX: #C7A269
RGB: (199,162,105)

Color info

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

RGB color model

#C7A269 color RGB value is (199,162,105).

  • red value is 199;
  • green value is 162;
  • blue value is 105.
RGB:
(199,162,105)
(78%,64%,41%)

RGB channels and saturation

R 199 of 255 = 78%
G 162 of 255 = 64%
B 105 of 255 = 41%

199
162
105

R + G + B ~ 61%. #C7A269 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 162 + 105 = 466 (100%)
R 199 of 466 ~ 42.7%
G 162 of 466 ~ 34.76%
B 105 of 466 ~ 22.53%

%42.7
%34.76
%22.53

CMYK color model

#C7A269 color CMYK value is (0,19,47,22).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 47.24%
  • key color value is 21.96%
CMYK:
(0,19,47,22)
C0M19Y47K22 
(0%,19%,47%,22%)
(0.00/0.19/0.47/0.22)	

CMYK percentages

%0
%18.59
%47.24
%21.96

Codes

Color #C7A269 in popluar color models

C7A269
RGB199162105
HSL36°45.63%59.61%
HSB/HSV36°47.24%78.04%
CMYK0.00%18.59%47.24%
21.96%

Color #C7A269 in popluar number systems.

HEXC7A269
Decimal199162105
Binary11000111101000101101001
Octal307242151

Shades and tints

Shades of #C7A269

#C7A269
(199,162,105)
#B59460
(181,148,96)
#A38657
(163,134,87)
#91784E
(145,120,78)
#7F6A45
(127,106,69)
#6D5C3C
(109,92,60)
#5B4E33
(91,78,51)
#49402A
(73,64,42)
#373221
(55,50,33)
#252418
(37,36,24)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #C7A269

#C7A269
(199,162,105)
#CCAA76
(204,170,118)
#D1B283
(209,178,131)
#D6BA90
(214,186,144)
#DBC29D
(219,194,157)
#E0CAAA
(224,202,170)
#E5D2B7
(229,210,183)
#EADAC4
(234,218,196)
#EFE2D1
(239,226,209)
#F4EADE
(244,234,222)
#F9F2EB
(249,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A269 color. Also use rgb(199,162,105) instead hex code.

Text Font Color

.myTextColor { color: #C7A269; }

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

This text font color is #C7A269.


Background Color

.myBgColor { background-color: #C7A269; }

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

This div background color is #C7A269.


Border color

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

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

This div border color is #C7A269.


Opacity

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

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

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

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

This text has shadow with #C7A269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A269 on black background.


Color preview on white background

This text has color #C7A269 on white background.



Black color preview on #C7A269 background

This text has black color on #C7A269 background.


White color preview on #C7A269 background

This text has white color on #C7A269 background.