COLOR #C3A999

HEX: #C3A999
RGB: (195,169,153)

Color info

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

RGB color model

#C3A999 color RGB value is (195,169,153).

  • red value is 195;
  • green value is 169;
  • blue value is 153.
RGB:
(195,169,153)
(76%,66%,60%)

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 153 of 255 = 60%

195
169
153

R + G + B ~ 67%. #C3A999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 153 = 517 (100%)
R 195 of 517 ~ 37.72%
G 169 of 517 ~ 32.69%
B 153 of 517 ~ 29.59%

%37.72
%32.69
%29.59

CMYK color model

#C3A999 color CMYK value is (0,13,22,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 21.54%
  • key color value is 23.53%
CMYK:
(0,13,22,24)
C0M13Y22K24 
(0%,13%,22%,24%)
(0.00/0.13/0.22/0.24)	

CMYK percentages

%0
%13.33
%21.54
%23.53

Codes

Color #C3A999 in popluar color models

C3A999
RGB195169153
HSL23°25.93%68.24%
HSB/HSV23°21.54%76.47%
CMYK0.00%13.33%21.54%
23.53%

Color #C3A999 in popluar number systems.

HEXC3A999
Decimal195169153
Binary110000111010100110011001
Octal303251231

Shades and tints

Shades of #C3A999

#C3A999
(195,169,153)
#B29A8C
(178,154,140)
#A18B7F
(161,139,127)
#907C72
(144,124,114)
#7F6D65
(127,109,101)
#6E5E58
(110,94,88)
#5D4F4B
(93,79,75)
#4C403E
(76,64,62)
#3B3131
(59,49,49)
#2A2224
(42,34,36)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #C3A999

#C3A999
(195,169,153)
#C8B0A2
(200,176,162)
#CDB7AB
(205,183,171)
#D2BEB4
(210,190,180)
#D7C5BD
(215,197,189)
#DCCCC6
(220,204,198)
#E1D3CF
(225,211,207)
#E6DAD8
(230,218,216)
#EBE1E1
(235,225,225)
#F0E8EA
(240,232,234)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A999 color. Also use rgb(195,169,153) instead hex code.

Text Font Color

.myTextColor { color: #C3A999; }

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

This text font color is #C3A999.


Background Color

.myBgColor { background-color: #C3A999; }

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

This div background color is #C3A999.


Border color

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

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

This div border color is #C3A999.


Opacity

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

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

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

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

This text has shadow with #C3A999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A999 on black background.


Color preview on white background

This text has color #C3A999 on white background.



Black color preview on #C3A999 background

This text has black color on #C3A999 background.


White color preview on #C3A999 background

This text has white color on #C3A999 background.