COLOR #CBB992

HEX: #CBB992 RGB: (203,185,146)

Color info

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

RGB color model

#CBB992 color RGB value is (203,185,146).

RGB: (203,185,146) (80%, 73%, 57%)

RGB channels and saturation

R 203 of 255 = 80%
G 185 of 255 = 73%
B 146 of 255 = 57%

203
185
146

R + G + B ~ 70%. #CBB992 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 185 + 146 = 534 (100%)
R 203 of 534 ~ 38.01%
G 185 of 534 ~ 34.64%
B 146 of 534 ~ 27.34'%

%38.01
%34.64
%27.34

CMYK color model

#CBB992 color CMYK value is (0,9,28,20).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 28.08%
  • key color value is 20.39%

CMYK: (0,9,28,20)
C0M9Y28K20 (0%, 9%, 28%, 20%)
(0.00 / 0.09 / 0.28 / 0.20)

CMYK percentages

%0
%8.87
%28.08
%20.39

Codes

Color #CBB992 in popluar color models

CB B9 92
RGB 203 185 146
HSL 41° 35.40% 68.43%
HSB/HSV 41° 28.08% 79.61%
CMYK 0.00% 8.87% 28.08%
20.39%

Color #CBB992 in popluar number systems.

HEX CB B9 92
Decimal 203 185 146
Binary 11001011 10111001 10010010
Octal 313 271 222

Shades and tints

Shades of #CBB992

#CBB992
(203,185,146)
#B9A985
(185,169,133)
#A79978
(167,153,120)
#95896B
(149,137,107)
#83795E
(131,121,94)
#716951
(113,105,81)
#5F5944
(95,89,68)
#4D4937
(77,73,55)
#3B392A
(59,57,42)
#29291D
(41,41,29)
#171910
(23,25,16)
#000000
(0,0,0)

Tints of #CBB992

#CBB992
(203,185,146)
#CFBF9B
(207,191,155)
#D3C5A4
(211,197,164)
#D7CBAD
(215,203,173)
#DBD1B6
(219,209,182)
#DFD7BF
(223,215,191)
#E3DDC8
(227,221,200)
#E7E3D1
(231,227,209)
#EBE9DA
(235,233,218)
#EFEFE3
(239,239,227)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB992 color. Also use rgb(203,185,146) instead hex code.

Text Font Color

.myTextColor { color: #CBB992; }

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

This text font color is #CBB992.

Background Color

.myBgColor { background-color: #CBB992; }

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

This div background color is #CBB992.

Border color

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

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

This div border color is #CBB992.

Opacity

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

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

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

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

This text has shadow with #CBB992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB992.

Preview

Color preview on black background

This text has color #CBB992 on black background.


Color preview on white background

This text has color #CBB992 on white background.


Black color preview on #CBB992 background

This text has black color on #CBB992 background.


White color preview on #CBB992 background

This text has white color on #CBB992 background.


Related colors

Complementary color

Complementary color for #hex is #34466D.


I love getcolorcode.com

Triadic colors

1 #92CBB9 and #B992CB with #CBB992 are triadic colors.

2 #92B9CB and #B9CB92 with #CBB992 are triadic colors.