COLOR #C3A599

HEX: #C3A599 RGB: (195,165,153)

Color info

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

RGB color model

#C3A599 color RGB value is (195,165,153).

RGB: (195,165,153) (76%, 65%, 60%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 153 of 255 = 60%

195
165
153

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

Portions of RGB colors in percentages

R + G + B = 195 + 165 + 153 = 513 (100%)
R 195 of 513 ~ 38.01%
G 165 of 513 ~ 32.16%
B 153 of 513 ~ 29.82'%

%38.01
%32.16
%29.82

CMYK color model

#C3A599 color CMYK value is (0,15,22,24).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 21.54%
  • key color value is 23.53%

CMYK: (0,15,22,24)
C0M15Y22K24 (0%, 15%, 22%, 24%)
(0.00 / 0.15 / 0.22 / 0.24)

CMYK percentages

%0
%15.38
%21.54
%23.53

Codes

Color #C3A599 in popluar color models

C3 A5 99
RGB 195 165 153
HSL 17° 25.93% 68.24%
HSB/HSV 17° 21.54% 76.47%
CMYK 0.00% 15.38% 21.54%
23.53%

Color #C3A599 in popluar number systems.

HEX C3 A5 99
Decimal 195 165 153
Binary 11000011 10100101 10011001
Octal 303 245 231

Shades and tints

Shades of #C3A599

#C3A599
(195,165,153)
#B2968C
(178,150,140)
#A1877F
(161,135,127)
#907872
(144,120,114)
#7F6965
(127,105,101)
#6E5A58
(110,90,88)
#5D4B4B
(93,75,75)
#4C3C3E
(76,60,62)
#3B2D31
(59,45,49)
#2A1E24
(42,30,36)
#190F17
(25,15,23)
#000000
(0,0,0)

Tints of #C3A599

#C3A599
(195,165,153)
#C8ADA2
(200,173,162)
#CDB5AB
(205,181,171)
#D2BDB4
(210,189,180)
#D7C5BD
(215,197,189)
#DCCDC6
(220,205,198)
#E1D5CF
(225,213,207)
#E6DDD8
(230,221,216)
#EBE5E1
(235,229,225)
#F0EDEA
(240,237,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A599; }

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

This text font color is #C3A599.

Background Color

.myBgColor { background-color: #C3A599; }

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

This div background color is #C3A599.

Border color

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

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

This div border color is #C3A599.

Opacity

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

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

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

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

This text has shadow with #C3A599 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A599.

Preview

Color preview on black background

This text has color #C3A599 on black background.


Color preview on white background

This text has color #C3A599 on white background.


Black color preview on #C3A599 background

This text has black color on #C3A599 background.


White color preview on #C3A599 background

This text has white color on #C3A599 background.


Related colors

Complementary color

Complementary color for #hex is #3C5A66.


I love getcolorcode.com

Triadic colors

1 #99C3A5 and #A599C3 with #C3A599 are triadic colors.

2 #99A5C3 and #A5C399 with #C3A599 are triadic colors.