COLOR #C5A192

HEX: #C5A192 RGB: (197,161,146)

Color info

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

RGB color model

#C5A192 color RGB value is (197,161,146).

RGB: (197,161,146) (77%, 63%, 57%)

RGB channels and saturation

R 197 of 255 = 77%
G 161 of 255 = 63%
B 146 of 255 = 57%

197
161
146

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

Portions of RGB colors in percentages

R + G + B = 197 + 161 + 146 = 504 (100%)
R 197 of 504 ~ 39.09%
G 161 of 504 ~ 31.94%
B 146 of 504 ~ 28.97'%

%39.09
%31.94
%28.97

CMYK color model

#C5A192 color CMYK value is (0,18,26,23).

  • cyan value is 0.00%
  • magenta value is 18.27%
  • yellow value is 25.89%
  • key color value is 22.75%

CMYK: (0,18,26,23)
C0M18Y26K23 (0%, 18%, 26%, 23%)
(0.00 / 0.18 / 0.26 / 0.23)

CMYK percentages

%0
%18.27
%25.89
%22.75

Codes

Color #C5A192 in popluar color models

C5 A1 92
RGB 197 161 146
HSL 18° 30.54% 67.25%
HSB/HSV 18° 25.89% 77.25%
CMYK 0.00% 18.27% 25.89%
22.75%

Color #C5A192 in popluar number systems.

HEX C5 A1 92
Decimal 197 161 146
Binary 11000101 10100001 10010010
Octal 305 241 222

Shades and tints

Shades of #C5A192

#C5A192
(197,161,146)
#B49385
(180,147,133)
#A38578
(163,133,120)
#92776B
(146,119,107)
#81695E
(129,105,94)
#705B51
(112,91,81)
#5F4D44
(95,77,68)
#4E3F37
(78,63,55)
#3D312A
(61,49,42)
#2C231D
(44,35,29)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #C5A192

#C5A192
(197,161,146)
#CAA99B
(202,169,155)
#CFB1A4
(207,177,164)
#D4B9AD
(212,185,173)
#D9C1B6
(217,193,182)
#DEC9BF
(222,201,191)
#E3D1C8
(227,209,200)
#E8D9D1
(232,217,209)
#EDE1DA
(237,225,218)
#F2E9E3
(242,233,227)
#F7F1EC
(247,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A192 color. Also use rgb(197,161,146) instead hex code.

Text Font Color

.myTextColor { color: #C5A192; }

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

This text font color is #C5A192.

Background Color

.myBgColor { background-color: #C5A192; }

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

This div background color is #C5A192.

Border color

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

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

This div border color is #C5A192.

Opacity

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

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

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

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

This text has shadow with #C5A192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5A192.

Preview

Color preview on black background

This text has color #C5A192 on black background.


Color preview on white background

This text has color #C5A192 on white background.


Black color preview on #C5A192 background

This text has black color on #C5A192 background.


White color preview on #C5A192 background

This text has white color on #C5A192 background.


Related colors

Complementary color

Complementary color for #hex is #3A5E6D.


I love getcolorcode.com

Triadic colors

1 #92C5A1 and #A192C5 with #C5A192 are triadic colors.

2 #92A1C5 and #A1C592 with #C5A192 are triadic colors.