COLOR #C4A792

HEX: #C4A792 RGB: (196,167,146)

Color info

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

RGB color model

#C4A792 color RGB value is (196,167,146).

RGB: (196,167,146) (77%, 65%, 57%)

RGB channels and saturation

R 196 of 255 = 77%
G 167 of 255 = 65%
B 146 of 255 = 57%

196
167
146

R + G + B ~ 66%. #C4A792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 167 + 146 = 509 (100%)
R 196 of 509 ~ 38.51%
G 167 of 509 ~ 32.81%
B 146 of 509 ~ 28.68'%

%38.51
%32.81
%28.68

CMYK color model

#C4A792 color CMYK value is (0,15,26,23).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 25.51%
  • key color value is 23.14%

CMYK: (0,15,26,23)
C0M15Y26K23 (0%, 15%, 26%, 23%)
(0.00 / 0.15 / 0.26 / 0.23)

CMYK percentages

%0
%14.8
%25.51
%23.14

Codes

Color #C4A792 in popluar color models

C4 A7 92
RGB 196 167 146
HSL 25° 29.76% 67.06%
HSB/HSV 25° 25.51% 76.86%
CMYK 0.00% 14.80% 25.51%
23.14%

Color #C4A792 in popluar number systems.

HEX C4 A7 92
Decimal 196 167 146
Binary 11000100 10100111 10010010
Octal 304 247 222

Shades and tints

Shades of #C4A792

#C4A792
(196,167,146)
#B39885
(179,152,133)
#A28978
(162,137,120)
#917A6B
(145,122,107)
#806B5E
(128,107,94)
#6F5C51
(111,92,81)
#5E4D44
(94,77,68)
#4D3E37
(77,62,55)
#3C2F2A
(60,47,42)
#2B201D
(43,32,29)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #C4A792

#C4A792
(196,167,146)
#C9AF9B
(201,175,155)
#CEB7A4
(206,183,164)
#D3BFAD
(211,191,173)
#D8C7B6
(216,199,182)
#DDCFBF
(221,207,191)
#E2D7C8
(226,215,200)
#E7DFD1
(231,223,209)
#ECE7DA
(236,231,218)
#F1EFE3
(241,239,227)
#F6F7EC
(246,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4A792; }

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

This text font color is #C4A792.

Background Color

.myBgColor { background-color: #C4A792; }

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

This div background color is #C4A792.

Border color

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

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

This div border color is #C4A792.

Opacity

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

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

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

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

This text has shadow with #C4A792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4A792.

Preview

Color preview on black background

This text has color #C4A792 on black background.


Color preview on white background

This text has color #C4A792 on white background.


Black color preview on #C4A792 background

This text has black color on #C4A792 background.


White color preview on #C4A792 background

This text has white color on #C4A792 background.


Related colors

Complementary color

Complementary color for #hex is #3B586D.


I love getcolorcode.com

Triadic colors

1 #92C4A7 and #A792C4 with #C4A792 are triadic colors.

2 #92A7C4 and #A7C492 with #C4A792 are triadic colors.