COLOR #C3A384

HEX: #C3A384
RGB: (195,163,132)

Color info

#C3A384 contains mainly red and green colors. Web safe color of #C3A384 is #CC9999 (or #C99).

RGB color model

#C3A384 color RGB value is (195,163,132).

  • red value is 195;
  • green value is 163;
  • blue value is 132.
RGB:
(195,163,132)
(76%,64%,52%)

RGB channels and saturation

R 195 of 255 = 76%
G 163 of 255 = 64%
B 132 of 255 = 52%

195
163
132

R + G + B ~ 64%. #C3A384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 163 + 132 = 490 (100%)
R 195 of 490 ~ 39.8%
G 163 of 490 ~ 33.27%
B 132 of 490 ~ 26.94%

%39.8
%33.27
%26.94

CMYK color model

#C3A384 color CMYK value is (0,16,32,24).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 32.31%
  • key color value is 23.53%
CMYK:
(0,16,32,24)
C0M16Y32K24 
(0%,16%,32%,24%)
(0.00/0.16/0.32/0.24)	

CMYK percentages

%0
%16.41
%32.31
%23.53

Codes

Color #C3A384 in popluar color models

C3A384
RGB195163132
HSL30°34.43%64.12%
HSB/HSV30°32.31%76.47%
CMYK0.00%16.41%32.31%
23.53%

Color #C3A384 in popluar number systems.

HEXC3A384
Decimal195163132
Binary110000111010001110000100
Octal303243204

Shades and tints

Shades of #C3A384

#C3A384
(195,163,132)
#B29578
(178,149,120)
#A1876C
(161,135,108)
#907960
(144,121,96)
#7F6B54
(127,107,84)
#6E5D48
(110,93,72)
#5D4F3C
(93,79,60)
#4C4130
(76,65,48)
#3B3324
(59,51,36)
#2A2518
(42,37,24)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #C3A384

#C3A384
(195,163,132)
#C8AB8F
(200,171,143)
#CDB39A
(205,179,154)
#D2BBA5
(210,187,165)
#D7C3B0
(215,195,176)
#DCCBBB
(220,203,187)
#E1D3C6
(225,211,198)
#E6DBD1
(230,219,209)
#EBE3DC
(235,227,220)
#F0EBE7
(240,235,231)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A384 color. Also use rgb(195,163,132) instead hex code.

Text Font Color

.myTextColor { color: #C3A384; }

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

This text font color is #C3A384.


Background Color

.myBgColor { background-color: #C3A384; }

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

This div background color is #C3A384.


Border color

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

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

This div border color is #C3A384.


Opacity

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

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

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

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

This text has shadow with #C3A384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A384 on black background.


Color preview on white background

This text has color #C3A384 on white background.



Black color preview on #C3A384 background

This text has black color on #C3A384 background.


White color preview on #C3A384 background

This text has white color on #C3A384 background.