COLOR #C4AC92

HEX: #C4AC92
RGB: (196,172,146)

Color info

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

RGB color model

#C4AC92 color RGB value is (196,172,146).

  • red value is 196;
  • green value is 172;
  • blue value is 146.
RGB:
(196,172,146)
(77%,67%,57%)

RGB channels and saturation

R 196 of 255 = 77%
G 172 of 255 = 67%
B 146 of 255 = 57%

196
172
146

R + G + B ~ 67%. #C4AC92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 172 + 146 = 514 (100%)
R 196 of 514 ~ 38.13%
G 172 of 514 ~ 33.46%
B 146 of 514 ~ 28.4%

%38.13
%33.46
%28.4

CMYK color model

#C4AC92 color CMYK value is (0,12,26,23).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK:
(0,12,26,23)
C0M12Y26K23 
(0%,12%,26%,23%)
(0.00/0.12/0.26/0.23)	

CMYK percentages

%0
%12.24
%25.51
%23.14

Codes

Color #C4AC92 in popluar color models

C4AC92
RGB196172146
HSL31°29.76%67.06%
HSB/HSV31°25.51%76.86%
CMYK0.00%12.24%25.51%
23.14%

Color #C4AC92 in popluar number systems.

HEXC4AC92
Decimal196172146
Binary110001001010110010010010
Octal304254222

Shades and tints

Shades of #C4AC92

#C4AC92
(196,172,146)
#B39D85
(179,157,133)
#A28E78
(162,142,120)
#917F6B
(145,127,107)
#80705E
(128,112,94)
#6F6151
(111,97,81)
#5E5244
(94,82,68)
#4D4337
(77,67,55)
#3C342A
(60,52,42)
#2B251D
(43,37,29)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #C4AC92

#C4AC92
(196,172,146)
#C9B39B
(201,179,155)
#CEBAA4
(206,186,164)
#D3C1AD
(211,193,173)
#D8C8B6
(216,200,182)
#DDCFBF
(221,207,191)
#E2D6C8
(226,214,200)
#E7DDD1
(231,221,209)
#ECE4DA
(236,228,218)
#F1EBE3
(241,235,227)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AC92 color. Also use rgb(196,172,146) instead hex code.

Text Font Color

.myTextColor { color: #C4AC92; }

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

This text font color is #C4AC92.


Background Color

.myBgColor { background-color: #C4AC92; }

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

This div background color is #C4AC92.


Border color

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

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

This div border color is #C4AC92.


Opacity

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

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

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

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

This text has shadow with #C4AC92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AC92 on black background.


Color preview on white background

This text has color #C4AC92 on white background.



Black color preview on #C4AC92 background

This text has black color on #C4AC92 background.


White color preview on #C4AC92 background

This text has white color on #C4AC92 background.