COLOR #C3A592

HEX: #C3A592
RGB: (195,165,146)

Color info

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

RGB color model

#C3A592 color RGB value is (195,165,146).

  • red value is 195;
  • green value is 165;
  • blue value is 146.
RGB:
(195,165,146)
(76%,65%,57%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 146 of 255 = 57%

195
165
146

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

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 146 = 506 (100%)
R 195 of 506 ~ 38.54%
G 165 of 506 ~ 32.61%
B 146 of 506 ~ 28.85%

%38.54
%32.61
%28.85

CMYK color model

#C3A592 color CMYK value is (0,15,25,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(0,15,25,24)
C0M15Y25K24 
(0%,15%,25%,24%)
(0.00/0.15/0.25/0.24)	

CMYK percentages

%0
%15.38
%25.13
%23.53

Codes

Color #C3A592 in popluar color models

C3A592
RGB195165146
HSL23°28.99%66.86%
HSB/HSV23°25.13%76.47%
CMYK0.00%15.38%25.13%
23.53%

Color #C3A592 in popluar number systems.

HEXC3A592
Decimal195165146
Binary110000111010010110010010
Octal303245222

Shades and tints

Shades of #C3A592

#C3A592
(195,165,146)
#B29685
(178,150,133)
#A18778
(161,135,120)
#90786B
(144,120,107)
#7F695E
(127,105,94)
#6E5A51
(110,90,81)
#5D4B44
(93,75,68)
#4C3C37
(76,60,55)
#3B2D2A
(59,45,42)
#2A1E1D
(42,30,29)
#190F10
(25,15,16)
#000000
(0,0,0)

Tints of #C3A592

#C3A592
(195,165,146)
#C8AD9B
(200,173,155)
#CDB5A4
(205,181,164)
#D2BDAD
(210,189,173)
#D7C5B6
(215,197,182)
#DCCDBF
(220,205,191)
#E1D5C8
(225,213,200)
#E6DDD1
(230,221,209)
#EBE5DA
(235,229,218)
#F0EDE3
(240,237,227)
#F5F5EC
(245,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A592 color. Also use rgb(195,165,146) instead hex code.

Text Font Color

.myTextColor { color: #C3A592; }

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

This text font color is #C3A592.


Background Color

.myBgColor { background-color: #C3A592; }

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

This div background color is #C3A592.


Border color

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

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

This div border color is #C3A592.


Opacity

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

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

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

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

This text has shadow with #C3A592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A592 on black background.


Color preview on white background

This text has color #C3A592 on white background.



Black color preview on #C3A592 background

This text has black color on #C3A592 background.


White color preview on #C3A592 background

This text has white color on #C3A592 background.