COLOR #C3A790

HEX: #C3A790
RGB: (195,167,144)

Color info

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

RGB color model

#C3A790 color RGB value is (195,167,144).

  • red value is 195;
  • green value is 167;
  • blue value is 144.
RGB:
(195,167,144)
(76%,65%,56%)

RGB channels and saturation

R 195 of 255 = 76%
G 167 of 255 = 65%
B 144 of 255 = 56%

195
167
144

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

Portions of RGB colors in percentages

R + G + B =
195 + 167 + 144 = 506 (100%)
R 195 of 506 ~ 38.54%
G 167 of 506 ~ 33%
B 144 of 506 ~ 28.46%

%38.54
%33
%28.46

CMYK color model

#C3A790 color CMYK value is (0,14,26,24).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 26.15%
  • key color value is 23.53%
CMYK:
(0,14,26,24)
C0M14Y26K24 
(0%,14%,26%,24%)
(0.00/0.14/0.26/0.24)	

CMYK percentages

%0
%14.36
%26.15
%23.53

Codes

Color #C3A790 in popluar color models

C3A790
RGB195167144
HSL27°29.82%66.47%
HSB/HSV27°26.15%76.47%
CMYK0.00%14.36%26.15%
23.53%

Color #C3A790 in popluar number systems.

HEXC3A790
Decimal195167144
Binary110000111010011110010000
Octal303247220

Shades and tints

Shades of #C3A790

#C3A790
(195,167,144)
#B29883
(178,152,131)
#A18976
(161,137,118)
#907A69
(144,122,105)
#7F6B5C
(127,107,92)
#6E5C4F
(110,92,79)
#5D4D42
(93,77,66)
#4C3E35
(76,62,53)
#3B2F28
(59,47,40)
#2A201B
(42,32,27)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #C3A790

#C3A790
(195,167,144)
#C8AF9A
(200,175,154)
#CDB7A4
(205,183,164)
#D2BFAE
(210,191,174)
#D7C7B8
(215,199,184)
#DCCFC2
(220,207,194)
#E1D7CC
(225,215,204)
#E6DFD6
(230,223,214)
#EBE7E0
(235,231,224)
#F0EFEA
(240,239,234)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A790 color. Also use rgb(195,167,144) instead hex code.

Text Font Color

.myTextColor { color: #C3A790; }

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

This text font color is #C3A790.


Background Color

.myBgColor { background-color: #C3A790; }

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

This div background color is #C3A790.


Border color

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

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

This div border color is #C3A790.


Opacity

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

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

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

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

This text has shadow with #C3A790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A790 on black background.


Color preview on white background

This text has color #C3A790 on white background.



Black color preview on #C3A790 background

This text has black color on #C3A790 background.


White color preview on #C3A790 background

This text has white color on #C3A790 background.