COLOR #C9B092

HEX: #C9B092 RGB: (201,176,146)

Color info

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

RGB color model

#C9B092 color RGB value is (201,176,146).

RGB: (201,176,146) (79%, 69%, 57%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 146 of 255 = 57%

201
176
146

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

Portions of RGB colors in percentages

R + G + B = 201 + 176 + 146 = 523 (100%)
R 201 of 523 ~ 38.43%
G 176 of 523 ~ 33.65%
B 146 of 523 ~ 27.92'%

%38.43
%33.65
%27.92

CMYK color model

#C9B092 color CMYK value is (0,12,27,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK: (0,12,27,21) C0M12Y27K21 (0%,12%,27%,21%) (0.00/0.12/0.27/0.21) 

CMYK percentages

%0
%12.44
%27.36
%21.18

Codes

Color #C9B092 in popluar color models

C9 B0 92
RGB 201 176 146
HSL 33° 33.74% 68.04%
HSB/HSV 33° 27.36% 78.82%
CMYK 0.00% 12.44% 27.36%
21.18%

Color #C9B092 in popluar number systems.

HEX C9 B0 92
Decimal 201 176 146
Binary 11001001 10110000 10010010
Octal 311 260 222

Shades and tints

Shades of #C9B092

#C9B092
(201,176,146)
#B7A085
(183,160,133)
#A59078
(165,144,120)
#93806B
(147,128,107)
#81705E
(129,112,94)
#6F6051
(111,96,81)
#5D5044
(93,80,68)
#4B4037
(75,64,55)
#39302A
(57,48,42)
#27201D
(39,32,29)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #C9B092

#C9B092
(201,176,146)
#CDB79B
(205,183,155)
#D1BEA4
(209,190,164)
#D5C5AD
(213,197,173)
#D9CCB6
(217,204,182)
#DDD3BF
(221,211,191)
#E1DAC8
(225,218,200)
#E5E1D1
(229,225,209)
#E9E8DA
(233,232,218)
#EDEFE3
(237,239,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B092; }

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

This text font color is #C9B092.

Background Color

.myBgColor { background-color: #C9B092; }

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

This div background color is #C9B092.

Border color

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

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

This div border color is #C9B092.

Opacity

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

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

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

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

This text has shadow with #C9B092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B092.

Preview

Color preview on black background

This text has color #C9B092 on black background.


Color preview on white background

This text has color #C9B092 on white background.


Black color preview on #C9B092 background

This text has black color on #C9B092 background.


White color preview on #C9B092 background

This text has white color on #C9B092 background.


Related colors

Complementary color

Complementary color for #hex is #364F6D.


I love getcolorcode.com

Triadic colors

1 #92C9B0 and #B092C9 with #C9B092 are triadic colors.

2 #92B0C9 and #B0C992 with #C9B092 are triadic colors.