COLOR #C4AF92

HEX: #C4AF92
RGB: (196,175,146)

Color info

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

RGB color model

#C4AF92 color RGB value is (196,175,146).

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

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 146 of 255 = 57%

196
175
146

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

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 146 = 517 (100%)
R 196 of 517 ~ 37.91%
G 175 of 517 ~ 33.85%
B 146 of 517 ~ 28.24%

%37.91
%33.85
%28.24

CMYK color model

#C4AF92 color CMYK value is (0,11,26,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 25.51%
  • key color value is 23.14%
CMYK:
(0,11,26,23)
C0M11Y26K23 
(0%,11%,26%,23%)
(0.00/0.11/0.26/0.23)	

CMYK percentages

%0
%10.71
%25.51
%23.14

Codes

Color #C4AF92 in popluar color models

C4AF92
RGB196175146
HSL35°29.76%67.06%
HSB/HSV35°25.51%76.86%
CMYK0.00%10.71%25.51%
23.14%

Color #C4AF92 in popluar number systems.

HEXC4AF92
Decimal196175146
Binary110001001010111110010010
Octal304257222

Shades and tints

Shades of #C4AF92

#C4AF92
(196,175,146)
#B3A085
(179,160,133)
#A29178
(162,145,120)
#91826B
(145,130,107)
#80735E
(128,115,94)
#6F6451
(111,100,81)
#5E5544
(94,85,68)
#4D4637
(77,70,55)
#3C372A
(60,55,42)
#2B281D
(43,40,29)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #C4AF92

#C4AF92
(196,175,146)
#C9B69B
(201,182,155)
#CEBDA4
(206,189,164)
#D3C4AD
(211,196,173)
#D8CBB6
(216,203,182)
#DDD2BF
(221,210,191)
#E2D9C8
(226,217,200)
#E7E0D1
(231,224,209)
#ECE7DA
(236,231,218)
#F1EEE3
(241,238,227)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AF92; }

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

This text font color is #C4AF92.


Background Color

.myBgColor { background-color: #C4AF92; }

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

This div background color is #C4AF92.


Border color

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

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

This div border color is #C4AF92.


Opacity

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

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

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

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

This text has shadow with #C4AF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AF92 on black background.


Color preview on white background

This text has color #C4AF92 on white background.



Black color preview on #C4AF92 background

This text has black color on #C4AF92 background.


White color preview on #C4AF92 background

This text has white color on #C4AF92 background.