COLOR #C3BE92

HEX: #C3BE92 RGB: (195,190,146)

Color info

#C3BE92 contains red, green and blue colors in about the same proportion. Web safe color of #C3BE92 is #CCCC99 (or #CC9).

RGB color model

#C3BE92 color RGB value is (195,190,146).

RGB: (195,190,146) (76%, 75%, 57%)

RGB channels and saturation

R 195 of 255 = 76%
G 190 of 255 = 75%
B 146 of 255 = 57%

195
190
146

R + G + B ~ 69%. #C3BE92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 190 + 146 = 531 (100%)
R 195 of 531 ~ 36.72%
G 190 of 531 ~ 35.78%
B 146 of 531 ~ 27.5'%

%36.72
%35.78
%27.5

CMYK color model

#C3BE92 color CMYK value is (0,3,25,24).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 25.13%
  • key color value is 23.53%

CMYK: (0,3,25,24)
C0M3Y25K24 (0%, 3%, 25%, 24%)
(0.00 / 0.03 / 0.25 / 0.24)

CMYK percentages

%0
%2.56
%25.13
%23.53

Codes

Color #C3BE92 in popluar color models

C3 BE 92
RGB 195 190 146
HSL 54° 28.99% 66.86%
HSB/HSV 54° 25.13% 76.47%
CMYK 0.00% 2.56% 25.13%
23.53%

Color #C3BE92 in popluar number systems.

HEX C3 BE 92
Decimal 195 190 146
Binary 11000011 10111110 10010010
Octal 303 276 222

Shades and tints

Shades of #C3BE92

#C3BE92
(195,190,146)
#B2AD85
(178,173,133)
#A19C78
(161,156,120)
#908B6B
(144,139,107)
#7F7A5E
(127,122,94)
#6E6951
(110,105,81)
#5D5844
(93,88,68)
#4C4737
(76,71,55)
#3B362A
(59,54,42)
#2A251D
(42,37,29)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C3BE92

#C3BE92
(195,190,146)
#C8C39B
(200,195,155)
#CDC8A4
(205,200,164)
#D2CDAD
(210,205,173)
#D7D2B6
(215,210,182)
#DCD7BF
(220,215,191)
#E1DCC8
(225,220,200)
#E6E1D1
(230,225,209)
#EBE6DA
(235,230,218)
#F0EBE3
(240,235,227)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BE92 color. Also use rgb(195,190,146) instead hex code.

Text Font Color

.myTextColor { color: #C3BE92; }

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

This text font color is #C3BE92.

Background Color

.myBgColor { background-color: #C3BE92; }

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

This div background color is #C3BE92.

Border color

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

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

This div border color is #C3BE92.

Opacity

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

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

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

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

This text has shadow with #C3BE92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3BE92.

Preview

Color preview on black background

This text has color #C3BE92 on black background.


Color preview on white background

This text has color #C3BE92 on white background.


Black color preview on #C3BE92 background

This text has black color on #C3BE92 background.


White color preview on #C3BE92 background

This text has white color on #C3BE92 background.


Related colors

Complementary color

Complementary color for #hex is #3C416D.


I love getcolorcode.com

Triadic colors

1 #92C3BE and #BE92C3 with #C3BE92 are triadic colors.

2 #92BEC3 and #BEC392 with #C3BE92 are triadic colors.