COLOR #C1A79E

HEX: #C1A79E
RGB: (193,167,158)

Color info

#C1A79E contains red, green and blue colors in about the same proportion. Web safe color of #C1A79E is #CC9999 (or #C99).

RGB color model

#C1A79E color RGB value is (193,167,158).

  • red value is 193;
  • green value is 167;
  • blue value is 158.
RGB:
(193,167,158)
(76%,65%,62%)

RGB channels and saturation

R 193 of 255 = 76%
G 167 of 255 = 65%
B 158 of 255 = 62%

193
167
158

R + G + B ~ 68%. #C1A79E is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 167 + 158 = 518 (100%)
R 193 of 518 ~ 37.26%
G 167 of 518 ~ 32.24%
B 158 of 518 ~ 30.5%

%37.26
%32.24
%30.5

CMYK color model

#C1A79E color CMYK value is (0,13,18,24).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 18.13%
  • key color value is 24.31%
CMYK:
(0,13,18,24)
C0M13Y18K24 
(0%,13%,18%,24%)
(0.00/0.13/0.18/0.24)	

CMYK percentages

%0
%13.47
%18.13
%24.31

Codes

Color #C1A79E in popluar color models

C1A79E
RGB193167158
HSL15°22.01%68.82%
HSB/HSV15°18.13%75.69%
CMYK0.00%13.47%18.13%
24.31%

Color #C1A79E in popluar number systems.

HEXC1A79E
Decimal193167158
Binary110000011010011110011110
Octal301247236

Shades and tints

Shades of #C1A79E

#C1A79E
(193,167,158)
#B09890
(176,152,144)
#9F8982
(159,137,130)
#8E7A74
(142,122,116)
#7D6B66
(125,107,102)
#6C5C58
(108,92,88)
#5B4D4A
(91,77,74)
#4A3E3C
(74,62,60)
#392F2E
(57,47,46)
#282020
(40,32,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #C1A79E

#C1A79E
(193,167,158)
#C6AFA6
(198,175,166)
#CBB7AE
(203,183,174)
#D0BFB6
(208,191,182)
#D5C7BE
(213,199,190)
#DACFC6
(218,207,198)
#DFD7CE
(223,215,206)
#E4DFD6
(228,223,214)
#E9E7DE
(233,231,222)
#EEEFE6
(238,239,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1A79E color. Also use rgb(193,167,158) instead hex code.

Text Font Color

.myTextColor { color: #C1A79E; }

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

This text font color is #C1A79E.


Background Color

.myBgColor { background-color: #C1A79E; }

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

This div background color is #C1A79E.


Border color

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

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

This div border color is #C1A79E.


Opacity

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

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

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

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

This text has shadow with #C1A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1A79E on black background.


Color preview on white background

This text has color #C1A79E on white background.



Black color preview on #C1A79E background

This text has black color on #C1A79E background.


White color preview on #C1A79E background

This text has white color on #C1A79E background.