COLOR #C3A283

HEX: #C3A283
RGB: (195,162,131)

Color info

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

RGB color model

#C3A283 color RGB value is (195,162,131).

  • red value is 195;
  • green value is 162;
  • blue value is 131.
RGB:
(195,162,131)
(76%,64%,51%)

RGB channels and saturation

R 195 of 255 = 76%
G 162 of 255 = 64%
B 131 of 255 = 51%

195
162
131

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

Portions of RGB colors in percentages

R + G + B =
195 + 162 + 131 = 488 (100%)
R 195 of 488 ~ 39.96%
G 162 of 488 ~ 33.2%
B 131 of 488 ~ 26.84%

%39.96
%33.2
%26.84

CMYK color model

#C3A283 color CMYK value is (0,17,33,24).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 32.82%
  • key color value is 23.53%
CMYK:
(0,17,33,24)
C0M17Y33K24 
(0%,17%,33%,24%)
(0.00/0.17/0.33/0.24)	

CMYK percentages

%0
%16.92
%32.82
%23.53

Codes

Color #C3A283 in popluar color models

C3A283
RGB195162131
HSL29°34.78%63.92%
HSB/HSV29°32.82%76.47%
CMYK0.00%16.92%32.82%
23.53%

Color #C3A283 in popluar number systems.

HEXC3A283
Decimal195162131
Binary110000111010001010000011
Octal303242203

Shades and tints

Shades of #C3A283

#C3A283
(195,162,131)
#B29478
(178,148,120)
#A1866D
(161,134,109)
#907862
(144,120,98)
#7F6A57
(127,106,87)
#6E5C4C
(110,92,76)
#5D4E41
(93,78,65)
#4C4036
(76,64,54)
#3B322B
(59,50,43)
#2A2420
(42,36,32)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #C3A283

#C3A283
(195,162,131)
#C8AA8E
(200,170,142)
#CDB299
(205,178,153)
#D2BAA4
(210,186,164)
#D7C2AF
(215,194,175)
#DCCABA
(220,202,186)
#E1D2C5
(225,210,197)
#E6DAD0
(230,218,208)
#EBE2DB
(235,226,219)
#F0EAE6
(240,234,230)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A283 color. Also use rgb(195,162,131) instead hex code.

Text Font Color

.myTextColor { color: #C3A283; }

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

This text font color is #C3A283.


Background Color

.myBgColor { background-color: #C3A283; }

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

This div background color is #C3A283.


Border color

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

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

This div border color is #C3A283.


Opacity

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

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

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

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

This text has shadow with #C3A283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A283 on black background.


Color preview on white background

This text has color #C3A283 on white background.



Black color preview on #C3A283 background

This text has black color on #C3A283 background.


White color preview on #C3A283 background

This text has white color on #C3A283 background.