COLOR #C3A375

HEX: #C3A375 RGB: (195,163,117)

Color info

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

RGB color model

#C3A375 color RGB value is (195,163,117).

RGB: (195,163,117) (76%, 64%, 46%)

RGB channels and saturation

R 195 of 255 = 76%
G 163 of 255 = 64%
B 117 of 255 = 46%

195
163
117

R + G + B ~ 62%. #C3A375 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 163 + 117 = 475 (100%)
R 195 of 475 ~ 41.05%
G 163 of 475 ~ 34.32%
B 117 of 475 ~ 24.63'%

%41.05
%34.32
%24.63

CMYK color model

#C3A375 color CMYK value is (0,16,40,24).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 40.00%
  • key color value is 23.53%

CMYK: (0,16,40,24)
C0M16Y40K24 (0%, 16%, 40%, 24%)
(0.00 / 0.16 / 0.40 / 0.24)

CMYK percentages

%0
%16.41
%40
%23.53

Codes

Color #C3A375 in popluar color models

C3 A3 75
RGB 195 163 117
HSL 35° 39.39% 61.18%
HSB/HSV 35° 40.00% 76.47%
CMYK 0.00% 16.41% 40.00%
23.53%

Color #C3A375 in popluar number systems.

HEX C3 A3 75
Decimal 195 163 117
Binary 11000011 10100011 1110101
Octal 303 243 165

Shades and tints

Shades of #C3A375

#C3A375
(195,163,117)
#B2956B
(178,149,107)
#A18761
(161,135,97)
#907957
(144,121,87)
#7F6B4D
(127,107,77)
#6E5D43
(110,93,67)
#5D4F39
(93,79,57)
#4C412F
(76,65,47)
#3B3325
(59,51,37)
#2A251B
(42,37,27)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #C3A375

#C3A375
(195,163,117)
#C8AB81
(200,171,129)
#CDB38D
(205,179,141)
#D2BB99
(210,187,153)
#D7C3A5
(215,195,165)
#DCCBB1
(220,203,177)
#E1D3BD
(225,211,189)
#E6DBC9
(230,219,201)
#EBE3D5
(235,227,213)
#F0EBE1
(240,235,225)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A375 color. Also use rgb(195,163,117) instead hex code.

Text Font Color

.myTextColor { color: #C3A375; }

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

This text font color is #C3A375.

Background Color

.myBgColor { background-color: #C3A375; }

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

This div background color is #C3A375.

Border color

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

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

This div border color is #C3A375.

Opacity

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

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

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

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

This text has shadow with #C3A375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3A375.

Preview

Color preview on black background

This text has color #C3A375 on black background.


Color preview on white background

This text has color #C3A375 on white background.


Black color preview on #C3A375 background

This text has black color on #C3A375 background.


White color preview on #C3A375 background

This text has white color on #C3A375 background.


Related colors

Complementary color

Complementary color for #hex is #3C5C8A.


I love getcolorcode.com

Triadic colors

1 #75C3A3 and #A375C3 with #C3A375 are triadic colors.

2 #75A3C3 and #A3C375 with #C3A375 are triadic colors.