COLOR #C7A27E

HEX: #C7A27E RGB: (199,162,126)

Color info

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

RGB color model

#C7A27E color RGB value is (199,162,126).

RGB: (199,162,126) (78%, 64%, 49%)

RGB channels and saturation

R 199 of 255 = 78%
G 162 of 255 = 64%
B 126 of 255 = 49%

199
162
126

R + G + B ~ 64%. #C7A27E is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 162 + 126 = 487 (100%)
R 199 of 487 ~ 40.86%
G 162 of 487 ~ 33.26%
B 126 of 487 ~ 25.87'%

%40.86
%33.26
%25.87

CMYK color model

#C7A27E color CMYK value is (0,19,37,22).

  • cyan value is 0.00%
  • magenta value is 18.59%
  • yellow value is 36.68%
  • key color value is 21.96%

CMYK: (0,19,37,22)
C0M19Y37K22 (0%, 19%, 37%, 22%)
(0.00 / 0.19 / 0.37 / 0.22)

CMYK percentages

%0
%18.59
%36.68
%21.96

Codes

Color #C7A27E in popluar color models

C7 A2 7E
RGB 199 162 126
HSL 30° 39.46% 63.73%
HSB/HSV 30° 36.68% 78.04%
CMYK 0.00% 18.59% 36.68%
21.96%

Color #C7A27E in popluar number systems.

HEX C7 A2 7E
Decimal 199 162 126
Binary 11000111 10100010 1111110
Octal 307 242 176

Shades and tints

Shades of #C7A27E

#C7A27E
(199,162,126)
#B59473
(181,148,115)
#A38668
(163,134,104)
#91785D
(145,120,93)
#7F6A52
(127,106,82)
#6D5C47
(109,92,71)
#5B4E3C
(91,78,60)
#494031
(73,64,49)
#373226
(55,50,38)
#25241B
(37,36,27)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #C7A27E

#C7A27E
(199,162,126)
#CCAA89
(204,170,137)
#D1B294
(209,178,148)
#D6BA9F
(214,186,159)
#DBC2AA
(219,194,170)
#E0CAB5
(224,202,181)
#E5D2C0
(229,210,192)
#EADACB
(234,218,203)
#EFE2D6
(239,226,214)
#F4EAE1
(244,234,225)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A27E; }

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

This text font color is #C7A27E.

Background Color

.myBgColor { background-color: #C7A27E; }

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

This div background color is #C7A27E.

Border color

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

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

This div border color is #C7A27E.

Opacity

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

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

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

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

This text has shadow with #C7A27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7A27E.

Preview

Color preview on black background

This text has color #C7A27E on black background.


Color preview on white background

This text has color #C7A27E on white background.


Black color preview on #C7A27E background

This text has black color on #C7A27E background.


White color preview on #C7A27E background

This text has white color on #C7A27E background.


Related colors

Complementary color

Complementary color for #hex is #385D81.


I love getcolorcode.com

Triadic colors

1 #7EC7A2 and #A27EC7 with #C7A27E are triadic colors.

2 #7EA2C7 and #A2C77E with #C7A27E are triadic colors.