COLOR #C5B092

HEX: #C5B092
RGB: (197,176,146)

Color info

#C5B092 contains red, green and blue colors in about the same proportion. Web safe color of #C5B092 is #CC9999 (or #C99).

RGB color model

#C5B092 color RGB value is (197,176,146).

  • red value is 197;
  • green value is 176;
  • blue value is 146.
RGB:
(197,176,146)
(77%,69%,57%)

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 146 of 255 = 57%

197
176
146

R + G + B ~ 68%. #C5B092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 146 = 519 (100%)
R 197 of 519 ~ 37.96%
G 176 of 519 ~ 33.91%
B 146 of 519 ~ 28.13%

%37.96
%33.91
%28.13

CMYK color model

#C5B092 color CMYK value is (0,11,26,23).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 25.89%
  • key color value is 22.75%
CMYK:
(0,11,26,23)
C0M11Y26K23 
(0%,11%,26%,23%)
(0.00/0.11/0.26/0.23)	

CMYK percentages

%0
%10.66
%25.89
%22.75

Codes

Color #C5B092 in popluar color models

C5B092
RGB197176146
HSL35°30.54%67.25%
HSB/HSV35°25.89%77.25%
CMYK0.00%10.66%25.89%
22.75%

Color #C5B092 in popluar number systems.

HEXC5B092
Decimal197176146
Binary110001011011000010010010
Octal305260222

Shades and tints

Shades of #C5B092

#C5B092
(197,176,146)
#B4A085
(180,160,133)
#A39078
(163,144,120)
#92806B
(146,128,107)
#81705E
(129,112,94)
#706051
(112,96,81)
#5F5044
(95,80,68)
#4E4037
(78,64,55)
#3D302A
(61,48,42)
#2C201D
(44,32,29)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C5B092

#C5B092
(197,176,146)
#CAB79B
(202,183,155)
#CFBEA4
(207,190,164)
#D4C5AD
(212,197,173)
#D9CCB6
(217,204,182)
#DED3BF
(222,211,191)
#E3DAC8
(227,218,200)
#E8E1D1
(232,225,209)
#EDE8DA
(237,232,218)
#F2EFE3
(242,239,227)
#F7F6EC
(247,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B092 color. Also use rgb(197,176,146) instead hex code.

Text Font Color

.myTextColor { color: #C5B092; }

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

This text font color is #C5B092.


Background Color

.myBgColor { background-color: #C5B092; }

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

This div background color is #C5B092.


Border color

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

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

This div border color is #C5B092.


Opacity

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

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

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

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

This text has shadow with #C5B092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B092 on black background.


Color preview on white background

This text has color #C5B092 on white background.



Black color preview on #C5B092 background

This text has black color on #C5B092 background.


White color preview on #C5B092 background

This text has white color on #C5B092 background.