COLOR #C3A595

HEX: #C3A595
RGB: (195,165,149)

Color info

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

RGB color model

#C3A595 color RGB value is (195,165,149).

  • red value is 195;
  • green value is 165;
  • blue value is 149.
RGB: (195,165,149) (76%,65%,58%)

RGB channels and saturation

R 195 of 255 = 76%
G 165 of 255 = 65%
B 149 of 255 = 58%

195
165
149

R + G + B ~ 66%. #C3A595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 165 + 149 = 509 (100%)
R 195 of 509 ~ 38.31%
G 165 of 509 ~ 32.42%
B 149 of 509 ~ 29.27%

%38.31
%32.42
%29.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK: (0,15,24,24) C0M15Y24K24 (0%,15%,24%,24%) (0.00/0.15/0.24/0.24)

CMYK percentages

%0
%15.38
%23.59
%23.53

Codes

Color #C3A595 in popluar color models

C3A595
RGB195165149
HSL21°27.71%67.45%
HSB/HSV21°23.59%76.47%
CMYK0.00%15.38%23.59%
23.53%

Color #C3A595 in popluar number systems.

HEXC3A595
Decimal195165149
Binary110000111010010110010101
Octal303245225

Shades and tints

Shades of #C3A595

#C3A595
(195,165,149)
#B29688
(178,150,136)
#A1877B
(161,135,123)
#90786E
(144,120,110)
#7F6961
(127,105,97)
#6E5A54
(110,90,84)
#5D4B47
(93,75,71)
#4C3C3A
(76,60,58)
#3B2D2D
(59,45,45)
#2A1E20
(42,30,32)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #C3A595

#C3A595
(195,165,149)
#C8AD9E
(200,173,158)
#CDB5A7
(205,181,167)
#D2BDB0
(210,189,176)
#D7C5B9
(215,197,185)
#DCCDC2
(220,205,194)
#E1D5CB
(225,213,203)
#E6DDD4
(230,221,212)
#EBE5DD
(235,229,221)
#F0EDE6
(240,237,230)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A595; }

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

This text font color is #C3A595.


Background Color

.myBgColor { background-color: #C3A595; }

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

This div background color is #C3A595.


Border color

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

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

This div border color is #C3A595.


Opacity

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

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

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

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

This text has shadow with #C3A595 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C3A595 on black background.


Color preview on white background

This text has color #C3A595 on white background.



Black color preview on #C3A595 background

This text has black color on #C3A595 background.


White color preview on #C3A595 background

This text has white color on #C3A595 background.