COLOR #C3B17E

HEX: #C3B17E RGB: (195,177,126)

Color info

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

RGB color model

#C3B17E color RGB value is (195,177,126).

RGB: (195,177,126) (76%, 69%, 49%)

RGB channels and saturation

R 195 of 255 = 76%
G 177 of 255 = 69%
B 126 of 255 = 49%

195
177
126

R + G + B ~ 65%. #C3B17E is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 177 + 126 = 498 (100%)
R 195 of 498 ~ 39.16%
G 177 of 498 ~ 35.54%
B 126 of 498 ~ 25.3'%

%39.16
%35.54
%25.3

CMYK color model

#C3B17E color CMYK value is (0,9,35,24).

  • cyan value is 0.00%
  • magenta value is 9.23%
  • yellow value is 35.38%
  • key color value is 23.53%

CMYK: (0,9,35,24)
C0M9Y35K24 (0%, 9%, 35%, 24%)
(0.00 / 0.09 / 0.35 / 0.24)

CMYK percentages

%0
%9.23
%35.38
%23.53

Codes

Color #C3B17E in popluar color models

C3 B1 7E
RGB 195 177 126
HSL 44° 36.51% 62.94%
HSB/HSV 44° 35.38% 76.47%
CMYK 0.00% 9.23% 35.38%
23.53%

Color #C3B17E in popluar number systems.

HEX C3 B1 7E
Decimal 195 177 126
Binary 11000011 10110001 1111110
Octal 303 261 176

Shades and tints

Shades of #C3B17E

#C3B17E
(195,177,126)
#B2A173
(178,161,115)
#A19168
(161,145,104)
#90815D
(144,129,93)
#7F7152
(127,113,82)
#6E6147
(110,97,71)
#5D513C
(93,81,60)
#4C4131
(76,65,49)
#3B3126
(59,49,38)
#2A211B
(42,33,27)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #C3B17E

#C3B17E
(195,177,126)
#C8B889
(200,184,137)
#CDBF94
(205,191,148)
#D2C69F
(210,198,159)
#D7CDAA
(215,205,170)
#DCD4B5
(220,212,181)
#E1DBC0
(225,219,192)
#E6E2CB
(230,226,203)
#EBE9D6
(235,233,214)
#F0F0E1
(240,240,225)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B17E color. Also use rgb(195,177,126) instead hex code.

Text Font Color

.myTextColor { color: #C3B17E; }

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

This text font color is #C3B17E.

Background Color

.myBgColor { background-color: #C3B17E; }

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

This div background color is #C3B17E.

Border color

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

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

This div border color is #C3B17E.

Opacity

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

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

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

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

This text has shadow with #C3B17E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B17E.

Preview

Color preview on black background

This text has color #C3B17E on black background.


Color preview on white background

This text has color #C3B17E on white background.


Black color preview on #C3B17E background

This text has black color on #C3B17E background.


White color preview on #C3B17E background

This text has white color on #C3B17E background.


Related colors

Complementary color

Complementary color for #hex is #3C4E81.


I love getcolorcode.com

Triadic colors

1 #7EC3B1 and #B17EC3 with #C3B17E are triadic colors.

2 #7EB1C3 and #B1C37E with #C3B17E are triadic colors.