COLOR #C3A884

HEX: #C3A884
RGB: (195,168,132)

Color info

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

RGB color model

#C3A884 color RGB value is (195,168,132).

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

RGB channels and saturation

R 195 of 255 = 76%
G 168 of 255 = 66%
B 132 of 255 = 52%

195
168
132

R + G + B ~ 65%. #C3A884 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 168 + 132 = 495 (100%)
R 195 of 495 ~ 39.39%
G 168 of 495 ~ 33.94%
B 132 of 495 ~ 26.67%

%39.39
%33.94
%26.67

CMYK color model

#C3A884 color CMYK value is (0,14,32,24).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 32.31%
  • key color value is 23.53%
CMYK:
(0,14,32,24)
C0M14Y32K24 
(0%,14%,32%,24%)
(0.00/0.14/0.32/0.24)	

CMYK percentages

%0
%13.85
%32.31
%23.53

Codes

Color #C3A884 in popluar color models

C3A884
RGB195168132
HSL34°34.43%64.12%
HSB/HSV34°32.31%76.47%
CMYK0.00%13.85%32.31%
23.53%

Color #C3A884 in popluar number systems.

HEXC3A884
Decimal195168132
Binary110000111010100010000100
Octal303250204

Shades and tints

Shades of #C3A884

#C3A884
(195,168,132)
#B29978
(178,153,120)
#A18A6C
(161,138,108)
#907B60
(144,123,96)
#7F6C54
(127,108,84)
#6E5D48
(110,93,72)
#5D4E3C
(93,78,60)
#4C3F30
(76,63,48)
#3B3024
(59,48,36)
#2A2118
(42,33,24)
#19120C
(25,18,12)
#000000
(0,0,0)

Tints of #C3A884

#C3A884
(195,168,132)
#C8AF8F
(200,175,143)
#CDB69A
(205,182,154)
#D2BDA5
(210,189,165)
#D7C4B0
(215,196,176)
#DCCBBB
(220,203,187)
#E1D2C6
(225,210,198)
#E6D9D1
(230,217,209)
#EBE0DC
(235,224,220)
#F0E7E7
(240,231,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A884; }

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

This text font color is #C3A884.


Background Color

.myBgColor { background-color: #C3A884; }

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

This div background color is #C3A884.


Border color

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

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

This div border color is #C3A884.


Opacity

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

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

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

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

This text has shadow with #C3A884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A884 on black background.


Color preview on white background

This text has color #C3A884 on white background.



Black color preview on #C3A884 background

This text has black color on #C3A884 background.


White color preview on #C3A884 background

This text has white color on #C3A884 background.