COLOR #C3BA65

HEX: #C3BA65
RGB: (195,186,101)

Color info

#C3BA65 contains mainly red and green colors. Web safe color of #C3BA65 is #CCCC66 (or #CC6).

RGB color model

#C3BA65 color RGB value is (195,186,101).

  • red value is 195;
  • green value is 186;
  • blue value is 101.
RGB:
(195,186,101)
(76%,73%,40%)

RGB channels and saturation

R 195 of 255 = 76%
G 186 of 255 = 73%
B 101 of 255 = 40%

195
186
101

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

Portions of RGB colors in percentages

R + G + B =
195 + 186 + 101 = 482 (100%)
R 195 of 482 ~ 40.46%
G 186 of 482 ~ 38.59%
B 101 of 482 ~ 20.95%

%40.46
%38.59
%20.95

CMYK color model

#C3BA65 color CMYK value is (0,5,48,24).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 48.21%
  • key color value is 23.53%
CMYK:
(0,5,48,24)
C0M5Y48K24 
(0%,5%,48%,24%)
(0.00/0.05/0.48/0.24)	

CMYK percentages

%0
%4.62
%48.21
%23.53

Codes

Color #C3BA65 in popluar color models

C3BA65
RGB195186101
HSL54°43.93%58.04%
HSB/HSV54°48.21%76.47%
CMYK0.00%4.62%48.21%
23.53%

Color #C3BA65 in popluar number systems.

HEXC3BA65
Decimal195186101
Binary11000011101110101100101
Octal303272145

Shades and tints

Shades of #C3BA65

#C3BA65
(195,186,101)
#B2AA5C
(178,170,92)
#A19A53
(161,154,83)
#908A4A
(144,138,74)
#7F7A41
(127,122,65)
#6E6A38
(110,106,56)
#5D5A2F
(93,90,47)
#4C4A26
(76,74,38)
#3B3A1D
(59,58,29)
#2A2A14
(42,42,20)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #C3BA65

#C3BA65
(195,186,101)
#C8C073
(200,192,115)
#CDC681
(205,198,129)
#D2CC8F
(210,204,143)
#D7D29D
(215,210,157)
#DCD8AB
(220,216,171)
#E1DEB9
(225,222,185)
#E6E4C7
(230,228,199)
#EBEAD5
(235,234,213)
#F0F0E3
(240,240,227)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BA65 color. Also use rgb(195,186,101) instead hex code.

Text Font Color

.myTextColor { color: #C3BA65; }

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

This text font color is #C3BA65.


Background Color

.myBgColor { background-color: #C3BA65; }

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

This div background color is #C3BA65.


Border color

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

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

This div border color is #C3BA65.


Opacity

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

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

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

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

This text has shadow with #C3BA65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3BA65 on black background.


Color preview on white background

This text has color #C3BA65 on white background.



Black color preview on #C3BA65 background

This text has black color on #C3BA65 background.


White color preview on #C3BA65 background

This text has white color on #C3BA65 background.