COLOR #C3B26C

HEX: #C3B26C RGB: (195,178,108)

Color info

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

RGB color model

#C3B26C color RGB value is (195,178,108).

RGB: (195,178,108) (76%, 70%, 42%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 108 of 255 = 42%

195
178
108

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

Portions of RGB colors in percentages

R + G + B = 195 + 178 + 108 = 481 (100%)
R 195 of 481 ~ 40.54%
G 178 of 481 ~ 37.01%
B 108 of 481 ~ 22.45'%

%40.54
%37.01
%22.45

CMYK color model

#C3B26C color CMYK value is (0,9,45,24).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 44.62%
  • key color value is 23.53%

CMYK: (0,9,45,24)
C0M9Y45K24 (0%, 9%, 45%, 24%)
(0.00 / 0.09 / 0.45 / 0.24)

CMYK percentages

%0
%8.72
%44.62
%23.53

Codes

Color #C3B26C in popluar color models

C3 B2 6C
RGB 195 178 108
HSL 48° 42.03% 59.41%
HSB/HSV 48° 44.62% 76.47%
CMYK 0.00% 8.72% 44.62%
23.53%

Color #C3B26C in popluar number systems.

HEX C3 B2 6C
Decimal 195 178 108
Binary 11000011 10110010 1101100
Octal 303 262 154

Shades and tints

Shades of #C3B26C

#C3B26C
(195,178,108)
#B2A263
(178,162,99)
#A1925A
(161,146,90)
#908251
(144,130,81)
#7F7248
(127,114,72)
#6E623F
(110,98,63)
#5D5236
(93,82,54)
#4C422D
(76,66,45)
#3B3224
(59,50,36)
#2A221B
(42,34,27)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #C3B26C

#C3B26C
(195,178,108)
#C8B979
(200,185,121)
#CDC086
(205,192,134)
#D2C793
(210,199,147)
#D7CEA0
(215,206,160)
#DCD5AD
(220,213,173)
#E1DCBA
(225,220,186)
#E6E3C7
(230,227,199)
#EBEAD4
(235,234,212)
#F0F1E1
(240,241,225)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B26C color. Also use rgb(195,178,108) instead hex code.

Text Font Color

.myTextColor { color: #C3B26C; }

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

This text font color is #C3B26C.

Background Color

.myBgColor { background-color: #C3B26C; }

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

This div background color is #C3B26C.

Border color

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

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

This div border color is #C3B26C.

Opacity

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

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

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

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

This text has shadow with #C3B26C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B26C.

Preview

Color preview on black background

This text has color #C3B26C on black background.


Color preview on white background

This text has color #C3B26C on white background.


Black color preview on #C3B26C background

This text has black color on #C3B26C background.


White color preview on #C3B26C background

This text has white color on #C3B26C background.


Related colors

Complementary color

Complementary color for #hex is #3C4D93.


I love getcolorcode.com

Triadic colors

1 #6CC3B2 and #B26CC3 with #C3B26C are triadic colors.

2 #6CB2C3 and #B2C36C with #C3B26C are triadic colors.