COLOR #C3A778

HEX: #C3A778
RGB: (195,167,120)

Color info

#C3A778 contains mainly red and green colors. Web safe color of #C3A778 is #CC9966 (or #C96).

RGB color model

#C3A778 color RGB value is (195,167,120).

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

RGB channels and saturation

R 195 of 255 = 76%
G 167 of 255 = 65%
B 120 of 255 = 47%

195
167
120

R + G + B ~ 63%. #C3A778 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 167 + 120 = 482 (100%)
R 195 of 482 ~ 40.46%
G 167 of 482 ~ 34.65%
B 120 of 482 ~ 24.9%

%40.46
%34.65
%24.9

CMYK color model

#C3A778 color CMYK value is (0,14,38,24).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(0,14,38,24)
C0M14Y38K24 
(0%,14%,38%,24%)
(0.00/0.14/0.38/0.24)	

CMYK percentages

%0
%14.36
%38.46
%23.53

Codes

Color #C3A778 in popluar color models

C3A778
RGB195167120
HSL38°38.46%61.76%
HSB/HSV38°38.46%76.47%
CMYK0.00%14.36%38.46%
23.53%

Color #C3A778 in popluar number systems.

HEXC3A778
Decimal195167120
Binary11000011101001111111000
Octal303247170

Shades and tints

Shades of #C3A778

#C3A778
(195,167,120)
#B2986E
(178,152,110)
#A18964
(161,137,100)
#907A5A
(144,122,90)
#7F6B50
(127,107,80)
#6E5C46
(110,92,70)
#5D4D3C
(93,77,60)
#4C3E32
(76,62,50)
#3B2F28
(59,47,40)
#2A201E
(42,32,30)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C3A778

#C3A778
(195,167,120)
#C8AF84
(200,175,132)
#CDB790
(205,183,144)
#D2BF9C
(210,191,156)
#D7C7A8
(215,199,168)
#DCCFB4
(220,207,180)
#E1D7C0
(225,215,192)
#E6DFCC
(230,223,204)
#EBE7D8
(235,231,216)
#F0EFE4
(240,239,228)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A778; }

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

This text font color is #C3A778.


Background Color

.myBgColor { background-color: #C3A778; }

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

This div background color is #C3A778.


Border color

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

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

This div border color is #C3A778.


Opacity

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

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

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

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

This text has shadow with #C3A778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A778 on black background.


Color preview on white background

This text has color #C3A778 on white background.



Black color preview on #C3A778 background

This text has black color on #C3A778 background.


White color preview on #C3A778 background

This text has white color on #C3A778 background.